| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/show-sig' | Junio C Hamano | 2012-01-06 | 1 | -4/+6 |
|\ |
|
| * | commit --amend -S: strip existing gpgsig headers | Junio C Hamano | 2012-01-05 | 1 | -2/+2 |
| * | log: --show-signature | Junio C Hamano | 2011-11-12 | 1 | -0/+2 |
| * | commit: teach --gpg-sign option | Junio C Hamano | 2011-11-12 | 1 | -2/+2 |
* | | Merge branch 'nd/war-on-nul-in-commit' | Junio C Hamano | 2011-12-22 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Convert commit_tree() to take strbuf as message | Nguyễn Thái Ngọc Duy | 2011-12-15 | 1 | -1/+1 |
* | | commit: teach --amend to carry forward extra headers | Junio C Hamano | 2011-11-09 | 1 | -0/+3 |
* | | commit: copy merged signed tags to headers of merge commit | Junio C Hamano | 2011-11-09 | 1 | -2/+19 |
* | | merge: make usage of commit->util more extensible | Junio C Hamano | 2011-11-08 | 1 | -0/+13 |
|/ |
|
* | Merge branch 'rs/pending' | Junio C Hamano | 2011-10-13 | 1 | -0/+1 |
|\ |
|
| * | commit: factor out clear_commit_marks_for_object_arrayrs/pending | René Scharfe | 2011-10-03 | 1 | -0/+1 |
* | | Merge branch 'nd/maint-autofix-tag-in-head' | Junio C Hamano | 2011-10-13 | 1 | -0/+7 |
|\ \ |
|
| * | | Accept tags in HEAD or MERGE_HEAD | Nguyễn Thái Ngọc Duy | 2011-09-18 | 1 | -0/+7 |
| |/ |
|
* | | Move write_shallow_commits to fetch-pack.c | Nguyễn Thái Ngọc Duy | 2011-08-18 | 1 | -1/+0 |
* | | Add for_each_commit_graft() to iterate all grafts | Nguyễn Thái Ngọc Duy | 2011-08-18 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'jk/format-patch-am' | Junio C Hamano | 2011-05-31 | 1 | -10/+12 |
|\ |
|
| * | format-patch: preserve subject newlines with -k | Jeff King | 2011-05-26 | 1 | -0/+1 |
| * | clean up calling conventions for pretty.c functions | Jeff King | 2011-05-26 | 1 | -10/+9 |
| * | pretty: add pp_commit_easy function for simple callers | Jeff King | 2011-05-26 | 1 | -0/+2 |
* | | Merge branch 'jc/replacing' | Junio C Hamano | 2011-05-19 | 1 | -2/+0 |
|\ \ |
|
| * | | Declare lookup_replace_object() in cache.h, not in commit.h | Junio C Hamano | 2011-05-15 | 1 | -2/+0 |
* | | | Merge branch 'ci/commit--interactive-atomic' | Junio C Hamano | 2011-05-16 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add support for -p/--patch to git-commit | Conrad Irwin | 2011-05-09 | 1 | -1/+1 |
* | | | sparse: Fix an "symbol 'format_subject' not declared" warning | Ramsay Jones | 2011-04-11 | 1 | -0/+2 |
|/ / |
|
* | | standardize brace placement in struct definitions | Jonathan Nieder | 2011-03-16 | 1 | -2/+1 |
* | | Add const to parse_{commit,tag}_buffer() | Nguyễn Thái Ngọc Duy | 2011-02-07 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'tf/commit-list-prefix' | Junio C Hamano | 2010-12-22 | 1 | -5/+5 |
|\ |
|
| * | commit: Add commit_list prefix in two function names. | Thiago Farina | 2010-11-29 | 1 | -5/+5 |
* | | pretty.c: teach format_commit_message() to reencode the output | Pat Notz | 2010-11-04 | 1 | -0/+3 |
* | | commit: helper methods to reduce redundant blocks of code | Pat Notz | 2010-11-04 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'cc/find-commit-subject' | Junio C Hamano | 2010-08-18 | 1 | -0/+3 |
|\ |
|
| * | revert: refactor code to find commit subject in find_commit_subject() | Christian Couder | 2010-07-23 | 1 | -0/+3 |
* | | Merge branch 'ar/decorate-color' | Junio C Hamano | 2010-06-30 | 1 | -0/+1 |
|\ \ |
|
| * | | commit.h: add 'type' to struct name_decoration | Nazri Ramliy | 2010-06-20 | 1 | -0/+1 |
* | | | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'jk/cached-textconv' | Junio C Hamano | 2010-05-08 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | make commit_tree a library function | Jeff King | 2010-04-01 | 1 | -0/+4 |
* | | pretty: Initialize notes if %N is used | Johannes Gilger | 2010-04-13 | 1 | -0/+5 |
|/ |
|
* | Merge branch 'jc/maint-limit-note-output' | Junio C Hamano | 2010-01-22 | 1 | -0/+1 |
|\ |
|
| * | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 2010-01-20 | 1 | -0/+1 |
* | | pretty.c: mark file-local function static | Junio C Hamano | 2010-01-11 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'sp/smart-http' | Junio C Hamano | 2009-11-20 | 1 | -1/+1 |
|\ |
|
| * | fetch-pack: Use a strbuf to compose the want list | Shawn O. Pearce | 2009-10-30 | 1 | -1/+1 |
* | | fixup tr/stash-format merge | Junio C Hamano | 2009-10-30 | 1 | -6/+14 |
|\ \ |
|
| * | | Introduce new pretty formats %g[sdD] for reflog information | Thomas Rast | 2009-10-19 | 1 | -0/+1 |
| * | | Refactor pretty_print_commit arguments into a struct | Thomas Rast | 2009-10-19 | 1 | -6/+13 |
| |/ |
|
* | | format_commit_message(): fix function signature | Junio C Hamano | 2009-10-19 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 2009-09-07 | 1 | -0/+2 |
|\ |
|
| * | builtin-add: refactor the meat of interactive_add() | Thomas Rast | 2009-08-14 | 1 | -0/+2 |