- 2b057d9 builtin/stash.c: let parse-options parse subcommands by SZEDER Gábor · 2 years, 7 months ago
- 386e7a9 tests: add missing double quotes to included library paths by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
- 83937e9 Merge branch 'ns/batch-fsync' by Junio C Hamano · 2 years, 9 months ago
- d42bab4 core.fsyncmethod: tests for batch mode by Neeraj Singh · 3 years ago
- 6d51217 Merge branch 'vd/stash-silence-reset' by Junio C Hamano · 3 years ago
- a2fc9c3 Merge branch 'jc/stash-drop' by Junio C Hamano · 3 years ago
- 4b8b0f6 stash: make internal resets quiet and refresh index by Victoria Dye · 3 years ago
- 11da0a5 Merge branch 'gc/stash-on-branch-with-multi-level-name' by Junio C Hamano · 3 years ago
- b6c596f Merge branch 'cg/t3903-modernize' by Junio C Hamano · 3 years ago
- 76bccbc stash: add tests to ensure reflog --rewrite --updatref behavior by John Cai · 3 years ago
- ceaf037 stash: strip "refs/heads/" with skip_prefix by Glen Choo · 3 years, 2 months ago
- cc143f1 tests: make the code more readable by COGONI Guillaume · 3 years, 1 month ago
- 456296b tests: allow testing if a path is truly a file or a directory by COGONI Guillaume · 3 years, 1 month ago
- f01f948 t/t3903-stash.sh: replace test [-d|-f] with test_path_is_* by COGONI Guillaume · 3 years, 1 month ago
- e9b272e stash: stop warning about the obsolete `stash.useBuiltin` config setting by Johannes Schindelin · 3 years, 1 month ago
- 6e22345 Merge branch 'en/stash-df-fix' by Junio C Hamano · 3 years, 2 months ago
- 8ab404e Merge branch 'ab/do-not-limit-stash-help-to-push' by Junio C Hamano · 3 years, 2 months ago
- 71cade5 stash: do not return before restoring untracked files by Elijah Newren · 3 years, 2 months ago
- ca7990c stash: don't show "git stash push" usage on bad "git stash" usage by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
- 41a28eb stash: implement '--staged' option for 'push' and 'save' by Sergey Organov · 3 years, 5 months ago
- bee8691 stash: restore untracked files AFTER restoring tracked files by Elijah Newren · 3 years, 6 months ago
- 3d40e37 stash: avoid feeding directories to update-index by Elijah Newren · 3 years, 6 months ago
- 4dbf7f3 t3903: document a pair of directory/file bugs by Elijah Newren · 3 years, 6 months ago
- 1e20a40 stash list: stop passing "-m" to "git log" by Sergey Organov · 3 years, 10 months ago
- 1108cea tests: remove most uses of test_i18ncmp by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
- cbc75a1 t3[5-9]*: adjust the references to the default branch name "main" by Johannes Schindelin · 4 years, 4 months ago
- 334afbc tests: mark tests relying on the current default for `init.defaultBranch` by Johannes Schindelin · 4 years, 4 months ago
- 369ae75 Merge branch 'tg/retire-scripted-stash' by Junio C Hamano · 5 years ago
- 8a2cd3f stash: remove the stash.useBuiltin setting by Thomas Gummerer · 5 years ago
- 8c3713c stash: eliminate crude option parsing by Alexandr Miloslavskiy · 5 years ago
- 3c3e5d0 Merge branch 'tg/stash-refresh-index' by Junio C Hamano · 5 years ago
- df53c80 stash: make sure we have a valid index before writing it by Thomas Gummerer · 5 years ago
- 57b5301 Merge branch 'js/update-index-ignore-removal-for-skip-worktree' by Junio C Hamano · 5 years ago
- 4a58c3d stash: handle staged changes in skip-worktree files correctly by Johannes Schindelin · 5 years ago
- ba2d451 Merge branch 'tg/stash-refresh-index' by Junio C Hamano · 5 years ago
- 34933d0 stash: make sure to write refreshed cache by Thomas Gummerer · 6 years ago
- c784815 t3903: abstract away SHA-1-specific constants by brian m. carlson · 6 years ago
- f8aee85 Merge branch 'tg/stash-keep-index-with-removed-paths' by Junio C Hamano · 6 years ago
- b932f6a stash: fix handling removed files with --keep-index by Thomas Gummerer · 6 years ago
- 63b50c8 stash: fix show referencing stash index by Thomas Gummerer · 6 years ago
- 8e407bc stash: setup default diff output format if necessary by Thomas Gummerer · 6 years ago
- 1ac528c stash: make push -q quiet by Paul-Sebastian Ungureanu · 6 years ago
- ab8ad46 stash: rename test cases to be more descriptive by Paul-Sebastian Ungureanu · 6 years ago
- b6e531e t3903: add test for --intent-to-add file by Matthew Kraai · 6 years ago
- 6a0b88b t3903: modernize style by Paul-Sebastian Ungureanu · 6 years ago
- 93415f5 stash: improve option parsing test coverage by Joel Teichroeb · 6 years ago
- 0640897 ident: don't require calling prepare_fallback_ident first by Thomas Gummerer · 6 years ago
- 3bc2111 stash: tolerate missing user identity by Slavica Djukic · 6 years ago
- dcbaa0b t/*: fix ordering of expected/observed arguments by Matthew DeVore · 6 years ago
- 79b04f9 t3903-stash: don't try to grep non-existing file by SZEDER Gábor · 7 years ago
- cbc5cf7 t: make many tests depend less on the refs being files by David Turner · 7 years ago
- 087d1a8 Merge branch 'tg/stash-with-pathspec-fix' by Junio C Hamano · 7 years ago
- bba067d stash: don't delete untracked files that match pathspec by Thomas Gummerer · 7 years ago
- 714485c Merge branch 'ph/stash-save-m-option-fix' by Junio C Hamano · 7 years ago
- 5675473 stash: learn to parse -m/--message like commit does by Phil Hord · 7 years ago
- 4e9bf3d stash: add a test for stashing in a detached state by Joel Teichroeb · 8 years ago
- b04e691 stash: add a test for when apply fails during stash branch by Joel Teichroeb · 8 years ago
- c95bc22 stash: add a test for stash create with no files by Joel Teichroeb · 8 years ago
- 49a8bf2 Merge branch 'ps/stash-push-pathspec-fix' by Junio C Hamano · 8 years ago
- 22fc703 git-stash: fix pushing stash with pathspec from subdir by Patrick Steinhardt · 8 years ago
- 0d75bfe tests: fix tests broken under GETTEXT_POISON=YesPlease by Ævar Arnfjörð Bjarmason · 8 years ago
- e0e7f99 stash: keep untracked files intact in stash -k by Thomas Gummerer · 8 years ago
- 1790f4f stash: don't show internal implementation details by Thomas Gummerer · 8 years ago
- 9e14090 stash: allow pathspecs in the no verb form by Thomas Gummerer · 8 years ago
- 1ada502 stash: use stash_push for no verb form by Thomas Gummerer · 8 years ago
- df6bba0 stash: teach 'push' (and 'create_stash') to honor pathspec by Thomas Gummerer · 8 years ago
- 6f5ccd4 stash: add test for the create command line arguments by Thomas Gummerer · 8 years ago
- f5727e2 stash: introduce push verb by Thomas Gummerer · 8 years ago
- 12361d0 Merge branch 'jk/stash-disable-renames-internally' into maint by Junio C Hamano · 8 years ago
- 9d4e28e stash: prefer plumbing over git-diff by Jeff King · 8 years ago
- a56c8f5 stash: allow stashes to be referenced by index only by Aaron M Watson · 8 years ago
- d0ab058 tests: remove some direct access to .git/logs by David Turner · 10 years ago
- 351d06d Merge branch 'jk/stash-require-clean-index' into maint by Junio C Hamano · 10 years ago
- 659d4c8 Merge branch 'jk/stash-options' into maint by Junio C Hamano · 10 years ago
- 1937610 Revert "stash: require a clean index to apply" by Jeff King · 10 years ago
- d6cc2df stash: complain about unknown flags by Jeff King · 10 years ago
- ed178ef stash: require a clean index to apply by Jeff King · 10 years ago
- 88bab59 t3903: avoid applying onto dirty index by Jeff King · 10 years ago
- f2f3fc9 t3903: stop hard-coding commit sha1s by Jeff King · 10 years ago
- 288c67c stash: default listing to working-tree diff by Jeff King · 11 years ago
- 2a07e43 stash: handle specifying stashes with $IFS by Øystein Walle · 11 years ago
- c1ebd90 Revert "git stash: avoid data loss when "git stash save" kills a directory" by Junio C Hamano · 12 years ago
- a736531 git stash: avoid data loss when "git stash save" kills a directory by Petr Baudis · 12 years ago
- fa4bf9e Merge branch 'rr/rebase-stash-store' by Junio C Hamano · 12 years ago
- 01c0615 Merge branch 'fc/show-non-empty-errors-in-test' by Junio C Hamano · 12 years ago
- bd514ca stash: introduce 'git stash store' by Ramkumar Ramachandra · 12 years ago
- ca8d148 test: test_must_be_empty helper by Junio C Hamano · 12 years ago
- 889c6f0 tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases) by Johannes Sixt · 12 years ago
- 2878568 Fix tests under GETTEXT_POISON on git-stash by Jiang Xin · 13 years ago
- dc801e7 diff --stat: use less columns for change counts by Zbigniew Jędrzejewski-Szmek · 13 years ago
- 1145211 test: use --numstat instead of --stat in "git stash show" tests by Jonathan Nieder · 13 years ago
- fc5877a test: use test_i18ncmp when checking --stat output by Jonathan Nieder · 13 years ago
- 7f81463 Use correct grammar in diffstat summary line by Nguyễn Thái Ngọc Duy · 13 years ago
- 44df2e2 stash: Don't fail if work dir contains file named 'HEAD' by Jonathon Mah · 13 years ago
- 57c0810 Merge branch 'tr/maint-t3903-misquoted-command' by Junio C Hamano · 14 years ago
- 1ae9644 t3903: fix misquoted rev-parse invocation by Thomas Rast · 14 years ago
- 7be8b3b Fix typo: existant->existent by Dmitry Ivankov · 14 years ago
- 65bc83d Merge branch 'dm/stash-k-i-p' by Junio C Hamano · 14 years ago
- fcbf164 Merge branch 'jk/maint-stash-oob' by Junio C Hamano · 14 years ago
- 21ec98a stash: add two more tests for --no-keep-index by Dan McGee · 14 years ago