summaryrefslogtreecommitdiff
path: root/commit.h
Commit message (Expand)AuthorAgeFilesLines
...
* Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds2005-07-061-2/+1
* Add "--pretty=full" format that also shows committer.Linus Torvalds2005-06-261-1/+3
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-081-2/+2
* [PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org2005-06-061-0/+4
* pretty_print_commit: add different formatsLinus Torvalds2005-06-051-1/+9
* Add generic commit "pretty print" function.Linus Torvalds2005-06-011-0/+3
* commit_list_insert: return the new commit list entryLinus Torvalds2005-05-301-1/+1
* Make "parse_object()" also fill in commit message buffer data.Linus Torvalds2005-05-251-1/+1
* commit: save the commit buffer off when parsing a commitLinus Torvalds2005-05-251-0/+1
* commit: add "lookup_commit_reference()" helper functionLinus Torvalds2005-05-181-0/+1
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-061-0/+2
* [PATCH] Allow multiple date-ordered listsDaniel Barkalow2005-04-231-1/+2
* [PATCH] Add some functions for commit listsDaniel Barkalow2005-04-231-0/+9
* [PATCH] Header files for object parsingDaniel Barkalow2005-04-181-0/+27