summaryrefslogtreecommitdiffstats
path: root/commit.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano1-10/+12
2011-05-26format-patch: preserve subject newlines with -kJeff King1-0/+1
2011-05-26clean up calling conventions for pretty.c functionsJeff King1-10/+9
2011-05-26pretty: add pp_commit_easy function for simple callersJeff King1-0/+2
2011-05-19Merge branch 'jc/replacing'Junio C Hamano1-2/+0
2011-05-16Merge branch 'ci/commit--interactive-atomic'Junio C Hamano1-1/+1
2011-05-15Declare lookup_replace_object() in cache.h, not in commit.hJunio C Hamano1-2/+0
2011-05-09Add support for -p/--patch to git-commitConrad Irwin1-1/+1
2011-04-11sparse: Fix an "symbol 'format_subject' not declared" warningRamsay Jones1-0/+2
2011-03-16standardize brace placement in struct definitionsJonathan Nieder1-2/+1
2011-02-07Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy1-1/+1
2010-12-22Merge branch 'tf/commit-list-prefix'Junio C Hamano1-5/+5
2010-11-29commit: Add commit_list prefix in two function names.Thiago Farina1-5/+5
2010-11-04pretty.c: teach format_commit_message() to reencode the outputPat Notz1-0/+3
2010-11-04commit: helper methods to reduce redundant blocks of codePat Notz1-0/+1
2010-08-18Merge branch 'cc/find-commit-subject'Junio C Hamano1-0/+3
2010-07-23revert: refactor code to find commit subject in find_commit_subject()Christian Couder1-0/+3
2010-06-30Merge branch 'ar/decorate-color'Junio C Hamano1-0/+1
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-1/+1
2010-06-20commit.h: add 'type' to struct name_decorationNazri Ramliy1-0/+1
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2010-05-08Merge branch 'jk/cached-textconv'Junio C Hamano1-0/+4
2010-04-13pretty: Initialize notes if %N is usedJohannes Gilger1-0/+5
2010-04-01make commit_tree a library functionJeff King1-0/+4
2010-01-22Merge branch 'jc/maint-limit-note-output'Junio C Hamano1-0/+1
2010-01-20Fix "log" family not to be too agressive about showing notesJunio C Hamano1-0/+1
2010-01-11pretty.c: mark file-local function staticJunio C Hamano1-1/+0
2009-11-20Merge branch 'sp/smart-http'Junio C Hamano1-1/+1
2009-10-30fixup tr/stash-format mergeJunio C Hamano1-6/+14
2009-10-30fetch-pack: Use a strbuf to compose the want listShawn O. Pearce1-1/+1
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationThomas Rast1-0/+1
2009-10-19Refactor pretty_print_commit arguments into a structThomas Rast1-6/+13
2009-10-19format_commit_message(): fix function signatureJunio C Hamano1-1/+1
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano1-0/+2
2009-08-21Merge branch 'cc/replace'Junio C Hamano1-0/+2
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