summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
AgeCommit message (Expand)AuthorFilesLines
12 daysrevision: hang on to "freed" argv elementsJeff King1-0/+17
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-14/+14
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-2/+2
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-14/+14
2026-05-27Merge branch 'ps/t3903-cover-stash-include-untracked'Junio C Hamano1-0/+17
2026-05-17stash: add coverage for show --include-untrackedPushkar Singh1-0/+17
2026-04-29stash: add --label-ours, --label-theirs, --label-base for applyHarald Nordgren1-0/+24
2025-09-29Merge branch 'dk/stash-apply-index'Junio C Hamano1-0/+40
2025-09-22revision: manage memory ownership of argv in setup_revisions()Jeff King1-0/+5
2025-09-22stash: tell setup_revisions() to free our allocated stringsJeff King1-0/+4
2025-09-21stash: honor stash.index in apply, pop modesD. Ben Knoble1-0/+37
2025-09-21t3903: reduce dependencies on previous testsD. Ben Knoble1-0/+3
2025-07-14Merge branch 'hy/read-cache-lock-error-fix'Junio C Hamano1-12/+6
2025-07-07read-cache: report lock error when refreshing indexHan Young1-12/+6
2025-06-30Merge branch 'bc/stash-export-import'Junio C Hamano1-0/+101
2025-06-24Merge branch 'kj/stash-onbranch-submodule-fix'Junio C Hamano1-0/+32
2025-06-12builtin/stash: provide a way to import stashes from a refbrian m. carlson1-0/+101
2025-06-11stash: fix incorrect branch name in stash messageK Jayatheerth1-0/+32
2025-06-07stash: allow "git stash [<options>] --patch <pathspec>" to assume pushPhillip Wood1-2/+2
2025-06-07stash: allow "git stash -p <pathspec>" to assume push againPhillip Wood1-0/+22
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-23Merge branch 'ps/stash-keep-untrack-empty-fix'Junio C Hamano1-0/+15
2024-08-16builtin/stash: fix `--keep-index --include-untracked` with empty HEADPatrick Steinhardt1-0/+15
2024-08-01builtin/stash: fix various trivial memory leaksPatrick Steinhardt1-0/+1
2024-04-30Merge branch 'aj/stash-staged-fix'Junio C Hamano1-0/+9
2024-04-22stash: fix "--staged" with binary filesAdam Johnson1-0/+9
2024-02-12Merge branch 'ps/report-failure-from-git-stash'Junio C Hamano1-0/+52
2024-02-06builtin/stash: report failure to write to indexPatrick Steinhardt1-0/+52
2024-01-22t3903: make drop stash test ref backend agnosticJohn Cai1-6/+6
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-5/+5
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-5/+5
2023-10-23Merge branch 'jc/fail-stash-to-store-non-stash'Junio C Hamano1-0/+4
2023-10-11stash: be careful what we storeJunio C Hamano1-0/+4
2023-05-19t3903-stash: modernize test formatJohn Cai1-13/+13
2022-08-19builtin/stash.c: let parse-options parse subcommandsSZEDER Gábor1-1/+1
2022-06-30tests: add missing double quotes to included library pathsÆvar Arnfjörð Bjarmason1-1/+1
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-0/+20
2022-04-06core.fsyncmethod: tests for batch modeNeeraj Singh1-0/+20
2022-03-30Merge branch 'vd/stash-silence-reset'Junio C Hamano1-0/+33
2022-03-16Merge branch 'jc/stash-drop'Junio C Hamano1-1/+42
2022-03-14stash: make internal resets quiet and refresh indexVictoria Dye1-0/+33
2022-03-06Merge branch 'gc/stash-on-branch-with-multi-level-name'Junio C Hamano1-0/+11
2022-03-06Merge branch 'cg/t3903-modernize'Junio C Hamano1-9/+12
2022-03-02stash: add tests to ensure reflog --rewrite --updatref behaviorJohn Cai1-1/+42
2022-02-24stash: strip "refs/heads/" with skip_prefixGlen Choo1-0/+11
2022-02-23tests: make the code more readableCOGONI Guillaume1-3/+6
2022-02-23tests: allow testing if a path is truly a file or a directoryCOGONI Guillaume1-3/+3
2022-02-23t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*COGONI Guillaume1-3/+3
2022-01-27stash: stop warning about the obsolete `stash.useBuiltin` config settingJohannes Schindelin1-15/+0
2022-01-10Merge branch 'en/stash-df-fix'Junio C Hamano1-0/+24