Yank writing-back support from gitfakemmap.
[gitweb.git] / commit.c
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
2005-04-26 [PATCH] introduce xmalloc and xrealloc
2005-04-24 Don't add references to objects we couldn't find.
2005-04-24 Verify that the object type matches for tree/commit...
2005-04-24 Set object type at object creation time, not object...
2005-04-24 [PATCH] Allow multiple date-ordered lists
2005-04-24 Don't add parents to the commit list if we have already
2005-04-24 [PATCH] Add some functions for commit lists
2005-04-21 Include <limits.h> in commit.c for ULONG_MAX. Remove...
2005-04-18 Merge the new object model thing from Daniel Barkalow
2005-04-18 [PATCH] Implementations of parsing functions