summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
AgeCommit message (Expand)Author
2019-03-21stash: setup default diff output format if necessaryThomas Gummerer
2019-03-07stash: make push -q quietPaul-Sebastian Ungureanu
2019-03-07stash: rename test cases to be more descriptivePaul-Sebastian Ungureanu
2019-03-07t3903: add test for --intent-to-add fileMatthew Kraai
2019-03-07t3903: modernize stylePaul-Sebastian Ungureanu
2019-03-07stash: improve option parsing test coverageJoel Teichroeb
2019-03-07ident: don't require calling prepare_fallback_ident firstThomas Gummerer
2018-11-18stash: tolerate missing user identitySlavica Djukic
2018-10-06t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-08-22t3903-stash: don't try to grep non-existing fileSZEDER Gábor
2018-05-23t: make many tests depend less on the refs being filesDavid Turner
2018-01-23Merge branch 'tg/stash-with-pathspec-fix'Junio C Hamano
2018-01-08stash: don't delete untracked files that match pathspecThomas Gummerer
2017-12-06Merge branch 'ph/stash-save-m-option-fix'Junio C Hamano
2017-11-24stash: learn to parse -m/--message like commit doesPhil Hord
2017-08-19stash: add a test for stashing in a detached stateJoel Teichroeb
2017-08-19stash: add a test for when apply fails during stash branchJoel Teichroeb
2017-08-19stash: add a test for stash create with no filesJoel Teichroeb
2017-06-22Merge branch 'ps/stash-push-pathspec-fix'Junio C Hamano
2017-06-13git-stash: fix pushing stash with pathspec from subdirPatrick Steinhardt
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason
2017-03-22stash: keep untracked files intact in stash -kThomas Gummerer
2017-03-22stash: don't show internal implementation detailsThomas Gummerer
2017-02-28stash: allow pathspecs in the no verb formThomas Gummerer
2017-02-28stash: use stash_push for no verb formThomas Gummerer
2017-02-28stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer
2017-02-20stash: add test for the create command line argumentsThomas Gummerer
2017-02-20stash: introduce push verbThomas Gummerer
2017-01-17Merge branch 'jk/stash-disable-renames-internally' into maintJunio C Hamano
2016-12-06stash: prefer plumbing over git-diffJeff King
2016-10-26stash: allow stashes to be referenced by index onlyAaron M Watson
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