summaryrefslogtreecommitdiff
path: root/commit.h
Commit message (Expand)AuthorAgeFilesLines
* Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe2006-07-021-2/+1
* Add get_merge_bases_clean()Rene Scharfe2006-07-011-0/+1
* move get_merge_bases() to core lib.Johannes Schindelin2006-06-291-0/+2
* Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-171-0/+1
* fmt-patch: Support --attachJohannes Schindelin2006-05-211-1/+1
* Teach fmt-patch about --numberedJohannes Schindelin2006-05-051-1/+1
* Tentative built-in format-patch.Junio C Hamano2006-04-181-0/+1
* Split init_revisions() out of setup_revisions()Junio C Hamano2006-04-151-0/+2
* blame -S <ancestry-file>Junio C Hamano2006-04-071-0/+11
* Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen2006-03-101-3/+17
* topo-order: make --date-order optional.Junio C Hamano2006-02-151-1/+3
* pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano2006-01-281-1/+1
* diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano2006-01-281-1/+1
* describe: allow more than one revs to be named.Junio C Hamano2006-01-071-0/+2
* Add --pretty=fullerJunio C Hamano2005-11-111-0/+1
* [PATCH] Avoid wasting memory in git-rev-listLinus Torvalds2005-09-151-0/+1
* [PATCH] Add 'git show-branch'.Junio C Hamano2005-08-221-0/+2
* Introduce --pretty=oneline format.Junio C Hamano2005-08-091-0/+1
* [PATCH] Add a topological sort procedure to commit.cJon Seymour2005-07-061-0/+13
* 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