76 Commits (b6825b5c8e8b58943511f2576475accf1593486e)

Author SHA1 Message Date
Phil Hord 5675473fcb stash: learn to parse -m/--message like commit does 7 years ago
Joel Teichroeb 4e9bf3dd6d stash: add a test for stashing in a detached state 8 years ago
Joel Teichroeb b04e6915fa stash: add a test for when apply fails during stash branch 8 years ago
Joel Teichroeb c95bc226d4 stash: add a test for stash create with no files 8 years ago
Patrick Steinhardt 22fc703ec9 git-stash: fix pushing stash with pathspec from subdir 8 years ago
Ævar Arnfjörð Bjarmason 0d75bfe67b tests: fix tests broken under GETTEXT_POISON=YesPlease 8 years ago
Thomas Gummerer e0e7f99ea4 stash: keep untracked files intact in stash -k 8 years ago
Thomas Gummerer 1790f4fea0 stash: don't show internal implementation details 8 years ago
Thomas Gummerer 9e140909f6 stash: allow pathspecs in the no verb form 8 years ago
Thomas Gummerer 1ada5020b3 stash: use stash_push for no verb form 8 years ago
Thomas Gummerer df6bba0937 stash: teach 'push' (and 'create_stash') to honor pathspec 8 years ago
Thomas Gummerer 6f5ccd4df5 stash: add test for the create command line arguments 8 years ago
Thomas Gummerer f5727e26e4 stash: introduce push verb 8 years ago
Jeff King 9d4e28ead5 stash: prefer plumbing over git-diff 8 years ago
Aaron M Watson a56c8f5aab stash: allow stashes to be referenced by index only 8 years ago
David Turner d0ab058498 tests: remove some direct access to .git/logs 10 years ago
Jeff King 19376104a8 Revert "stash: require a clean index to apply" 10 years ago
Jeff King d6cc2df5c8 stash: complain about unknown flags 10 years ago
Jeff King ed178ef13a stash: require a clean index to apply 10 years ago
Jeff King 88bab59c5b t3903: avoid applying onto dirty index 10 years ago
Jeff King f2f3fc9547 t3903: stop hard-coding commit sha1s 10 years ago
Jeff King 288c67caf6 stash: default listing to working-tree diff 11 years ago
Øystein Walle 2a07e4374c stash: handle specifying stashes with $IFS 11 years ago
Junio C Hamano c1ebd90c83 Revert "git stash: avoid data loss when "git stash save" kills a directory" 12 years ago
Petr Baudis a73653130e git stash: avoid data loss when "git stash save" kills a directory 12 years ago
Ramkumar Ramachandra bd514cada4 stash: introduce 'git stash store' 12 years ago
Junio C Hamano ca8d148daf test: test_must_be_empty helper 12 years ago
Johannes Sixt 889c6f0e4d tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases) 12 years ago
Jiang Xin 2878568847 Fix tests under GETTEXT_POISON on git-stash 13 years ago
Zbigniew Jędrzejewski-Szmek dc801e71a7 diff --stat: use less columns for change counts 13 years ago
Jonathan Nieder 1145211456 test: use --numstat instead of --stat in "git stash show" tests 13 years ago
Jonathan Nieder fc5877a623 test: use test_i18ncmp when checking --stat output 13 years ago
Nguyễn Thái Ngọc Duy 7f814632f5 Use correct grammar in diffstat summary line 13 years ago
Jonathon Mah 44df2e2970 stash: Don't fail if work dir contains file named 'HEAD' 13 years ago
Thomas Rast 1ae9644410 t3903: fix misquoted rev-parse invocation 14 years ago
Dmitry Ivankov 7be8b3baba Fix typo: existant->existent 14 years ago
Dan McGee 21ec98a75d stash: add two more tests for --no-keep-index 14 years ago
Jeff King e0e2a9cbfa stash: drop dirty worktree check on apply 14 years ago
Jon Seymour 9355fc9c35 stash: fix false positive in the invalid ref test. 14 years ago
Jeff King 59d418fe10 stash: fix accidental apply of non-existent stashes 14 years ago
Piotr Krukowiecki 6eaf92f3d0 Add test: git stash shows status relative to current dir 14 years ago
Jonathan Nieder a48fcd8369 tests: add missing && 14 years ago
Jon Seymour 57693d03db stash: fix git stash branch regression when branch creation fails 15 years ago
Tomas Carnecky 835d6a1f9f stash drops the stash even if creating the branch fails because it already exists 15 years ago
Brian Gernhardt 9027fa9eb7 git-stash: fix flag parsing 15 years ago
Brandon Casey 3fcb88785d t/t3903-stash: improve testing of git-stash show 15 years ago
Jonathan Nieder 18a8269242 tests: subshell indentation stylefix 15 years ago
Jens Lehmann fd4ec4f2bb Several tests: cd inside subshell instead of around 15 years ago
Jon Seymour 8d66bb0587 t3903: fix broken test_must_fail calls 15 years ago
Jon Seymour daf7a0c000 detached-stash: tests of git stash with stash-like arguments 15 years ago