Fix "git diff a..b" breakage
[gitweb.git] / commit.c
2006-02-07 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-02-03 commit.c: "Merge" fix in pretty_print_commit.
2006-01-30 Merge fixes up to GIT 1.1.6
2006-01-28 Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev
2006-01-28 pretty_print_commit: honor grafts.
2006-01-28 pretty_print_commit(): pass commit object instead of...
2006-01-28 diff-tree: abbreviate merge parent object names with...
2006-01-27 GIT 1.1.5 v1.1.5
2006-01-20 GIT 1.1.4 v1.1.4
2006-01-16 Merge fixes up to GIT 1.1.3
2006-01-16 GIT 1.1.3 v1.1.3
2006-01-16 describe: omit clearing marks on the last one.
2006-01-16 Merge branch 'fixo/1.0'
2006-01-14 GIT 1.1.2 v1.1.2
2006-01-11 GIT 1.1.1 v1.1.1
2006-01-08 GIT 1.1.0 v1.1.0
2006-01-08 describe: allow more than one revs to be named.
2006-01-08 GIT 1.0.8 v1.0.8
2006-01-07 [PATCH] Compilation: zero-length array declaration.
2005-12-27 Merge fixes up to GIT 1.0.5
2005-12-27 GIT 1.0.5 v1.0.5
2005-12-26 short circuit out of a few places where we would alloca...
2005-12-07 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-28 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-22 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-20 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-19 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-17 GIT 0.99.9j aka 1.0rc3 v0.99.9jv1.0rc3
2005-11-15 Rework object refs tracking to reduce memory usage
2005-11-15 GIT 0.99.9i aka 1.0rc2 v0.99.9iv1.0rc2
2005-11-14 Fix git-rev-list "date order" with --topo-order
2005-11-12 GIT 0.99.9h v0.99.9hv1.0rc1
2005-11-11 Add --pretty=fuller
2005-11-07 GIT 0.99.9e v0.99.9e
2005-11-03 GIT 0.99.9c v0.99.9c
2005-11-03 Be careful when dereferencing tags.
2005-10-31 GIT 0.99.9a v0.99.9a
2005-10-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-10-23 Merge branch 'fixes'
2005-10-21 Merge branch 'fixes'
2005-10-18 Merge branch 'fixes'
2005-10-16 Merge branch 'fixes'
2005-10-16 Merge branch 'svn' of netz.smurf.noris.de/git/git
2005-10-15 Merge branch 'fixes'
2005-10-15 Unlocalized isspace and friends
2005-09-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-18 Merge branch 'master' of .
2005-09-15 [PATCH] Avoid wasting memory in git-rev-list
2005-08-30 Merge refs/heads/master from paulus
2005-08-30 Merge refs/heads/master from .
2005-08-30 Fix compilation warnings.
2005-08-29 Merge refs/heads/master from .
2005-08-29 Revert "Replace zero-length array decls with []."
2005-08-29 Merge refs/heads/master from .
2005-08-29 Merge refs/heads/portable from cs.berkeley.edu/~ejr...
2005-08-24 Replace zero-length array decls with [].
2005-08-23 Merge refs/heads/master from .
2005-08-23 [PATCH] Add 'git show-branch'.
2005-08-19 Merge from gitk
2005-08-18 Merge with gitk --parents change.
2005-08-18 Merge with gitk
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-10 Merge with master.
2005-08-10 Introduce --pretty=oneline format.
2005-08-09 Merge with gitk.
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 Merge with gitk.
2005-08-05 Merge with gitk.
2005-08-05 Fix send-pack for non-commitish tags.
2005-07-31 Teach parse_commit_buffer about grafting.
2005-07-31 Merge with gitk.
2005-07-29 Merge with gitk.
2005-07-28 Make "parse_commit()" be a lot more careful
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-11 [PATCH] Dereference tag repeatedly until we get a non...
2005-07-06 [PATCH] Add a topological sort procedure to commit.c
2005-07-06 Make "insert_by_date()" match "commit_list_insert()"
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 Add "--pretty=full" format that also shows committer.
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-21 Keep the parents in order when parsing commits
2005-06-18 Make "pretty" commit logs always show merge information
2005-06-08 [PATCH] Anal retentive 'const unsigned char *sha1'
2005-06-06 [PATCH] Modify git-rev-list to linearise the commit...
2005-06-05 pretty_print_commit: add different formats
2005-06-01 Add generic commit "pretty print" function.
2005-05-31 commit_list_insert: return the new commit list entry
2005-05-26 commit: save the commit buffer off when parsing a commit
2005-05-22 Include file cleanups..
2005-05-20 [PATCH] delta check
2005-05-18 commit: add "lookup_commit_reference()" helper function
2005-05-06 [PATCH] don't load and decompress objects twice with...
2005-05-05 Merge http://members.cox.net/junkio/git-jc.git/
2005-05-04 [PATCH] Fix memory leaks in git-fsck-cache
next