Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refresh_index: do not show unmerged path that is outside pathspecjc/add-refresh-unmerged | Junio C Hamano | 2012-02-17 | 1 | -0/+15 |
* | Merge branch 'jc/checkout-out-of-unborn' into maint | Junio C Hamano | 2012-02-16 | 1 | -1/+10 |
|\ | |||||
| * | git checkout -b: allow switching out of an unborn branchjc/checkout-out-of-unborn | Junio C Hamano | 2012-02-06 | 1 | -1/+10 |
* | | Merge branch 'jc/maint-commit-ignore-i-t-a' into maint | Junio C Hamano | 2012-02-16 | 1 | -3/+5 |
|\ \ | |||||
| * | | commit: ignore intent-to-add entries instead of refusingjc/maint-commit-ignore-i-t-a | Junio C Hamano | 2012-02-07 | 1 | -3/+5 |
| |/ | |||||
* | | Merge branch 'jk/maint-tag-show-fixes' into maint | Junio C Hamano | 2012-02-13 | 1 | -0/+13 |
|\ \ | |||||
| * | | tag: do not show non-tag contents with "-n"jk/maint-tag-show-fixes | Junio C Hamano | 2012-02-08 | 1 | -0/+13 |
| |/ | |||||
* | | Merge branch 'jn/merge-no-edit-fix' into maint | Junio C Hamano | 2012-02-13 | 1 | -0/+12 |
|\ \ | |||||
| * | | merge: do not launch an editor on "--no-edit $tag"jn/merge-no-edit-fix | Junio C Hamano | 2012-02-09 | 1 | -0/+12 |
* | | | Merge branch 'jc/parse-date-raw' into maint | Junio C Hamano | 2012-02-13 | 1 | -0/+23 |
|\ \ \ | |||||
| * | | | parse_date(): '@' prefix forces git-timestampjc/parse-date-raw | Junio C Hamano | 2012-02-03 | 1 | -0/+23 |
* | | | | Merge branch 'jc/merge-ff-only-stronger-than-signed-merge' into maint | Junio C Hamano | 2012-02-13 | 1 | -0/+13 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | 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 | -0/+13 |
* | | | | Merge branch 'jc/branch-desc-typoavoidance' into maint | Junio C Hamano | 2012-02-13 | 2 | -4/+46 |
|\ \ \ \ | |||||
| * | | | | branch --edit-description: protect against mistyped branch namejc/branch-desc-typoavoidance | Junio C Hamano | 2012-02-05 | 1 | -4/+37 |
| * | | | | tests: add write_script helper function | Junio C Hamano | 2012-02-03 | 1 | -0/+9 |
| |/ / / | |||||
* | | | | t: use sane_unset instead of unset | Ævar Arnfjörð Bjarmason | 2012-02-13 | 6 | -10/+10 |
* | | | | Remove Git's support for smoke testing | Ævar Arnfjörð Bjarmason | 2012-02-13 | 3 | -133/+1 |
* | | | | Merge branch 'jc/maint-request-pull-for-tag' into maint | Junio C Hamano | 2012-02-10 | 1 | -5/+1 |
|\ \ \ \ | |||||
| * | | | | request-pull: explicitly ask tags/$name to be pulledjc/maint-request-pull-for-tag | Junio C Hamano | 2012-01-31 | 1 | -5/+1 |
* | | | | | Merge branch 'tr/grep-l-with-decoration' into maint | Junio C Hamano | 2012-02-10 | 1 | -0/+22 |
|\ \ \ \ \ | |||||
| * | | | | | grep: fix -l/-L interaction with decoration linestr/grep-l-with-decoration | Albert Yale | 2012-01-23 | 1 | -0/+22 |
* | | | | | | Merge branch 'jl/submodule-re-add' into maint | Junio C Hamano | 2012-02-10 | 1 | -0/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule add: fix breakage when re-adding a deep submodulejl/submodule-re-add | Jens Lehmann | 2012-01-24 | 1 | -0/+8 |
* | | | | | | | Merge branch 'da/maint-mergetool-twoway' into maint | Junio C Hamano | 2012-02-10 | 1 | -1/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | mergetool: Provide an empty file when neededda/maint-mergetool-twoway | David Aguilar | 2012-01-23 | 1 | -1/+27 |
* | | | | | | | | Merge branch 'sp/smart-http-failure-to-push' into maint | Junio C Hamano | 2012-02-05 | 1 | -0/+28 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | remote-curl: Fix push status report when all branches fail | Shawn O. Pearce | 2012-01-20 | 1 | -0/+28 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jc/maint-log-first-parent-pathspec' into maint | Junio C Hamano | 2012-02-05 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Making pathspec limited log play nicer with --first-parentjc/maint-log-first-parent-pathspec | Junio C Hamano | 2012-01-19 | 1 | -0/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'cb/push-quiet' into maint | Junio C Hamano | 2012-02-05 | 2 | -0/+15 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | t5541: avoid TAP test miscountingcb/push-quiet | Michael J Gruber | 2012-01-08 | 1 | -1/+1 |
| * | | | | | | | fix push --quiet: add 'quiet' capability to receive-pack | Clemens Buchacher | 2012-01-08 | 2 | -0/+15 |
* | | | | | | | | Merge branch 'nd/pathspec-recursion-cleanup' | Junio C Hamano | 2012-01-18 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | diff-index: enable recursive pathspec matching in unpack_treesnd/pathspec-recursion-cleanup | Nguyen Thai Ngoc Duy | 2012-01-16 | 1 | -0/+8 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'tr/maint-word-diff-incomplete-line' | Junio C Hamano | 2012-01-18 | 1 | -0/+14 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | word-diff: ignore '\ No newline at eof' markertr/maint-word-diff-incomplete-line | Thomas Rast | 2012-01-12 | 1 | -0/+14 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ss/maint-msys-cvsexportcommit' | Junio C Hamano | 2012-01-12 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t9200: On MSYS, do not pass Windows-style paths to CVS | Sebastian Schuberth | 2012-01-11 | 1 | -3/+3 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-01-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 2012-01-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | Merge branch 'maint-1.7.6' into maint-1.7.7 | Junio C Hamano | 2012-01-11 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | |||||
| | | * | | | | | | t2203: fix wrong commit command | Nguyễn Thái Ngọc Duy | 2012-01-11 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'bw/maint-t8006-sed-incomplete-line' | Junio C Hamano | 2012-01-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Use perl instead of sed for t8006-blame-textconv testbw/maint-t8006-sed-incomplete-line | Ben Walton | 2012-01-09 | 1 | -1/+1 |
* | | | | | | | | | | Sync with maint | Junio C Hamano | 2012-01-10 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | / / / / / | |_|_|_|/ / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Merge the attributes fix in from maint-1.6.7 branch | Junio C Hamano | 2012-01-10 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| | * | | | | | | | Merge the attributes fix in from maint-1.6.6 branch | Junio C Hamano | 2012-01-10 | 1 | -0/+10 |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | |||||
| | | * | | | | | | attr: don't confuse prefixes with leading directories | Jeff King | 2012-01-10 | 1 | -0/+10 |
* | | | | | | | | | Merge branch 'jc/show-sig' | Junio C Hamano | 2012-01-06 | 1 | -0/+80 |
|\ \ \ \ \ \ \ \ \ |