Age | Commit message (Expand) | Author | Files | Lines |
2019-06-21 | tests: make GIT_TEST_GETTEXT_POISON a boolean | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2019-03-24 | checkout: prevent losing staged changes with --merge | Nguyễn Thái Ngọc Duy | 1 | -9/+1 |
2019-03-24 | read-tree: add --quiet | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2018-11-09 | i18n: make GETTEXT_POISON a runtime option | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2018-10-07 | t/*: fix ordering of expected/observed arguments | Matthew DeVore | 1 | -2/+2 |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -4/+3 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -2/+1 |
2018-08-21 | tests: use 'test_must_be_empty' instead of '! test -s' | SZEDER Gábor | 1 | -2/+2 |
2018-07-16 | t7000-t7999: fix broken &&-chains | Eric Sunshine | 1 | -20/+20 |
2018-07-03 | t7201: drop pointless "exit 0" at end of subshell | Eric Sunshine | 1 | -1/+0 |
2018-05-23 | t: make many tests depend less on the refs being files | David Turner | 1 | -1/+1 |
2017-10-07 | tests: fix diff order arguments in test_cmp | Stefan Beller | 1 | -2/+2 |
2016-06-17 | i18n: advice: mark string about detached head for translation | Vasco Almeida | 1 | -1/+1 |
2015-03-20 | t7201: fix &&-chain breakage | Jeff King | 1 | -13/+6 |
2015-03-20 | t: fix &&-chaining issues around setup which might fail | Jeff King | 1 | -1/+1 |
2014-08-25 | checkout -m: attempt merge when deletion of path was staged | Jonathan Nieder | 1 | -0/+17 |
2013-04-21 | t7201.24: Add refspec to keep --track working | Johan Herland | 1 | -0/+1 |
2012-04-11 | tests: modernise style: more uses of test_line_count | Stefano Lattarini | 1 | -2/+2 |
2011-04-13 | i18n: use test_i18ngrep in t7201 | Junio C Hamano | 1 | -7/+7 |
2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -5/+5 |
2011-03-09 | i18n: git-checkout "HEAD is now at" message | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |
2011-02-16 | branch/checkout --track: Ensure that upstream branch is indeed a branch | Johan Herland | 1 | -7/+9 |
2010-03-20 | checkout -m --conflict=diff3: add a label for ancestor | Jonathan Nieder | 1 | -1/+1 |
2010-03-20 | checkout --conflict=diff3: add a label for ancestor | Jonathan Nieder | 1 | -2/+2 |
2010-03-20 | tests: document format of conflicts from checkout -m | Jonathan Nieder | 1 | -4/+61 |
2010-01-29 | Reword "detached HEAD" notification | Junio C Hamano | 1 | -10/+22 |
2010-01-17 | Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge' | Junio C Hamano | 1 | -0/+57 |
2010-01-06 | checkout -m path: fix recreating conflicts | Junio C Hamano | 1 | -0/+57 |
2009-05-16 | test: checkout shouldn't say that HEAD has moved if it didn't | Nanako Shiraishi | 1 | -0/+8 |
2009-04-07 | Change double quotes to single quotes in message | Jari Aalto | 1 | -1/+1 |
2008-10-21 | Merge branch 'jc/maint-co-track' | Junio C Hamano | 1 | -6/+20 |
2008-10-19 | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 1 | -1/+1 |
2008-10-19 | demonstrate breakage of detached checkout with symbolic link HEAD | Junio C Hamano | 1 | -0/+12 |
2008-10-17 | Fix "checkout --track -b newbranch" on detached HEAD | Junio C Hamano | 1 | -6/+8 |
2008-09-29 | Merge branch 'jc/better-conflict-resolution' | Shawn O. Pearce | 1 | -2/+121 |
2008-09-21 | Merge branch 'db/maint-checkout-b' | Junio C Hamano | 1 | -0/+10 |
2008-09-21 | Check early that a new branch is new and valid | Daniel Barkalow | 1 | -0/+10 |
2008-09-10 | Merge branch 'jc/maint-checkout-fix' into maint | Junio C Hamano | 1 | -0/+22 |
2008-09-07 | Merge branch 'jc/maint-checkout-fix' | Junio C Hamano | 1 | -0/+22 |
2008-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-09-03 | tests: use "git xyzzy" form (t7200 - t9001) | Nanako Shiraishi | 1 | -1/+1 |
2008-08-31 | checkout --conflict=<style>: recreate merge in a non-default style | Junio C Hamano | 1 | -46/+54 |
2008-08-30 | checkout -m: recreate merge when checking out of unmerged index | Junio C Hamano | 1 | -0/+63 |
2008-08-30 | checkout --ours/--theirs: allow checking out one side of a conflicting merge | Junio C Hamano | 1 | -0/+25 |
2008-08-30 | checkout -f: allow ignoring unmerged paths when checking out of the index | Junio C Hamano | 1 | -0/+23 |
2008-08-30 | checkout: do not check out unmerged higher stages randomly | Junio C Hamano | 1 | -0/+22 |
2008-08-22 | Extend "checkout --track" DWIM to support more cases | Alex Riesen | 1 | -1/+22 |
2008-08-11 | checkout --track: make up a sensible branch name if '-b' was omitted | Johannes Schindelin | 1 | -0/+11 |
2008-07-23 | t3200,t7201: replace '!' with test_must_fail | Brandon Casey | 1 | -1/+1 |
2008-03-13 | add test_cmp function for test scripts | Jeff King | 1 | -9/+9 |