aboutsummaryrefslogtreecommitdiff
path: root/commit.h
Commit message (Expand)AuthorAge
* is_repository_shallow(): prototype fix.Junio C Hamano2007-01-21
* Merge branch 'master' into js/shallowJunio C Hamano2006-12-27
|\
| * Move in_merge_bases() to commit.cJunio C Hamano2006-12-20
* | allow deepening of a shallow repositoryJohannes Schindelin2006-11-24
* | support fetching into a shallow repositoryJohannes Schindelin2006-11-24
|/
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-28
* Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe2006-07-02
* Add get_merge_bases_clean()Rene Scharfe2006-07-01
* move get_merge_bases() to core lib.Johannes Schindelin2006-06-29
* Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-17
* fmt-patch: Support --attachJohannes Schindelin2006-05-21
* Teach fmt-patch about --numberedJohannes Schindelin2006-05-05
* Tentative built-in format-patch.Junio C Hamano2006-04-18
* Split init_revisions() out of setup_revisions()Junio C Hamano2006-04-15
* blame -S <ancestry-file>Junio C Hamano2006-04-07
* Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen2006-03-10
* topo-order: make --date-order optional.Junio C Hamano2006-02-15
* pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano2006-01-28
* diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano2006-01-28
* describe: allow more than one revs to be named.Junio C Hamano2006-01-07
* Add --pretty=fullerJunio C Hamano2005-11-11
* [PATCH] Avoid wasting memory in git-rev-listLinus Torvalds2005-09-15
* [PATCH] Add 'git show-branch'.Junio C Hamano2005-08-22
* Introduce --pretty=oneline format.Junio C Hamano2005-08-09
* [PATCH] Add a topological sort procedure to commit.cJon Seymour2005-07-06
* Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds2005-07-06
* Add "--pretty=full" format that also shows committer.Linus Torvalds2005-06-26
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-08
* [PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org2005-06-06
* pretty_print_commit: add different formatsLinus Torvalds2005-06-05
* Add generic commit "pretty print" function.Linus Torvalds2005-06-01
* commit_list_insert: return the new commit list entryLinus Torvalds2005-05-30
* Make "parse_object()" also fill in commit message buffer data.Linus Torvalds2005-05-25
* commit: save the commit buffer off when parsing a commitLinus Torvalds2005-05-25
* commit: add "lookup_commit_reference()" helper functionLinus Torvalds2005-05-18
* [PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre2005-05-06
* [PATCH] Allow multiple date-ordered listsDaniel Barkalow2005-04-23
* [PATCH] Add some functions for commit listsDaniel Barkalow2005-04-23
* [PATCH] Header files for object parsingDaniel Barkalow2005-04-18