Age | Commit message (Expand) | Author | Files | Lines |
2015-07-28 | tests: remove some direct access to .git/logs | David Turner | 1 | -1/+1 |
2015-06-25 | Merge branch 'jk/stash-require-clean-index' into maint | Junio C Hamano | 1 | -7/+0 |
2015-06-16 | Merge branch 'jk/stash-options' into maint | Junio C Hamano | 1 | -0/+4 |
2015-06-15 | Revert "stash: require a clean index to apply" | Jeff King | 1 | -7/+0 |
2015-05-20 | stash: complain about unknown flags | Jeff King | 1 | -0/+4 |
2015-04-22 | stash: require a clean index to apply | Jeff King | 1 | -0/+7 |
2015-04-22 | t3903: avoid applying onto dirty index | Jeff King | 1 | -2/+2 |
2015-04-22 | t3903: stop hard-coding commit sha1s | Jeff King | 1 | -5/+5 |
2014-08-07 | stash: default listing to working-tree diff | Jeff King | 1 | -0/+42 |
2014-01-07 | stash: handle specifying stashes with $IFS | Øystein Walle | 1 | -0/+12 |
2013-08-14 | Revert "git stash: avoid data loss when "git stash save" kills a directory" | Junio C Hamano | 1 | -18/+0 |
2013-07-01 | git stash: avoid data loss when "git stash save" kills a directory | Petr Baudis | 1 | -0/+18 |
2013-06-27 | Merge branch 'rr/rebase-stash-store' | Junio C Hamano | 1 | -0/+19 |
2013-06-20 | Merge branch 'fc/show-non-empty-errors-in-test' | Junio C Hamano | 1 | -5/+5 |
2013-06-17 | stash: introduce 'git stash store' | Ramkumar Ramachandra | 1 | -0/+19 |
2013-06-09 | test: test_must_be_empty helper | Junio C Hamano | 1 | -5/+5 |
2013-06-07 | tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases) | Johannes Sixt | 1 | -11/+28 |
2012-08-27 | Fix tests under GETTEXT_POISON on git-stash | Jiang Xin | 1 | -1/+1 |
2012-04-30 | diff --stat: use less columns for change counts | Zbigniew Jędrzejewski-Szmek | 1 | -1/+1 |
2012-03-13 | test: use --numstat instead of --stat in "git stash show" tests | Jonathan Nieder | 1 | -7/+19 |
2012-03-13 | test: use test_i18ncmp when checking --stat output | Jonathan Nieder | 1 | -2/+2 |
2012-02-03 | Use correct grammar in diffstat summary line | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2012-01-01 | stash: Don't fail if work dir contains file named 'HEAD' | Jonathon Mah | 1 | -0/+24 |
2011-09-02 | Merge branch 'tr/maint-t3903-misquoted-command' | Junio C Hamano | 1 | -1/+1 |
2011-08-30 | t3903: fix misquoted rev-parse invocation | Thomas Rast | 1 | -1/+1 |
2011-06-16 | Fix typo: existant->existent | Dmitry Ivankov | 1 | -1/+1 |
2011-04-27 | Merge branch 'dm/stash-k-i-p' | Junio C Hamano | 1 | -0/+8 |
2011-04-27 | Merge branch 'jk/maint-stash-oob' | Junio C Hamano | 1 | -5/+11 |
2011-04-07 | stash: add two more tests for --no-keep-index | Dan McGee | 1 | -0/+8 |
2011-04-06 | stash: drop dirty worktree check on apply | Jeff King | 1 | -4/+16 |
2011-04-05 | stash: fix false positive in the invalid ref test. | Jon Seymour | 1 | -5/+5 |
2011-04-05 | stash: fix accidental apply of non-existent stashes | Jeff King | 1 | -0/+6 |
2011-03-20 | Add test: git stash shows status relative to current dir | Piotr Krukowiecki | 1 | -0/+19 |
2010-11-09 | tests: add missing && | Jonathan Nieder | 1 | -3/+3 |
2010-09-29 | stash: fix git stash branch regression when branch creation fails | Jon Seymour | 1 | -1/+1 |
2010-09-29 | stash drops the stash even if creating the branch fails because it already ex... | Tomas Carnecky | 1 | -0/+11 |
2010-09-26 | git-stash: fix flag parsing | Brian Gernhardt | 1 | -4/+4 |
2010-09-26 | t/t3903-stash: improve testing of git-stash show | Brandon Casey | 1 | -4/+58 |
2010-09-09 | tests: subshell indentation stylefix | Jonathan Nieder | 1 | -2/+3 |
2010-09-06 | Merge branch 'jl/maint-fix-test' | Junio C Hamano | 1 | -3/+3 |
2010-09-06 | Several tests: cd inside subshell instead of around | Jens Lehmann | 1 | -3/+3 |
2010-08-31 | t3903: fix broken test_must_fail calls | Jon Seymour | 1 | -18/+18 |
2010-08-21 | detached-stash: tests of git stash with stash-like arguments | Jon Seymour | 1 | -0/+112 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+1 |
2010-05-31 | tests: use "test_cmp", not "diff", when verifying the result | Gary V. Vaughan | 1 | -1/+1 |
2010-04-20 | stash tests: stash can lose data in a file removed from the index | Charles Bailey | 1 | -0/+150 |
2010-02-15 | stash pop: remove 'apply' options during 'drop' invocation | Thomas Rast | 1 | -0/+9 |
2009-09-01 | stash: simplify defaulting to "save" and reject unknown options | Matthieu Moy | 1 | -0/+11 |
2009-07-31 | Make 'git stash -k' a short form for 'git stash save --keep-index' | Johannes Schindelin | 1 | -0/+8 |
2009-06-18 | stash: teach quiet option | Stephen Boyd | 1 | -0/+23 |