summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-07Add const to parse_{commit,tag}_buffer()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2010-12-22Merge branch 'tf/commit-list-prefix'Libravatar Junio C Hamano1-5/+5
2010-11-29commit: Add commit_list prefix in two function names.Libravatar Thiago Farina1-5/+5
2010-11-04pretty.c: teach format_commit_message() to reencode the outputLibravatar Pat Notz1-0/+3
2010-11-04commit: helper methods to reduce redundant blocks of codeLibravatar Pat Notz1-0/+1
2010-08-18Merge branch 'cc/find-commit-subject'Libravatar Junio C Hamano1-0/+3
2010-07-23revert: refactor code to find commit subject in find_commit_subject()Libravatar Christian Couder1-0/+3
2010-06-30Merge branch 'ar/decorate-color'Libravatar Junio C Hamano1-0/+1
2010-06-21Merge branch 'gv/portable'Libravatar Junio C Hamano1-1/+1
2010-06-20commit.h: add 'type' to struct name_decorationLibravatar Nazri Ramliy1-0/+1
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan1-1/+1
2010-05-08Merge branch 'jk/cached-textconv'Libravatar Junio C Hamano1-0/+4
2010-04-13pretty: Initialize notes if %N is usedLibravatar Johannes Gilger1-0/+5
2010-04-01make commit_tree a library functionLibravatar Jeff King1-0/+4
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