summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
AgeCommit message (Expand)Author
25 hoursMerge branch 'aj/stash-staged-fix'Junio C Hamano
9 daysstash: fix "--staged" with binary filesAdam Johnson
2024-02-12Merge branch 'ps/report-failure-from-git-stash'Junio C Hamano
2024-02-06builtin/stash: report failure to write to indexPatrick Steinhardt
2024-01-22t3903: make drop stash test ref backend agnosticJohn Cai
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-10-23Merge branch 'jc/fail-stash-to-store-non-stash'Junio C Hamano
2023-10-11stash: be careful what we storeJunio C Hamano
2023-05-19t3903-stash: modernize test formatJohn Cai
2022-08-19builtin/stash.c: let parse-options parse subcommandsSZEDER Gábor
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