169 Commits (077cde91d226c305523645a0f30b6955d4aaf9c9)

Author SHA1 Message Date
Thomas Gummerer bba067d2fa stash: don't delete untracked files that match pathspec 7 years ago
Phil Hord 5675473fcb stash: learn to parse -m/--message like commit does 7 years ago
Thomas Gummerer c0c0c825ce stash: remove now superfluos help for "stash push" 7 years ago
Thomas Gummerer db37745eef stash: replace "git stash save" with "git stash push" in the documentation 7 years ago
Kevin Daudt 5fc92f8828 stash: prevent warning about null bytes in input 8 years ago
Nicolas Morey-Chaisemartin bbffd87d32 stash: clean untracked files before reset 8 years ago
Michael Forney 974ce8078c scripts: use "git foo" not "git-foo" 8 years ago
Liam Beguin e01db917d8 stash: update documentation to use 'stash entry' 8 years ago
Patrick Steinhardt 22fc703ec9 git-stash: fix pushing stash with pathspec from subdir 8 years ago
Thomas Gummerer e0e7f99ea4 stash: keep untracked files intact in stash -k 8 years ago
Thomas Gummerer 869fb8f729 stash: pass the pathspec argument to git reset 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 9ca6326dff stash: refactor stash_create 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
Vasco Almeida 850251f33b i18n: stash: mark messages for translation 9 years ago
Vasco Almeida 599e7a0b9e i18n: git-stash: mark messages for translation 9 years ago
Vasco Almeida d323c6b641 i18n: git-sh-setup.sh: mark strings for translation 9 years ago
Jeff King 268ef4d3d0 always quote shell arguments to test -z/-n 9 years ago
Namhyung Kim 3086c064fb stash: allow "stash show" diff output configurable 10 years ago
David Turner 89dea97334 git-stash: use update-ref --create-reflog instead of creating files 10 years ago
Jeff King 19376104a8 Revert "stash: require a clean index to apply" 10 years ago
Jeff King 5ba28313f2 stash: recognize "--help" for subcommands 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
Nguyễn Thái Ngọc Duy 337959b491 git-stash: avoid hardcoding $GIT_DIR/logs/.... 10 years ago
Nguyễn Thái Ngọc Duy c697b577a2 *.sh: respect $GIT_INDEX_FILE 10 years ago
David Aguilar 1956dfa818 stash: prefer --quiet over shell redirection of the standard error stream 11 years ago
Alex Henrie ad5fe3771b grammofix in user-facing messages 11 years ago
Jeff King 288c67caf6 stash: default listing to working-tree diff 11 years ago
Elia Pinto bed137d2d5 scripts: "export VAR=VALUE" construct is not portable 11 years ago
Elia Pinto d0ea45bfc7 git-stash.sh: use the $( ... ) construct for command substitution 11 years ago
Junio C Hamano 2d4c993392 stash pop: mention we did not drop the stash upon failing to apply 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
Ramkumar Ramachandra 0719f30087 stash: simplify option parser for create 12 years ago
Phil Hord 743bf6d8b0 stash: invoke rerere in case of conflict 13 years ago
Ross Lagerwall ed3c400c6a stash: use eval_gettextln correctly 13 years ago
Jonathon Mah 44df2e2970 stash: Don't fail if work dir contains file named 'HEAD' 13 years ago
Brandon Casey 7474b8b452 git-stash: remove untracked/ignored directories when stashed 14 years ago
Brandon Casey d88acc9178 git-stash.sh: fix typo in error message 14 years ago
Jon Seymour 6fdd50e95c stash: take advantage of eval_gettextln 14 years ago
David Caldwell 787513027a stash: Add --include-untracked option to stash and remove all untracked files 14 years ago
Ævar Arnfjörð Bjarmason d4ca6c8b3e i18n: git-stash drop_stash say/die messages 14 years ago