summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
Commit message (Expand)AuthorAgeFilesLines
* Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano2013-08-141-18/+0
* git stash: avoid data loss when "git stash save" kills a directoryPetr Baudis2013-07-011-0/+18
* Merge branch 'rr/rebase-stash-store'Junio C Hamano2013-06-271-0/+19
|\
| * stash: introduce 'git stash store'Ramkumar Ramachandra2013-06-171-0/+19
* | Merge branch 'fc/show-non-empty-errors-in-test'Junio C Hamano2013-06-201-5/+5
|\ \
| * | test: test_must_be_empty helperJunio C Hamano2013-06-091-5/+5
| |/
* | tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt2013-06-071-11/+28
|/
* Fix tests under GETTEXT_POISON on git-stashJiang Xin2012-08-271-1/+1
* diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek2012-04-301-1/+1
* test: use --numstat instead of --stat in "git stash show" testsJonathan Nieder2012-03-131-7/+19
* test: use test_i18ncmp when checking --stat outputJonathan Nieder2012-03-131-2/+2
* Use correct grammar in diffstat summary linend/diffstat-gramnumNguyễn Thái Ngọc Duy2012-02-031-2/+2
* stash: Don't fail if work dir contains file named 'HEAD'jm/stash-diff-disambiguateJonathon Mah2012-01-011-0/+24
* Merge branch 'tr/maint-t3903-misquoted-command'Junio C Hamano2011-09-021-1/+1
|\
| * t3903: fix misquoted rev-parse invocationThomas Rast2011-08-301-1/+1
* | Fix typo: existant->existentDmitry Ivankov2011-06-161-1/+1
* | Merge branch 'dm/stash-k-i-p'Junio C Hamano2011-04-271-0/+8
|\ \
| * | stash: add two more tests for --no-keep-indexDan McGee2011-04-071-0/+8
* | | Merge branch 'jk/maint-stash-oob'Junio C Hamano2011-04-271-5/+11
|\ \ \
| * | | stash: fix false positive in the invalid ref test.Jon Seymour2011-04-051-5/+5
| * | | stash: fix accidental apply of non-existent stashesJeff King2011-04-051-0/+6
* | | | stash: drop dirty worktree check on applyJeff King2011-04-061-4/+16
| |/ / |/| |
* | | Add test: git stash shows status relative to current dirPiotr Krukowiecki2011-03-201-0/+19
|/ /
* | tests: add missing &&Jonathan Nieder2010-11-091-3/+3
* | stash: fix git stash branch regression when branch creation failsJon Seymour2010-09-291-1/+1
* | stash drops the stash even if creating the branch fails because it already ex...Tomas Carnecky2010-09-291-0/+11
* | git-stash: fix flag parsingBrian Gernhardt2010-09-261-4/+4
* | t/t3903-stash: improve testing of git-stash showBrandon Casey2010-09-261-4/+58
* | tests: subshell indentation stylefixJonathan Nieder2010-09-091-2/+3
* | Merge branch 'jl/maint-fix-test'Junio C Hamano2010-09-061-3/+3
|\ \ | |/ |/|
| * Several tests: cd inside subshell instead of aroundJens Lehmann2010-09-061-3/+3
* | t3903: fix broken test_must_fail callsJon Seymour2010-08-311-18/+18
* | detached-stash: tests of git stash with stash-like argumentsJon Seymour2010-08-211-0/+112
|/
* Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+1
|\
| * tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-05-311-1/+1
* | stash tests: stash can lose data in a file removed from the indexCharles Bailey2010-04-201-0/+150
|/
* stash pop: remove 'apply' options during 'drop' invocationThomas Rast2010-02-151-0/+9
* stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-011-0/+11
* Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-311-0/+8
* stash: teach quiet optionStephen Boyd2009-06-181-0/+23
* tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi2008-09-031-1/+1
* Add a test for "git stash branch"Abhijit Menon-Sen2008-07-061-0/+60
* fix whitespace violations in test scriptsJeff King2008-06-141-1/+1
* add test_cmp function for test scriptsJeff King2008-03-131-1/+1
* t3903-stash.sh: Add tests for new stash commands drop and popBrandon Casey2008-03-031-1/+45
* t3903-stash.sh: Add missing '&&' to body of testcaseBrandon Casey2008-03-031-2/+2
* Make sure git-stash works from subdirectory.Junio C Hamano2007-07-251-0/+7
* Teach git-stash to "apply --index"Johannes Schindelin2007-07-061-0/+69