aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-14builtin-add: refactor the meat of interactive_add()Thomas Rast1-0/+2
2009-08-10Expose the has_non_ascii() functionJohannes Schindelin1-0/+1
2009-05-31replace_object: add mechanism to replace objects found in "refs/replace/"Christian Couder1-0/+2
2009-05-27bisect: drop unparse_commit() and use clear_commit_marks()Christian Couder1-2/+0
2009-05-17commit: add function to unparse a commit and its parentsChristian Couder1-0/+2
2009-01-28Make has_commit() non-staticJake Goulding1-0/+1
2008-10-21builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov1-0/+2
2008-10-02commit.c: make read_graft_file() staticNanako Shiraishi1-1/+0
2008-08-29Merge branch 'maint'Junio C Hamano1-1/+2
2008-08-29pretty=format: respect date format optionsJeff King1-1/+2
2008-07-29merge-base: teach "git merge-base" to drive underlying merge_bases_many()Christian Couder1-0/+1
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano1-0/+4
2008-07-10rerere: Separate libgit and builtin functionsStephan Beyer1-1/+0
2008-06-30Introduce reduce_heads()Junio C Hamano1-0/+2
2008-06-30Introduce get_octopus_merge_bases() in commit.cMiklos Vajna1-0/+1
2008-06-30Move commit_list_count() to commit.cMiklos Vajna1-0/+1
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano1-1/+2
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