summaryrefslogtreecommitdiff
path: root/t/t3903-stash.sh
Commit message (Expand)AuthorAgeFilesLines
* builtin/stash.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-1/+1
* tests: add missing double quotes to included library pathsÆvar Arnfjörð Bjarmason2022-06-301-1/+1
* Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-0/+20
|\
| * core.fsyncmethod: tests for batch modeNeeraj Singh2022-04-061-0/+20
* | Merge branch 'vd/stash-silence-reset'Junio C Hamano2022-03-301-0/+33
|\ \
| * | stash: make internal resets quiet and refresh indexVictoria Dye2022-03-141-0/+33
| |/
* | Merge branch 'jc/stash-drop'Junio C Hamano2022-03-161-1/+42
|\ \ | |/ |/|
| * stash: add tests to ensure reflog --rewrite --updatref behaviorJohn Cai2022-03-021-1/+42
* | Merge branch 'gc/stash-on-branch-with-multi-level-name'Junio C Hamano2022-03-061-0/+11
|\ \
| * | stash: strip "refs/heads/" with skip_prefixGlen Choo2022-02-241-0/+11
| |/
* | Merge branch 'cg/t3903-modernize'Junio C Hamano2022-03-061-9/+12
|\ \ | |/ |/|
| * tests: make the code more readableCOGONI Guillaume2022-02-231-3/+6
| * tests: allow testing if a path is truly a file or a directoryCOGONI Guillaume2022-02-231-3/+3
| * t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*COGONI Guillaume2022-02-231-3/+3
* | stash: stop warning about the obsolete `stash.useBuiltin` config settingJohannes Schindelin2022-01-271-15/+0
|/
* Merge branch 'en/stash-df-fix'Junio C Hamano2022-01-101-0/+24
|\
| * stash: do not return before restoring untracked filesElijah Newren2022-01-041-0/+24
* | Merge branch 'ab/do-not-limit-stash-help-to-push'Junio C Hamano2022-01-101-0/+19
|\ \
| * | stash: don't show "git stash push" usage on bad "git stash" usageÆvar Arnfjörð Bjarmason2021-12-161-0/+19
| |/
* | stash: implement '--staged' option for 'push' and 'save'Sergey Organov2021-10-181-0/+11
|/
* stash: restore untracked files AFTER restoring tracked filesElijah Newren2021-09-101-2/+2
* stash: avoid feeding directories to update-indexElijah Newren2021-09-101-1/+1
* t3903: document a pair of directory/file bugsElijah Newren2021-09-101-0/+58
* stash list: stop passing "-m" to "git log"Sergey Organov2021-05-211-1/+1
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-4/+4
* t3[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-17/+17
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* Merge branch 'tg/retire-scripted-stash'Junio C Hamano2020-03-261-0/+14
|\
| * stash: remove the stash.useBuiltin settingThomas Gummerer2020-03-051-0/+14
* | stash: eliminate crude option parsingAlexandr Miloslavskiy2020-02-191-0/+5
|/
* Merge branch 'tg/stash-refresh-index'Junio C Hamano2019-12-011-1/+6
|\
| * stash: make sure we have a valid index before writing itThomas Gummerer2019-11-141-1/+6
* | Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Junio C Hamano2019-11-101-0/+11
|\ \
| * | stash: handle staged changes in skip-worktree files correctlyJohannes Schindelin2019-11-021-0/+11
* | | Merge branch 'tg/stash-refresh-index'Junio C Hamano2019-10-071-0/+16
|\ \ \ | | |/ | |/|
| * | stash: make sure to write refreshed cacheThomas Gummerer2019-09-201-0/+16
| |/
* | t3903: abstract away SHA-1-specific constantsbrian m. carlson2019-08-261-10/+22
|/
* Merge branch 'tg/stash-keep-index-with-removed-paths'Junio C Hamano2019-07-251-0/+7
|\
| * stash: fix handling removed files with --keep-indexThomas Gummerer2019-07-161-0/+7
* | stash: fix show referencing stash indexThomas Gummerer2019-06-191-0/+18
|/
* stash: setup default diff output format if necessaryThomas Gummerer2019-03-211-0/+18
* stash: make push -q quietPaul-Sebastian Ungureanu2019-03-071-0/+23
* stash: rename test cases to be more descriptivePaul-Sebastian Ungureanu2019-03-071-7/+7
* t3903: add test for --intent-to-add fileMatthew Kraai2019-03-071-0/+8
* t3903: modernize stylePaul-Sebastian Ungureanu2019-03-071-59/+61
* stash: improve option parsing test coverageJoel Teichroeb2019-03-071-0/+35
* ident: don't require calling prepare_fallback_ident firstThomas Gummerer2019-03-071-0/+6
* stash: tolerate missing user identitySlavica Djukic2018-11-191-0/+28
* t/*: fix ordering of expected/observed argumentsMatthew DeVore2018-10-071-4/+4
* t3903-stash: don't try to grep non-existing fileSZEDER Gábor2018-08-221-1/+1