summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
AgeCommit message (Expand)Author
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-19t3[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-03-27Merge branch 'tg/retire-scripted-stash'Junio C Hamano
2020-03-05stash: remove the stash.useBuiltin settingThomas Gummerer
2020-02-19stash: eliminate crude option parsingAlexandr Miloslavskiy
2019-12-01Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-11-14stash: make sure we have a valid index before writing itThomas Gummerer
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Junio C Hamano
2019-11-02stash: handle staged changes in skip-worktree files correctlyJohannes Schindelin
2019-10-07Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-09-20stash: make sure to write refreshed cacheThomas Gummerer
2019-08-26t3903: abstract away SHA-1-specific constantsbrian m. carlson
2019-07-25Merge branch 'tg/stash-keep-index-with-removed-paths'Junio C Hamano
2019-07-16stash: fix handling removed files with --keep-indexThomas Gummerer
2019-06-19stash: fix show referencing stash indexThomas Gummerer
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