summaryrefslogtreecommitdiffstats
path: root/commit.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-15Merge branch 'maint'Junio C Hamano1-2/+2
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano1-1/+1
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano1-0/+1
2008-02-25builtin-fsck: reports missing parent commitsMartin Koegler1-0/+1
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow1-0/+15
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano1-1/+1
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano1-1/+0
2007-11-22Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano1-1/+0
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta1-1/+1
2007-11-05revision walker: mini clean-upLinus Torvalds1-0/+5
2007-11-04Simplify topo-sort logicLinus Torvalds1-19/+1
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano1-1/+3
2007-09-27Export rerere() and launch_editor().Kristian Høgsberg1-0/+1
2007-09-27Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg1-0/+4
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit1-2/+7
2007-09-03Export format_commit_message()Ren,bi(B Scharfe1-0/+1
2007-06-13Lift 16kB limit of log message outputJunio C Hamano1-1/+1
2007-06-08Even more missing staticJunio C Hamano1-2/+0
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-04-25Add --date={local,relative,default}Junio C Hamano1-1/+1
2007-04-16Add support for "commit name decorations" to log family of commandsLinus Torvalds1-0/+8
2007-03-02Merge branch 'js/commit-format'Junio C Hamano1-0/+1
2007-02-22pretty-formats: add 'format:<string>'Johannes Schindelin1-0/+1
2007-02-13Merge branch 'jc/merge-base' (early part)Junio C Hamano1-1/+1
2007-01-21is_repository_shallow(): prototype fix.Junio C Hamano1-1/+1
2007-01-09Allow in_merge_bases() to take more than one reference commits.Junio C Hamano1-1/+1
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano1-0/+1
2006-12-20Move in_merge_bases() to commit.cJunio C Hamano1-0/+1
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin1-1/+2
2006-11-24support fetching into a shallow repositoryJohannes Schindelin1-1/+7
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-1/+1
2006-07-02Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe1-2/+1
2006-07-01Add get_merge_bases_clean()Rene Scharfe1-0/+1
2006-06-29move get_merge_bases() to core lib.Johannes Schindelin1-0/+2
2006-06-17Move "void *util" from "struct object" into "struct commit"Linus Torvalds1-0/+1
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-1/+1
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin1-1/+1
2006-04-18Tentative built-in format-patch.Junio C Hamano1-0/+1
2006-04-15Split init_revisions() out of setup_revisions()Junio C Hamano1-0/+2
2006-04-07blame -S <ancestry-file>Junio C Hamano1-0/+11
2006-03-10Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen1-3/+17
2006-02-15topo-order: make --date-order optional.Junio C Hamano1-1/+3
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano1-1/+1
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano1-1/+1
2006-01-07describe: allow more than one revs to be named.Junio C Hamano1-0/+2
2005-11-11Add --pretty=fullerJunio C Hamano1-0/+1
2005-09-15[PATCH] Avoid wasting memory in git-rev-listLinus Torvalds1-0/+1
2005-08-22[PATCH] Add 'git show-branch'.Junio C Hamano1-0/+2
2005-08-09Introduce --pretty=oneline format.Junio C Hamano1-0/+1
2005-07-06[PATCH] Add a topological sort procedure to commit.cJon Seymour1-0/+13