summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)Author
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
2008-07-01Move commit_list_count() to commit.cMiklos Vajna
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano
2008-03-15Merge branch 'maint'Junio C Hamano
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-26builtin-fsck: reports missing parent commitsMartin Koegler
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano