Age | Commit message (Expand) | Author | Files | Lines |
2022-01-27 | stash: stop warning about the obsolete `stash.useBuiltin` config setting | Johannes Schindelin | 1 | -15/+0 |
2022-01-10 | Merge branch 'en/stash-df-fix' | Junio C Hamano | 1 | -0/+24 |
2022-01-10 | Merge branch 'ab/do-not-limit-stash-help-to-push' | Junio C Hamano | 1 | -0/+19 |
2022-01-04 | stash: do not return before restoring untracked files | Elijah Newren | 1 | -0/+24 |
2021-12-16 | stash: don't show "git stash push" usage on bad "git stash" usage | Ævar Arnfjörð Bjarmason | 1 | -0/+19 |
2021-10-18 | stash: implement '--staged' option for 'push' and 'save' | Sergey Organov | 1 | -0/+11 |
2021-09-10 | stash: restore untracked files AFTER restoring tracked files | Elijah Newren | 1 | -2/+2 |
2021-09-10 | stash: avoid feeding directories to update-index | Elijah Newren | 1 | -1/+1 |
2021-09-10 | t3903: document a pair of directory/file bugs | Elijah Newren | 1 | -0/+58 |
2021-05-21 | stash list: stop passing "-m" to "git log" | Sergey Organov | 1 | -1/+1 |
2021-02-10 | tests: remove most uses of test_i18ncmp | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
2020-11-19 | t3[5-9]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -17/+17 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-03-26 | Merge branch 'tg/retire-scripted-stash' | Junio C Hamano | 1 | -0/+14 |
2020-03-05 | stash: remove the stash.useBuiltin setting | Thomas Gummerer | 1 | -0/+14 |
2020-02-19 | stash: eliminate crude option parsing | Alexandr Miloslavskiy | 1 | -0/+5 |
2019-12-01 | Merge branch 'tg/stash-refresh-index' | Junio C Hamano | 1 | -1/+6 |
2019-11-14 | stash: make sure we have a valid index before writing it | Thomas Gummerer | 1 | -1/+6 |
2019-11-10 | Merge branch 'js/update-index-ignore-removal-for-skip-worktree' | Junio C Hamano | 1 | -0/+11 |
2019-11-02 | stash: handle staged changes in skip-worktree files correctly | Johannes Schindelin | 1 | -0/+11 |
2019-10-07 | Merge branch 'tg/stash-refresh-index' | Junio C Hamano | 1 | -0/+16 |
2019-09-20 | stash: make sure to write refreshed cache | Thomas Gummerer | 1 | -0/+16 |
2019-08-26 | t3903: abstract away SHA-1-specific constants | brian m. carlson | 1 | -10/+22 |
2019-07-25 | Merge branch 'tg/stash-keep-index-with-removed-paths' | Junio C Hamano | 1 | -0/+7 |
2019-07-16 | stash: fix handling removed files with --keep-index | Thomas Gummerer | 1 | -0/+7 |
2019-06-19 | stash: fix show referencing stash index | Thomas Gummerer | 1 | -0/+18 |
2019-03-21 | stash: setup default diff output format if necessary | Thomas Gummerer | 1 | -0/+18 |
2019-03-07 | stash: make push -q quiet | Paul-Sebastian Ungureanu | 1 | -0/+23 |
2019-03-07 | stash: rename test cases to be more descriptive | Paul-Sebastian Ungureanu | 1 | -7/+7 |
2019-03-07 | t3903: add test for --intent-to-add file | Matthew Kraai | 1 | -0/+8 |
2019-03-07 | t3903: modernize style | Paul-Sebastian Ungureanu | 1 | -59/+61 |
2019-03-07 | stash: improve option parsing test coverage | Joel Teichroeb | 1 | -0/+35 |
2019-03-07 | ident: don't require calling prepare_fallback_ident first | Thomas Gummerer | 1 | -0/+6 |
2018-11-19 | stash: tolerate missing user identity | Slavica Djukic | 1 | -0/+28 |
2018-10-07 | t/*: fix ordering of expected/observed arguments | Matthew DeVore | 1 | -4/+4 |
2018-08-22 | t3903-stash: don't try to grep non-existing file | SZEDER Gábor | 1 | -1/+1 |
2018-05-23 | t: make many tests depend less on the refs being files | David Turner | 1 | -1/+1 |
2018-01-23 | Merge branch 'tg/stash-with-pathspec-fix' | Junio C Hamano | 1 | -0/+32 |
2018-01-08 | stash: don't delete untracked files that match pathspec | Thomas Gummerer | 1 | -0/+32 |
2017-12-06 | Merge branch 'ph/stash-save-m-option-fix' | Junio C Hamano | 1 | -0/+93 |
2017-11-24 | stash: learn to parse -m/--message like commit does | Phil Hord | 1 | -0/+93 |
2017-08-19 | stash: add a test for stashing in a detached state | Joel Teichroeb | 1 | -0/+12 |
2017-08-19 | stash: add a test for when apply fails during stash branch | Joel Teichroeb | 1 | -0/+14 |
2017-08-19 | stash: add a test for stash create with no files | Joel Teichroeb | 1 | -0/+8 |
2017-06-22 | Merge branch 'ps/stash-push-pathspec-fix' | Junio C Hamano | 1 | -0/+16 |
2017-06-13 | git-stash: fix pushing stash with pathspec from subdir | Patrick Steinhardt | 1 | -0/+16 |
2017-05-11 | tests: fix tests broken under GETTEXT_POISON=YesPlease | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2017-03-22 | stash: keep untracked files intact in stash -k | Thomas Gummerer | 1 | -0/+14 |
2017-03-22 | stash: don't show internal implementation details | Thomas Gummerer | 1 | -1/+1 |
2017-02-28 | stash: allow pathspecs in the no verb form | Thomas Gummerer | 1 | -0/+15 |