summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)Author
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
2007-11-23Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta
2007-11-06revision walker: mini clean-upLinus Torvalds
2007-11-04Simplify topo-sort logicLinus Torvalds
2007-11-02format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano
2007-09-27Export rerere() and launch_editor().Kristian Høgsberg
2007-09-27Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit