Age | Commit message (Expand) | Author | Files | Lines |
2011-10-13 | Merge branch 'nd/maint-autofix-tag-in-head' | Junio C Hamano | 1 | -0/+7 |
2011-10-03 | commit: factor out clear_commit_marks_for_object_array | René Scharfe | 1 | -0/+1 |
2011-09-18 | Accept tags in HEAD or MERGE_HEAD | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2011-08-18 | Move write_shallow_commits to fetch-pack.c | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2011-08-18 | Add for_each_commit_graft() to iterate all grafts | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2011-05-31 | Merge branch 'jk/format-patch-am' | Junio C Hamano | 1 | -10/+12 |
2011-05-26 | format-patch: preserve subject newlines with -k | Jeff King | 1 | -0/+1 |
2011-05-26 | clean up calling conventions for pretty.c functions | Jeff King | 1 | -10/+9 |
2011-05-26 | pretty: add pp_commit_easy function for simple callers | Jeff King | 1 | -0/+2 |
2011-05-19 | Merge branch 'jc/replacing' | Junio C Hamano | 1 | -2/+0 |
2011-05-16 | Merge branch 'ci/commit--interactive-atomic' | Junio C Hamano | 1 | -1/+1 |
2011-05-15 | Declare lookup_replace_object() in cache.h, not in commit.h | Junio C Hamano | 1 | -2/+0 |
2011-05-09 | Add support for -p/--patch to git-commit | Conrad Irwin | 1 | -1/+1 |
2011-04-11 | sparse: Fix an "symbol 'format_subject' not declared" warning | Ramsay Jones | 1 | -0/+2 |
2011-03-16 | standardize brace placement in struct definitions | Jonathan Nieder | 1 | -2/+1 |
2011-02-07 | Add const to parse_{commit,tag}_buffer() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2010-12-22 | Merge branch 'tf/commit-list-prefix' | Junio C Hamano | 1 | -5/+5 |
2010-11-29 | commit: Add commit_list prefix in two function names. | Thiago Farina | 1 | -5/+5 |
2010-11-04 | pretty.c: teach format_commit_message() to reencode the output | Pat Notz | 1 | -0/+3 |
2010-11-04 | commit: helper methods to reduce redundant blocks of code | Pat Notz | 1 | -0/+1 |
2010-08-18 | Merge branch 'cc/find-commit-subject' | Junio C Hamano | 1 | -0/+3 |
2010-07-23 | revert: refactor code to find commit subject in find_commit_subject() | Christian Couder | 1 | -0/+3 |
2010-06-30 | Merge branch 'ar/decorate-color' | Junio C Hamano | 1 | -0/+1 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+1 |
2010-06-20 | commit.h: add 'type' to struct name_decoration | Nazri Ramliy | 1 | -0/+1 |
2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
2010-05-08 | Merge branch 'jk/cached-textconv' | Junio C Hamano | 1 | -0/+4 |
2010-04-13 | pretty: Initialize notes if %N is used | Johannes Gilger | 1 | -0/+5 |
2010-04-01 | make commit_tree a library function | Jeff King | 1 | -0/+4 |
2010-01-22 | Merge branch 'jc/maint-limit-note-output' | Junio C Hamano | 1 | -0/+1 |
2010-01-20 | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 1 | -0/+1 |
2010-01-11 | pretty.c: mark file-local function static | Junio C Hamano | 1 | -1/+0 |
2009-11-20 | Merge branch 'sp/smart-http' | Junio C Hamano | 1 | -1/+1 |
2009-10-30 | fixup tr/stash-format merge | Junio C Hamano | 1 | -6/+14 |
2009-10-30 | fetch-pack: Use a strbuf to compose the want list | Shawn O. Pearce | 1 | -1/+1 |
2009-10-19 | Introduce new pretty formats %g[sdD] for reflog information | Thomas Rast | 1 | -0/+1 |
2009-10-19 | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 1 | -6/+13 |
2009-10-19 | format_commit_message(): fix function signature | Junio C Hamano | 1 | -1/+1 |
2009-09-07 | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 1 | -0/+2 |
2009-08-21 | Merge branch 'cc/replace' | Junio C Hamano | 1 | -0/+2 |
2009-08-14 | builtin-add: refactor the meat of interactive_add() | Thomas Rast | 1 | -0/+2 |
2009-08-10 | Expose the has_non_ascii() function | Johannes Schindelin | 1 | -0/+1 |
2009-05-31 | replace_object: add mechanism to replace objects found in "refs/replace/" | Christian Couder | 1 | -0/+2 |
2009-05-27 | bisect: drop unparse_commit() and use clear_commit_marks() | Christian Couder | 1 | -2/+0 |
2009-05-17 | commit: add function to unparse a commit and its parents | Christian Couder | 1 | -0/+2 |
2009-01-28 | Make has_commit() non-static | Jake Goulding | 1 | -0/+1 |
2008-10-21 | builtin-blame: Reencode commit messages according to git-log rules. | Alexander Gavrilov | 1 | -0/+2 |
2008-10-02 | commit.c: make read_graft_file() static | Nanako Shiraishi | 1 | -1/+0 |
2008-08-29 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2008-08-29 | pretty=format: respect date format options | Jeff King | 1 | -1/+2 |