summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)Author
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano
2011-05-26format-patch: preserve subject newlines with -kJeff King
2011-05-26clean up calling conventions for pretty.c functionsJeff King
2011-05-26pretty: add pp_commit_easy function for simple callersJeff King
2011-05-20Merge branch 'jc/replacing'Junio C Hamano
2011-05-16Merge branch 'ci/commit--interactive-atomic'Junio C Hamano
2011-05-15Declare lookup_replace_object() in cache.h, not in commit.hJunio C Hamano
2011-05-10Add support for -p/--patch to git-commitConrad Irwin
2011-04-11sparse: Fix an "symbol 'format_subject' not declared" warningRamsay Jones
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2011-02-07Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy
2010-12-22Merge branch 'tf/commit-list-prefix'Junio C Hamano
2010-11-29commit: Add commit_list prefix in two function names.Thiago Farina
2010-11-04pretty.c: teach format_commit_message() to reencode the outputPat Notz
2010-11-04commit: helper methods to reduce redundant blocks of codePat Notz
2010-08-18Merge branch 'cc/find-commit-subject'Junio C Hamano
2010-07-23revert: refactor code to find commit subject in find_commit_subject()Christian Couder
2010-06-30Merge branch 'ar/decorate-color'Junio C Hamano
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-21commit.h: add 'type' to struct name_decorationNazri Ramliy
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-05-09Merge branch 'jk/cached-textconv'Junio C Hamano
2010-04-14pretty: Initialize notes if %N is usedJohannes Gilger
2010-04-02make commit_tree a library functionJeff King
2010-01-23Merge branch 'jc/maint-limit-note-output'Junio C Hamano
2010-01-21Fix "log" family not to be too agressive about showing notesJunio C Hamano
2010-01-12pretty.c: mark file-local function staticJunio C Hamano
2009-11-21Merge branch 'sp/smart-http'Junio C Hamano
2009-10-31fixup tr/stash-format mergeJunio C Hamano
2009-10-31fetch-pack: Use a strbuf to compose the want listShawn O. Pearce
2009-10-20Introduce new pretty formats %g[sdD] for reflog informationThomas Rast
2009-10-20Refactor pretty_print_commit arguments into a structThomas Rast
2009-10-19format_commit_message(): fix function signatureJunio C Hamano
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano
2009-08-22Merge branch 'cc/replace'Junio C Hamano
2009-08-14builtin-add: refactor the meat of interactive_add()Thomas Rast
2009-08-10Expose the has_non_ascii() functionJohannes Schindelin
2009-06-01replace_object: add mechanism to replace objects found in "refs/replace/"Christian Couder
2009-05-27bisect: drop unparse_commit() and use clear_commit_marks()Christian Couder
2009-05-18commit: add function to unparse a commit and its parentsChristian Couder
2009-01-28Make has_commit() non-staticJake Goulding
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