summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-22Merge branch 'jc/maint-limit-note-output'Libravatar Junio C Hamano1-0/+1
2010-01-20Fix "log" family not to be too agressive about showing notesLibravatar Junio C Hamano1-0/+1
2010-01-11pretty.c: mark file-local function staticLibravatar Junio C Hamano1-1/+0
2009-11-20Merge branch 'sp/smart-http'Libravatar Junio C Hamano1-1/+1
2009-10-30fixup tr/stash-format mergeLibravatar Junio C Hamano1-6/+14
2009-10-30fetch-pack: Use a strbuf to compose the want listLibravatar Shawn O. Pearce1-1/+1
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationLibravatar Thomas Rast1-0/+1
2009-10-19Refactor pretty_print_commit arguments into a structLibravatar Thomas Rast1-6/+13
2009-10-19format_commit_message(): fix function signatureLibravatar Junio C Hamano1-1/+1
2009-09-07Merge branch 'tr/reset-checkout-patch'Libravatar Junio C Hamano1-0/+2
2009-08-21Merge branch 'cc/replace'Libravatar Junio C Hamano1-0/+2
2009-08-14builtin-add: refactor the meat of interactive_add()Libravatar Thomas Rast1-0/+2
2009-08-10Expose the has_non_ascii() functionLibravatar Johannes Schindelin1-0/+1
2009-05-31replace_object: add mechanism to replace objects found in "refs/replace/"Libravatar Christian Couder1-0/+2
2009-05-27bisect: drop unparse_commit() and use clear_commit_marks()Libravatar Christian Couder1-2/+0
2009-05-17commit: add function to unparse a commit and its parentsLibravatar Christian Couder1-0/+2
2009-01-28Make has_commit() non-staticLibravatar Jake Goulding1-0/+1
2008-10-21builtin-blame: Reencode commit messages according to git-log rules.Libravatar Alexander Gavrilov1-0/+2
2008-10-02commit.c: make read_graft_file() staticLibravatar Nanako Shiraishi1-1/+0
2008-08-29Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2008-08-29pretty=format: respect date format optionsLibravatar Jeff King1-1/+2
2008-07-29merge-base: teach "git merge-base" to drive underlying merge_bases_many()Libravatar Christian Couder1-0/+1
2008-07-15Merge branch 'mv/merge-in-c'Libravatar Junio C Hamano1-0/+4
2008-07-10rerere: Separate libgit and builtin functionsLibravatar Stephan Beyer1-1/+0
2008-06-30Introduce reduce_heads()Libravatar Junio C Hamano1-0/+2
2008-06-30Introduce get_octopus_merge_bases() in commit.cLibravatar Miklos Vajna1-0/+1
2008-06-30Move commit_list_count() to commit.cLibravatar Miklos Vajna1-0/+1
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Libravatar Junio C Hamano1-1/+2
2008-03-15Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2008-03-15format-patch: generate MIME header as needed even when there is format.headerLibravatar Junio C Hamano1-1/+1
2008-03-02Merge branch 'mk/maint-parse-careful'Libravatar Junio C Hamano1-0/+1
2008-02-25builtin-fsck: reports missing parent commitsLibravatar Martin Koegler1-0/+1
2008-02-19Export some email and pretty-printing functionsLibravatar Daniel Barkalow1-0/+15
2007-11-25add -i: Fix running from a subdirectoryLibravatar Junio C Hamano1-1/+1
2007-11-25Merge branch 'kh/commit' into wc/add-iLibravatar Junio C Hamano1-1/+0
2007-11-22Fix add_files_to_cache() to take pathspec, not user specified list of filesLibravatar Junio C Hamano1-1/+0
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveLibravatar Wincent Colaiuta1-1/+1
2007-11-05revision walker: mini clean-upLibravatar Linus Torvalds1-0/+5
2007-11-04Simplify topo-sort logicLibravatar Linus Torvalds1-19/+1
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soLibravatar Junio C Hamano1-1/+3
2007-09-27Export rerere() and launch_editor().Libravatar Kristian Høgsberg1-0/+1
2007-09-27Introduce entry point add_interactive and add_files_to_cacheLibravatar Kristian Høgsberg1-0/+4
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Libravatar Pierre Habouzit1-2/+7
2007-09-03Export format_commit_message()Libravatar Ren,bi(B Scharfe1-0/+1
2007-06-13Lift 16kB limit of log message outputLibravatar Junio C Hamano1-1/+1
2007-06-08Even more missing staticLibravatar Junio C Hamano1-2/+0
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-04-25Add --date={local,relative,default}Libravatar Junio C Hamano1-1/+1
2007-04-16Add support for "commit name decorations" to log family of commandsLibravatar Linus Torvalds1-0/+8
2007-03-02Merge branch 'js/commit-format'Libravatar Junio C Hamano1-0/+1