summaryrefslogtreecommitdiffstats
path: root/commit.h
AgeCommit message (Expand)AuthorLines
2008-10-02commit.c: make read_graft_file() staticNanako Shiraishi-1/+0
2008-08-29Merge branch 'maint'Junio C Hamano-1/+2
2008-08-29pretty=format: respect date format optionsJeff King-1/+2
2008-07-29merge-base: teach "git merge-base" to drive underlying merge_bases_many()Christian Couder-0/+1
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano-0/+4
2008-07-10rerere: Separate libgit and builtin functionsStephan Beyer-1/+0
2008-06-30Introduce reduce_heads()Junio C Hamano-0/+2
2008-06-30Introduce get_octopus_merge_bases() in commit.cMiklos Vajna-0/+1
2008-06-30Move commit_list_count() to commit.cMiklos Vajna-0/+1
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano-1/+2
2008-03-15Merge branch 'maint'Junio C Hamano-2/+2
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano-1/+1
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano-0/+1
2008-02-25builtin-fsck: reports missing parent commitsMartin Koegler-0/+1
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow-0/+15
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano-1/+1
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano-1/+0
2007-11-22Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano-1/+0
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta-1/+1
2007-11-05revision walker: mini clean-upLinus Torvalds-0/+5
2007-11-04Simplify topo-sort logicLinus Torvalds-19/+1
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano-1/+3
2007-09-27Export rerere() and launch_editor().Kristian Høgsberg-0/+1
2007-09-27Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg-0/+4
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit-2/+7
2007-09-03Export format_commit_message()Ren,bi(B Scharfe-0/+1
2007-06-13Lift 16kB limit of log message outputJunio C Hamano-1/+1
2007-06-08Even more missing staticJunio C Hamano-2/+0
2007-06-07War on whitespaceJunio C Hamano-1/+1
2007-04-25Add --date={local,relative,default}Junio C Hamano-1/+1
2007-04-16Add support for "commit name decorations" to log family of commandsLinus Torvalds-0/+8
2007-03-02Merge branch 'js/commit-format'Junio C Hamano-0/+1
2007-02-22pretty-formats: add 'format:<string>'Johannes Schindelin-0/+1
2007-02-13Merge branch 'jc/merge-base' (early part)Junio C Hamano-1/+1
2007-01-21is_repository_shallow(): prototype fix.Junio C Hamano-1/+1
2007-01-09Allow in_merge_bases() to take more than one reference commits.Junio C Hamano-1/+1
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano-0/+1
2006-12-20Move in_merge_bases() to commit.cJunio C Hamano-0/+1
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin-1/+2
2006-11-24support fetching into a shallow repositoryJohannes Schindelin-1/+7
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca-1/+1
2006-07-02Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe-2/+1
2006-07-01Add get_merge_bases_clean()Rene Scharfe-0/+1
2006-06-29move get_merge_bases() to core lib.Johannes Schindelin-0/+2
2006-06-17Move "void *util" from "struct object" into "struct commit"Linus Torvalds-0/+1
2006-05-21fmt-patch: Support --attachJohannes Schindelin-1/+1
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin-1/+1
2006-04-18Tentative built-in format-patch.Junio C Hamano-0/+1
2006-04-15Split init_revisions() out of setup_revisions()Junio C Hamano-0/+2
2006-04-07blame -S <ancestry-file>Junio C Hamano-0/+11