59 Commits (2297360793ed8603b569cfb415fdf1eda5189b23)

Author SHA1 Message Date
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 && 15 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
Gary V. Vaughan 4fdf71be1c tests: use "test_cmp", not "diff", when verifying the result 15 years ago
Charles Bailey 2ba2fe292c stash tests: stash can lose data in a file removed from the index 15 years ago
Thomas Rast 460ccd0e19 stash pop: remove 'apply' options during 'drop' invocation 15 years ago
Matthieu Moy 3c2eb80fe3 stash: simplify defaulting to "save" and reject unknown options 16 years ago
Johannes Schindelin ea41cfc4f5 Make 'git stash -k' a short form for 'git stash save --keep-index' 16 years ago
Stephen Boyd fcdd0e92d9 stash: teach quiet option 16 years ago
Nanako Shiraishi 0cb0e143ff tests: use "git xyzzy" form (t0000 - t3599) 17 years ago
Abhijit Menon-Sen 4a588075c5 Add a test for "git stash branch" 17 years ago
Jeff King 3b2eb186bb fix whitespace violations in test scripts 17 years ago
Jeff King 82ebb0b6ec add test_cmp function for test scripts 17 years ago
Brandon Casey b683c08082 t3903-stash.sh: Add tests for new stash commands drop and pop 17 years ago
Brandon Casey 059f13045a t3903-stash.sh: Add missing '&&' to body of testcase 17 years ago
Junio C Hamano ceff079bdc Make sure git-stash works from subdirectory. 18 years ago
Johannes Schindelin 150937c425 Teach git-stash to "apply --index" 18 years ago