summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)Author
2008-10-21builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov
2008-10-03commit.c: make read_graft_file() staticNanako Shiraishi
2008-08-29Merge branch 'maint'Junio C Hamano
2008-08-29pretty=format: respect date format optionsJeff King
2008-07-30merge-base: teach "git merge-base" to drive underlying merge_bases_many()Christian Couder
2008-07-16Merge branch 'mv/merge-in-c'Junio C Hamano
2008-07-10rerere: Separate libgit and builtin functionsStephan Beyer
2008-07-01Introduce reduce_heads()Junio C Hamano
2008-07-01Introduce get_octopus_merge_bases() in commit.cMiklos Vajna
2008-07-01Move commit_list_count() to commit.cMiklos Vajna
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano
2008-03-15Merge branch 'maint'Junio C Hamano
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-26builtin-fsck: reports missing parent commitsMartin Koegler
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano
2007-11-23Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta
2007-11-06revision walker: mini clean-upLinus Torvalds
2007-11-04Simplify topo-sort logicLinus Torvalds
2007-11-02format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano
2007-09-27Export rerere() and launch_editor().Kristian Høgsberg
2007-09-27Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit
2007-09-03Export format_commit_message()Ren,bi(B Scharfe
2007-06-13Lift 16kB limit of log message outputJunio C Hamano
2007-06-08Even more missing staticJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
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