summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
AgeCommit message (Expand)Author
2012-08-27Fix tests under GETTEXT_POISON on git-stashJiang Xin
2012-04-30diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek
2012-03-13test: use --numstat instead of --stat in "git stash show" testsJonathan Nieder
2012-03-13test: use test_i18ncmp when checking --stat outputJonathan Nieder
2012-02-04Use correct grammar in diffstat summary lineNguyễn Thái Ngọc Duy
2012-01-01stash: Don't fail if work dir contains file named 'HEAD'Jonathon Mah
2011-09-02Merge branch 'tr/maint-t3903-misquoted-command'Junio C Hamano
2011-08-30t3903: fix misquoted rev-parse invocationThomas Rast
2011-06-16Fix typo: existant->existentDmitry Ivankov
2011-04-27Merge branch 'dm/stash-k-i-p'Junio C Hamano
2011-04-27Merge branch 'jk/maint-stash-oob'Junio C Hamano
2011-04-07stash: add two more tests for --no-keep-indexDan McGee
2011-04-06stash: drop dirty worktree check on applyJeff King
2011-04-06stash: fix false positive in the invalid ref test.Jon Seymour
2011-04-06stash: fix accidental apply of non-existent stashesJeff King
2011-03-21Add test: git stash shows status relative to current dirPiotr Krukowiecki
2010-11-09tests: add missing &&Jonathan Nieder
2010-09-29stash: fix git stash branch regression when branch creation failsJon Seymour
2010-09-29stash drops the stash even if creating the branch fails because it already ex...Tomas Carnecky
2010-09-27git-stash: fix flag parsingBrian Gernhardt
2010-09-27t/t3903-stash: improve testing of git-stash showBrandon Casey
2010-09-09tests: subshell indentation stylefixJonathan Nieder
2010-09-06Merge branch 'jl/maint-fix-test'Junio C Hamano
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann
2010-08-31t3903: fix broken test_must_fail callsJon Seymour
2010-08-22detached-stash: tests of git stash with stash-like argumentsJon Seymour
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