summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
AgeCommit message (Expand)Author
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan
2010-04-20stash tests: stash can lose data in a file removed from the indexCharles Bailey
2010-02-16stash pop: remove 'apply' options during 'drop' invocationThomas Rast
2009-09-02stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy
2009-07-31Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin
2009-06-18stash: teach quiet optionStephen Boyd
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi
2008-07-07Add a test for "git stash branch"Abhijit Menon-Sen
2008-06-14fix whitespace violations in test scriptsJeff King
2008-03-13add test_cmp function for test scriptsJeff King
2008-03-03t3903-stash.sh: Add tests for new stash commands drop and popBrandon Casey
2008-03-03t3903-stash.sh: Add missing '&&' to body of testcaseBrandon Casey
2007-07-25Make sure git-stash works from subdirectory.Junio C Hamano
2007-07-06Teach git-stash to "apply --index"Johannes Schindelin