| Commit message (Expand) | Author | Age | Files | Lines |
* | submodule absorbing: fix worktree/gitdir pointers recursively for non-movessb/submodule-recursive-absorb | Stefan Beller | 2017-01-26 | 1 | -0/+27 |
* | Merge branch 'sb/cd-then-git-can-be-written-as-git-c' | Junio C Hamano | 2017-01-23 | 1 | -4/+1 |
|\ |
|
| * | lib-submodule-update.sh: reduce use of subshell by using "git -C"sb/cd-then-git-can-be-written-as-git-c | Stefan Beller | 2017-01-13 | 1 | -4/+1 |
* | | Merge branch 'sg/fix-versioncmp-with-common-suffix' | Junio C Hamano | 2017-01-23 | 1 | -20/+112 |
|\ \ |
|
| * | | versioncmp: generalize version sort suffix reorderingsg/fix-versioncmp-with-common-suffix | SZEDER Gábor | 2017-01-12 | 1 | -0/+35 |
| * | | versioncmp: use earliest-longest contained suffix to determine sorting order | SZEDER Gábor | 2016-12-08 | 1 | -0/+31 |
| * | | versioncmp: cope with common part overlapping with prerelease suffix | SZEDER Gábor | 2016-12-08 | 1 | -2/+7 |
| * | | t7004-tag: add version sort tests to show prerelease reordering issues | SZEDER Gábor | 2016-12-08 | 1 | -6/+30 |
| * | | t7004-tag: use test_config helper | SZEDER Gábor | 2016-12-08 | 1 | -13/+10 |
| * | | t7004-tag: delete unnecessary tags with test_when_finished | SZEDER Gábor | 2016-12-08 | 1 | -1/+1 |
* | | | Merge branch 'vn/diff-ihc-config' | Junio C Hamano | 2017-01-23 | 1 | -1/+26 |
|\ \ \ |
|
| * | | | diff: add interhunk context config optionvn/diff-ihc-config | Vegard Nossum | 2017-01-12 | 1 | -1/+26 |
| | |/
| |/| |
|
* | | | Merge branch 'sb/submodule-init' | Junio C Hamano | 2017-01-23 | 1 | -0/+17 |
|\ \ \ |
|
| * | | | submodule update --init: display correct path from submodulesb/submodule-init | Stefan Beller | 2017-01-12 | 1 | -0/+17 |
* | | | | Merge branch 'sb/submodule-config-tests' | Junio C Hamano | 2017-01-23 | 1 | -2/+23 |
|\ \ \ \ |
|
| * | | | | t7411: test lookup of uninitialized submodulessb/submodule-config-tests | Stefan Beller | 2017-01-12 | 1 | -0/+21 |
| * | | | | t7411: quote URLs | Stefan Beller | 2017-01-12 | 1 | -2/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'jk/grep-e-could-be-extended-beyond-posix' | Junio C Hamano | 2017-01-23 | 1 | -11/+15 |
|\ \ \ \ |
|
| * | | | | t7810: avoid assumption about invalid regex syntaxjk/grep-e-could-be-extended-beyond-posix | Jeff King | 2017-01-11 | 1 | -11/+15 |
* | | | | | Merge branch 'rh/mergetool-regression-fix' | Junio C Hamano | 2017-01-18 | 1 | -114/+165 |
|\ \ \ \ \ |
|
| * | | | | | mergetool: fix running in subdir when rerere enabledrh/mergetool-regression-fix | Richard Hansen | 2017-01-10 | 1 | -1/+6 |
| * | | | | | t7610: add test case for rerere+mergetool+subdir bug | Richard Hansen | 2017-01-10 | 1 | -1/+20 |
| * | | | | | t7610: spell 'git reset --hard' consistently | Richard Hansen | 2017-01-10 | 1 | -18/+19 |
| * | | | | | t7610: don't assume the checked-out commit | Richard Hansen | 2017-01-10 | 1 | -6/+6 |
| * | | | | | t7610: always work on a test-specific branch | Richard Hansen | 2017-01-10 | 1 | -2/+8 |
| * | | | | | t7610: delete some now-unnecessary 'git reset --hard' lines | Richard Hansen | 2017-01-10 | 1 | -2/+0 |
| * | | | | | t7610: run 'git reset --hard' after each test to clean up | Richard Hansen | 2017-01-10 | 1 | -0/+8 |
| * | | | | | t7610: don't rely on state from previous test | Richard Hansen | 2017-01-10 | 1 | -0/+6 |
| * | | | | | t7610: use test_when_finished for cleanup tasks | Richard Hansen | 2017-01-10 | 1 | -34/+37 |
| * | | | | | t7610: move setup code to the 'setup' test case | Richard Hansen | 2017-01-10 | 1 | -30/+35 |
| * | | | | | t7610: update branch names to match test number | Richard Hansen | 2017-01-10 | 1 | -41/+41 |
* | | | | | | Merge branch 'sb/pathspec-errors' | Junio C Hamano | 2017-01-18 | 1 | -0/+36 |
|\ \ \ \ \ \ |
|
| * | | | | | | pathspec: give better message for submodule related pathspec errorsb/pathspec-errors | Stefan Beller | 2017-01-09 | 1 | -0/+36 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'pb/test-must-fail-is-for-git' | Junio C Hamano | 2017-01-18 | 10 | -26/+26 |
|\ \ \ \ \ \ |
|
| * | | | | | | t9813: avoid using pipespb/test-must-fail-is-for-git | Pranit Bauva | 2017-01-09 | 1 | -4/+4 |
| * | | | | | | don't use test_must_fail with grep | Pranit Bauva | 2017-01-07 | 10 | -22/+22 |
| |/ / / / / |
|
* | | | | | | Merge branch 'js/mingw-test-push-unc-path' | Junio C Hamano | 2017-01-18 | 1 | -0/+48 |
|\ \ \ \ \ \ |
|
| * | | | | | | mingw: add a regression test for pushing to UNC pathsjs/mingw-test-push-unc-path | Johannes Schindelin | 2017-01-07 | 1 | -0/+48 |
* | | | | | | | Merge branch 'km/branch-get-push-while-detached' | Junio C Hamano | 2017-01-18 | 1 | -0/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | branch_get_push: do not segfault when HEAD is detachedkm/branch-get-push-while-detached | Kyle Meyer | 2017-01-07 | 1 | -0/+6 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'jk/blame-fixes' | Junio C Hamano | 2017-01-18 | 2 | -0/+149 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | blame: output porcelain "previous" header for each filejk/blame-fixes | Jeff King | 2017-01-07 | 1 | -0/+117 |
| * | | | | | | | blame: handle --no-abbrev | Jeff King | 2017-01-07 | 1 | -0/+4 |
| * | | | | | | | blame: fix alignment with --abbrev=40 | Jeff King | 2017-01-07 | 1 | -0/+28 |
* | | | | | | | | Merge branch 'jk/archive-zip-userdiff-config' | Junio C Hamano | 2017-01-18 | 1 | -4/+18 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | archive-zip: load userdiff configjk/archive-zip-userdiff-config | Jeff King | 2017-01-07 | 1 | -4/+18 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'dt/disable-bitmap-in-auto-gc' | Junio C Hamano | 2017-01-18 | 2 | -5/+28 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | repack: die on incremental + write-bitmap-indexdt/disable-bitmap-in-auto-gc | David Turner | 2016-12-29 | 1 | -5/+3 |
| * | | | | | | | | auto gc: don't write bitmaps for incremental repacks | David Turner | 2016-12-29 | 1 | -0/+25 |
| |/ / / / / / / |
|
| * | | | | | | | Merge branch 'nd/test-helpers' into maint | Junio C Hamano | 2016-11-29 | 2 | -3/+18 |
| |\ \ \ \ \ \ \ |
|