summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
AgeCommit message (Expand)Author
2015-07-28tests: remove some direct access to .git/logsDavid Turner
2015-06-26Merge branch 'jk/stash-require-clean-index' into maintJunio C Hamano
2015-06-16Merge branch 'jk/stash-options' into maintJunio C Hamano
2015-06-15Revert "stash: require a clean index to apply"Jeff King
2015-05-20stash: complain about unknown flagsJeff King
2015-04-22stash: require a clean index to applyJeff King
2015-04-22t3903: avoid applying onto dirty indexJeff King
2015-04-22t3903: stop hard-coding commit sha1sJeff King
2014-08-07stash: default listing to working-tree diffJeff King
2014-01-07stash: handle specifying stashes with $IFSØystein Walle
2013-08-14Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano
2013-07-01git stash: avoid data loss when "git stash save" kills a directoryPetr Baudis
2013-06-27Merge branch 'rr/rebase-stash-store'Junio C Hamano
2013-06-20Merge branch 'fc/show-non-empty-errors-in-test'Junio C Hamano
2013-06-17stash: introduce 'git stash store'Ramkumar Ramachandra
2013-06-09test: test_must_be_empty helperJunio C Hamano
2013-06-07tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt
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