Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/cache-tree-api-refactor' | Junio C Hamano | 2012-02-12 | 1 | -2/+2 |
|\ | |||||
| * | cache-tree: update API to take abitrary flagsnd/cache-tree-api-refactor | Nguyễn Thái Ngọc Duy | 2012-02-07 | 1 | -2/+2 |
* | | Merge branch 'jk/maint-tag-show-fixes' | Junio C Hamano | 2012-02-12 | 1 | -32/+40 |
|\ \ | |||||
| * | | tag: do not show non-tag contents with "-n"jk/maint-tag-show-fixes | Junio C Hamano | 2012-02-08 | 1 | -10/+12 |
| * | | tag: die when listing missing or corrupt objects | Jeff King | 2012-02-06 | 1 | -1/+5 |
| * | | tag: fix output of "tag -n" when errors occur | Jeff King | 2012-02-06 | 1 | -32/+34 |
* | | | Merge branch 'jn/merge-no-edit-fix' | Junio C Hamano | 2012-02-12 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | merge: do not launch an editor on "--no-edit $tag"jn/merge-no-edit-fix | Junio C Hamano | 2012-02-09 | 1 | -3/+7 |
* | | | | Merge branch 'js/add-e-submodule-fix' | Junio C Hamano | 2012-02-10 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | add -e: do not show difference in a submodule that is merely dirtyjs/add-e-submodule-fix | Johannes Schindelin | 2012-02-07 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jc/parse-date-raw' | Junio C Hamano | 2012-02-10 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | parse_date(): '@' prefix forces git-timestampjc/parse-date-raw | Junio C Hamano | 2012-02-03 | 1 | -0/+6 |
* | | | | | Merge branch 'jc/merge-ff-only-stronger-than-signed-merge' | Junio C Hamano | 2012-02-10 | 1 | -1/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | merge: do not create a signed tag merge under --ff-only optionjc/merge-ff-only-stronger-than-signed-merge | Junio C Hamano | 2012-02-05 | 1 | -1/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jc/branch-desc-typoavoidance' | Junio C Hamano | 2012-02-10 | 1 | -0/+15 |
|\ \ \ \ | |||||
| * | | | | branch --edit-description: protect against mistyped branch namejc/branch-desc-typoavoidance | Junio C Hamano | 2012-02-05 | 1 | -0/+15 |
| |/ / / | |||||
* | | | | Merge branch 'jx/i18n-more-marking' | Junio C Hamano | 2012-02-07 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | i18n: git-commit whence_s "merge/cherry-pick" message | Jiang Xin | 2012-02-01 | 1 | -3/+3 |
| |/ / / | |||||
* | | | | Merge branch 'tr/merge-edit-guidance' | Junio C Hamano | 2012-01-31 | 1 | -0/+10 |
|\ \ \ \ | |||||
| * | | | | merge: add instructions to the commit message when editingtr/merge-edit-guidance | Thomas Rast | 2012-01-31 | 1 | -0/+10 |
| |/ / / | |||||
* | | | | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 2012-01-31 | 1 | -4/+34 |
|\ \ \ \ | |||||
| * | | | | merge: use editor by default in interactive sessions | Junio C Hamano | 2012-01-23 | 1 | -4/+34 |
* | | | | | Merge branch 'nd/clone-detached' | Junio C Hamano | 2012-01-31 | 2 | -140/+183 |
|\ \ \ \ \ | |||||
| * | | | | | clone: fix up delay cloning conditions | Nguyễn Thái Ngọc Duy | 2012-01-24 | 2 | -8/+14 |
| * | | | | | push: do not let configured foreign-vcs permanently clobbered | Junio C Hamano | 2012-01-23 | 1 | -0/+2 |
| * | | | | | clone: print advice on checking out detached HEAD | Nguyễn Thái Ngọc Duy | 2012-01-16 | 2 | -16/+5 |
| * | | | | | clone: allow --branch to take a tag | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -1/+19 |
| * | | | | | clone: refuse to clone if --branch points to bogus ref | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -8/+4 |
| * | | | | | clone: --branch=<branch> always means refs/heads/<branch> | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -14/+16 |
| * | | | | | clone: delay cloning until after remote HEAD checking | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -27/+27 |
| * | | | | | clone: factor out remote ref writing | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -14/+25 |
| * | | | | | clone: factor out HEAD update code | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -17/+24 |
| * | | | | | clone: factor out checkout code | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -43/+58 |
| * | | | | | clone: write detached HEAD in bare repositories | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -6/+3 |
* | | | | | | Merge branch 'tr/grep-l-with-decoration' | Junio C Hamano | 2012-01-31 | 1 | -2/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | grep: fix -l/-L interaction with decoration linestr/grep-l-with-decoration | Albert Yale | 2012-01-23 | 1 | -2/+3 |
* | | | | | | | Merge branch 'rr/sequencer' | Junio C Hamano | 2012-01-31 | 1 | -946/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | sequencer: factor code out of revert builtinrr/sequencer | Ramkumar Ramachandra | 2012-01-11 | 1 | -946/+2 |
| * | | | | | | | revert: prepare to move replay_action to header | Ramkumar Ramachandra | 2012-01-11 | 1 | -18/+22 |
* | | | | | | | | Merge branch 'jc/advise-i18n' | Junio C Hamano | 2012-01-31 | 1 | -5/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | i18n of multi-line advice messagesjc/advise-i18n | Junio C Hamano | 2011-12-22 | 1 | -5/+4 |
* | | | | | | | | | Merge branch 'nd/index-pack-no-recurse' | Junio C Hamano | 2012-01-29 | 1 | -50/+114 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | index-pack: eliminate unlimited recursion in get_base_data() | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -9/+44 |
| * | | | | | | | | | index-pack: eliminate recursion in find_unresolved_deltas | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -41/+70 |
* | | | | | | | | | | Merge branch 'mh/ref-clone-without-extra-refs' | Junio C Hamano | 2012-01-29 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | write_remote_refs(): create packed (rather than extra) refsmh/ref-clone-without-extra-refs | Michael Haggerty | 2012-01-17 | 1 | -2/+1 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'tr/maint-mailinfo' | Junio C Hamano | 2012-01-29 | 1 | -1/+10 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | mailinfo: with -b, keep space after [foo]tr/maint-mailinfo | Thomas Rast | 2012-01-16 | 1 | -1/+10 |
* | | | | | | | | | | | Merge branch 'nd/maint-refname-in-hierarchy-check' | Junio C Hamano | 2012-01-29 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix incorrect ref namespace checknd/maint-refname-in-hierarchy-check | Nguyễn Thái Ngọc Duy | 2012-01-11 | 2 | -2/+2 |