summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)Author
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-04-16Add support for "commit name decorations" to log family of commandsLinus Torvalds
2007-03-02Merge branch 'js/commit-format'Junio C Hamano
2007-02-23pretty-formats: add 'format:<string>'Johannes Schindelin
2007-02-14Merge branch 'jc/merge-base' (early part)Junio C Hamano
2007-01-22is_repository_shallow(): prototype fix.Junio C Hamano
2007-01-10Allow in_merge_bases() to take more than one reference commits.Junio C Hamano
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano
2006-12-21Move in_merge_bases() to commit.cJunio C Hamano
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin
2006-11-24support fetching into a shallow repositoryJohannes Schindelin
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca
2006-07-02Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe
2006-07-02Add get_merge_bases_clean()Rene Scharfe
2006-06-29move get_merge_bases() to core lib.Johannes Schindelin
2006-06-18Move "void *util" from "struct object" into "struct commit"Linus Torvalds
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin
2006-04-18Tentative built-in format-patch.Junio C Hamano
2006-04-16Split init_revisions() out of setup_revisions()Junio C Hamano
2006-04-07blame -S <ancestry-file>Junio C Hamano
2006-03-11Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen
2006-02-16topo-order: make --date-order optional.Junio C Hamano
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano
2006-01-08describe: allow more than one revs to be named.Junio C Hamano
2005-11-11Add --pretty=fullerJunio C Hamano
2005-09-15[PATCH] Avoid wasting memory in git-rev-listLinus Torvalds
2005-08-23[PATCH] Add 'git show-branch'.Junio C Hamano
2005-08-10Introduce --pretty=oneline format.Junio C Hamano
2005-07-06[PATCH] Add a topological sort procedure to commit.cJon Seymour
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds
2005-06-27Add "--pretty=full" format that also shows committer.Linus Torvalds
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org
2005-06-05pretty_print_commit: add different formatsLinus Torvalds
2005-06-01Add generic commit "pretty print" function.Linus Torvalds
2005-05-31commit_list_insert: return the new commit list entryLinus Torvalds
2005-05-26Make "parse_object()" also fill in commit message buffer data.Linus Torvalds
2005-05-26commit: save the commit buffer off when parsing a commitLinus Torvalds
2005-05-18commit: add "lookup_commit_reference()" helper functionLinus Torvalds
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre
2005-04-24[PATCH] Allow multiple date-ordered listsDaniel Barkalow
2005-04-24[PATCH] Add some functions for commit listsDaniel Barkalow
2005-04-18[PATCH] Header files for object parsingDaniel Barkalow