summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
Commit message (Expand)AuthorAgeFilesLines
* 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