summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
AgeCommit message (Expand)Author
2022-06-30tests: add missing double quotes to included library pathsÆvar Arnfjörð Bjarmason
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano
2022-04-06core.fsyncmethod: tests for batch modeNeeraj Singh
2022-03-31Merge branch 'vd/stash-silence-reset'Junio C Hamano
2022-03-17Merge branch 'jc/stash-drop'Junio C Hamano
2022-03-15stash: make internal resets quiet and refresh indexVictoria Dye
2022-03-07Merge branch 'gc/stash-on-branch-with-multi-level-name'Junio C Hamano
2022-03-07Merge branch 'cg/t3903-modernize'Junio C Hamano
2022-03-02stash: add tests to ensure reflog --rewrite --updatref behaviorJohn Cai
2022-02-24stash: strip "refs/heads/" with skip_prefixGlen Choo
2022-02-23tests: make the code more readableCOGONI Guillaume
2022-02-23tests: allow testing if a path is truly a file or a directoryCOGONI Guillaume
2022-02-23t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*COGONI Guillaume
2022-01-28stash: stop warning about the obsolete `stash.useBuiltin` config settingJohannes Schindelin
2022-01-10Merge branch 'en/stash-df-fix'Junio C Hamano
2022-01-10Merge branch 'ab/do-not-limit-stash-help-to-push'Junio C Hamano
2022-01-04stash: do not return before restoring untracked filesElijah Newren
2021-12-16stash: don't show "git stash push" usage on bad "git stash" usageÆvar Arnfjörð Bjarmason
2021-10-18stash: implement '--staged' option for 'push' and 'save'Sergey Organov
2021-09-10stash: restore untracked files AFTER restoring tracked filesElijah Newren
2021-09-10stash: avoid feeding directories to update-indexElijah Newren
2021-09-10t3903: document a pair of directory/file bugsElijah Newren
2021-05-21stash list: stop passing "-m" to "git log"Sergey Organov
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