[PATCH] Add doc and install-doc targets to the Makefile
[git.git] / commit.c
2005-07-11 Junio C Hamano[PATCH] Dereference tag repeatedly until we get a non...
2005-07-06 Jon Seymour[PATCH] Add a topological sort procedure to commit.c
2005-07-06 Linus TorvaldsMake "insert_by_date()" match "commit_list_insert()"
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 Linus TorvaldsAdd "--pretty=full" format that also shows committer.
2005-06-22 Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-21 Linus TorvaldsKeep the parents in order when parsing commits
2005-06-18 Linus TorvaldsMake "pretty" commit logs always show merge information
2005-06-08 Jason McMullan[PATCH] Anal retentive 'const unsigned char *sha1'
2005-06-06 jon@blackcubes.dyn... [PATCH] Modify git-rev-list to linearise the commit...
2005-06-05 Linus Torvaldspretty_print_commit: add different formats
2005-06-01 Linus TorvaldsAdd generic commit "pretty print" function.
2005-05-31 Linus Torvaldscommit_list_insert: return the new commit list entry
2005-05-26 Linus Torvaldscommit: save the commit buffer off when parsing a commit
2005-05-22 Linus TorvaldsInclude file cleanups..
2005-05-20 Nicolas Pitre[PATCH] delta check
2005-05-18 Linus Torvaldscommit: add "lookup_commit_reference()" helper function
2005-05-06 Nicolas Pitre[PATCH] don't load and decompress objects twice with...
2005-05-05 Linus TorvaldsMerge http://members.cox.net/junkio/git-jc.git/
2005-05-04 Sergey Vlasov[PATCH] Fix memory leaks in git-fsck-cache
2005-04-26 Christopher Li[PATCH] introduce xmalloc and xrealloc
2005-04-24 Linus TorvaldsDon't add references to objects we couldn't find.
2005-04-24 Linus TorvaldsVerify that the object type matches for tree/commit...
2005-04-24 Linus TorvaldsSet object type at object creation time, not object...
2005-04-24 Daniel Barkalow[PATCH] Allow multiple date-ordered lists
2005-04-24 Linus TorvaldsDon't add parents to the commit list if we have already
2005-04-24 Daniel Barkalow[PATCH] Add some functions for commit lists
2005-04-21 Linus TorvaldsInclude <limits.h> in commit.c for ULONG_MAX. Remove...
2005-04-18 Linus TorvaldsMerge the new object model thing from Daniel Barkalow
2005-04-18 Daniel Barkalow[PATCH] Implementations of parsing functions