aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-05Merge branch 'jc/format-color-auto'Junio C Hamano1-0/+1
2012-12-17log --format: teach %C(auto,black) to respect color configJunio C Hamano1-0/+1
2012-11-15Merge branch 'jc/prettier-pretty-note'Junio C Hamano1-3/+1
2012-10-29Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy1-0/+4
2012-10-17pretty: prepare notes message at a centralized placeJunio C Hamano1-1/+1
2012-10-17pretty: remove reencode_commit_message()Junio C Hamano1-2/+0
2012-09-15commit.c: mark a file-scope private symbol as staticJunio C Hamano1-1/+0
2012-09-11Merge branch 'jc/merge-bases'Junio C Hamano1-1/+1
2012-08-27in_merge_bases(): support only one "other" commitJunio C Hamano1-1/+1
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano1-0/+1
2012-05-04log: respect date_mode_explicit with --format:%gdJeff King1-0/+1
2012-04-25commit: remove commit_list_reverse()René Scharfe1-1/+0
2012-04-25sequencer: export commit_list_append()René Scharfe1-0/+2
2012-04-11revision: insert unsorted, then sort in prepare_revision_walk()René Scharfe1-0/+1
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano1-4/+6
2012-01-05commit --amend -S: strip existing gpgsig headersJunio C Hamano1-2/+2
2011-12-22Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano1-2/+2
2011-12-15Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy1-1/+1
2011-11-12log: --show-signatureJunio C Hamano1-0/+2
2011-11-12commit: teach --gpg-sign optionJunio C Hamano1-2/+2
2011-11-09commit: teach --amend to carry forward extra headersJunio C Hamano1-0/+3
2011-11-09commit: copy merged signed tags to headers of merge commitJunio C Hamano1-2/+19
2011-11-08merge: make usage of commit->util more extensibleJunio C Hamano1-0/+13
2011-10-21Merge branch 'nd/maint-autofix-tag-in-head' into maintJunio C Hamano1-0/+7
2011-10-13Merge branch 'rs/pending'Junio C Hamano1-0/+1
2011-10-13Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano1-0/+7
2011-10-03commit: factor out clear_commit_marks_for_object_arrayRené Scharfe1-0/+1
2011-09-18Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy1-0/+7
2011-08-18Move write_shallow_commits to fetch-pack.cNguyễn Thái Ngọc Duy1-1/+0
2011-08-18Add for_each_commit_graft() to iterate all graftsNguyễn Thái Ngọc Duy1-0/+2
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
2008-06-30Move commit_list_count() to commit.cMiklos Vajna1-0/+1
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano1-1/+2
2008-03-15Merge branch 'maint'Junio C Hamano1-2/+2
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano1-1/+1
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano1-0/+1
2008-02-25builtin-fsck: reports missing parent commitsMartin Koegler1-0/+1
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow1-0/+15
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano1-1/+1
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano1-1/+0
2007-11-22Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano1-1/+0
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta1-1/+1
2007-11-05revision walker: mini clean-upLinus Torvalds1-0/+5
2007-11-04Simplify topo-sort logicLinus Torvalds1-19/+1
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano1-1/+3
2007-09-27Export rerere() and launch_editor().Kristian Høgsberg1-0/+1
2007-09-27Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg1-0/+4
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit1-2/+7
2007-09-03Export format_commit_message()Ren,bi(B Scharfe1-0/+1
2007-06-13Lift 16kB limit of log message outputJunio C Hamano1-1/+1
2007-06-08Even more missing staticJunio C Hamano1-2/+0
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-04-25Add --date={local,relative,default}Junio C Hamano1-1/+1
2007-04-16Add support for "commit name decorations" to log family of commandsLinus Torvalds1-0/+8
2007-03-02Merge branch 'js/commit-format'Junio C Hamano1-0/+1
2007-02-22pretty-formats: add 'format:<string>'Johannes Schindelin1-0/+1
2007-02-13Merge branch 'jc/merge-base' (early part)Junio C Hamano1-1/+1
2007-01-21is_repository_shallow(): prototype fix.Junio C Hamano1-1/+1
2007-01-09Allow in_merge_bases() to take more than one reference commits.Junio C Hamano1-1/+1
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano1-0/+1
2006-12-20Move in_merge_bases() to commit.cJunio C Hamano1-0/+1
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin1-1/+2
2006-11-24support fetching into a shallow repositoryJohannes Schindelin1-1/+7
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-1/+1
2006-07-02Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe1-2/+1
2006-07-01Add get_merge_bases_clean()Rene Scharfe1-0/+1
2006-06-29move get_merge_bases() to core lib.Johannes Schindelin1-0/+2
2006-06-17Move "void *util" from "struct object" into "struct commit"Linus Torvalds1-0/+1
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-1/+1
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin1-1/+1
2006-04-18Tentative built-in format-patch.Junio C Hamano1-0/+1
2006-04-15Split init_revisions() out of setup_revisions()Junio C Hamano1-0/+2
2006-04-07blame -S <ancestry-file>Junio C Hamano1-0/+11
2006-03-10Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen1-3/+17
2006-02-15topo-order: make --date-order optional.Junio C Hamano1-1/+3
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano1-1/+1
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano1-1/+1
2006-01-07describe: allow more than one revs to be named.Junio C Hamano1-0/+2
2005-11-11Add --pretty=fullerJunio C Hamano1-0/+1
2005-09-15[PATCH] Avoid wasting memory in git-rev-listLinus Torvalds1-0/+1
2005-08-22[PATCH] Add 'git show-branch'.Junio C Hamano1-0/+2
2005-08-09Introduce --pretty=oneline format.Junio C Hamano1-0/+1
2005-07-06[PATCH] Add a topological sort procedure to commit.cJon Seymour1-0/+13
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds1-2/+1
2005-06-26Add "--pretty=full" format that also shows committer.Linus Torvalds1-1/+3
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-2/+2
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org1-0/+4
2005-06-05pretty_print_commit: add different formatsLinus Torvalds1-1/+9
2005-06-01Add generic commit "pretty print" function.Linus Torvalds1-0/+3
2005-05-30commit_list_insert: return the new commit list entryLinus Torvalds1-1/+1
2005-05-25Make "parse_object()" also fill in commit message buffer data.Linus Torvalds1-1/+1
2005-05-25commit: save the commit buffer off when parsing a commitLinus Torvalds1-0/+1
2005-05-18commit: add "lookup_commit_reference()" helper functionLinus Torvalds1-0/+1
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre1-0/+2
2005-04-23[PATCH] Allow multiple date-ordered listsDaniel Barkalow1-1/+2
2005-04-23[PATCH] Add some functions for commit listsDaniel Barkalow1-0/+9
2005-04-18[PATCH] Header files for object parsingDaniel Barkalow1-0/+27