144 Commits (bf2f63a781dfca084b8cbdd9f8e318d35c89488b)

Author SHA1 Message Date
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 8 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 9 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 10 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
Ævar Arnfjörð Bjarmason eed10649c2 i18n: git-stash "unknown option" message 14 years ago
Ævar Arnfjörð Bjarmason 155da748ef i18n: git-stash die + eval_gettext $1 messages 14 years ago
Ævar Arnfjörð Bjarmason 777b6f1373 i18n: git-stash die + eval_gettext $* messages 14 years ago
Ævar Arnfjörð Bjarmason 33ceddcf24 i18n: git-stash die + eval_gettext messages 14 years ago
Ævar Arnfjörð Bjarmason b1440ce2bd i18n: git-stash die + gettext messages 14 years ago
Ævar Arnfjörð Bjarmason 5a1758710d i18n: git-stash say + gettext messages 14 years ago
Ævar Arnfjörð Bjarmason 365c656a70 i18n: git-stash echo + gettext message 14 years ago
Ævar Arnfjörð Bjarmason 8a583bec74 i18n: git-stash add git-sh-i18n 14 years ago
Dan McGee 3a243f7024 stash: ensure --no-keep-index and --patch can be used in any order 14 years ago
Jeff King e0e2a9cbfa stash: drop dirty worktree check on apply 14 years ago
Jeff King 59d418fe10 stash: fix accidental apply of non-existent stashes 14 years ago
Johannes Sixt 3ba2e8653c stash: copy the index using --index-output instead of cp -p 14 years ago
Johannes Sixt 23a32ffe80 stash: fix incorrect quoting in cleanup of temporary files 14 years ago
Piotr Krukowiecki 26b59b4812 git stash: show status relative to current directory 14 years ago
Junio C Hamano 69ae92bda1 shell portability: no "export VAR=VAL" 14 years ago
Jon Seymour 2bea593bf0 stash: simplify parsing fixes 14 years ago
Jon Seymour 57693d03db stash: fix git stash branch regression when branch creation fails 14 years ago
Brian Gernhardt 9027fa9eb7 git-stash: fix flag parsing 14 years ago