Age | Commit message (Expand) | Author | Files | Lines |
2016-10-26 | stash: allow stashes to be referenced by index only | Aaron M Watson | 1 | -2/+13 |
2016-09-21 | i18n: stash: mark messages for translation | Vasco Almeida | 1 | -3/+3 |
2016-08-10 | i18n: git-stash: mark messages for translation | Vasco Almeida | 1 | -2/+2 |
2016-06-17 | i18n: git-sh-setup.sh: mark strings for translation | Vasco Almeida | 1 | -1/+0 |
2016-05-14 | always quote shell arguments to test -z/-n | Jeff King | 1 | -2/+2 |
2015-10-05 | Merge branch 'nk/stash-show-config' | Junio C Hamano | 1 | -1/+19 |
2015-08-31 | stash: allow "stash show" diff output configurable | Namhyung Kim | 1 | -1/+19 |
2015-07-21 | git-stash: use update-ref --create-reflog instead of creating files | David Turner | 1 | -4/+2 |
2015-06-24 | Merge branch 'jk/stash-require-clean-index' | Junio C Hamano | 1 | -2/+0 |
2015-06-15 | Revert "stash: require a clean index to apply" | Jeff King | 1 | -2/+0 |
2015-06-01 | Merge branch 'jk/stash-options' | Junio C Hamano | 1 | -1/+16 |
2015-05-20 | stash: recognize "--help" for subcommands | Jeff King | 1 | -0/+11 |
2015-05-20 | stash: complain about unknown flags | Jeff King | 1 | -1/+5 |
2015-05-19 | Merge branch 'jk/stash-require-clean-index' | Junio C Hamano | 1 | -0/+2 |
2015-04-22 | stash: require a clean index to apply | Jeff King | 1 | -0/+2 |
2014-12-01 | git-stash: avoid hardcoding $GIT_DIR/logs/.... | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2014-12-01 | *.sh: respect $GIT_INDEX_FILE | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-09-29 | Merge branch 'da/rev-parse-verify-quiet' | Junio C Hamano | 1 | -6/+7 |
2014-09-19 | Merge branch 'ah/grammofix' | Junio C Hamano | 1 | -1/+1 |
2014-09-19 | stash: prefer --quiet over shell redirection of the standard error stream | David Aguilar | 1 | -6/+7 |
2014-09-09 | Merge branch 'jk/stash-list-p' | Junio C Hamano | 1 | -1/+1 |
2014-09-02 | grammofix in user-facing messages | Alex Henrie | 1 | -1/+1 |
2014-08-07 | stash: default listing to working-tree diff | Jeff King | 1 | -1/+1 |
2014-06-06 | Merge branch 'ep/shell-assign-and-export-vars' | Junio C Hamano | 1 | -1/+2 |
2014-05-23 | scripts: "export VAR=VALUE" construct is not portable | Elia Pinto | 1 | -1/+2 |
2014-04-23 | git-stash.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2014-04-03 | Merge branch 'jc/stash-pop-not-popped' into maint | Junio C Hamano | 1 | -2/+8 |
2014-03-21 | Merge branch 'jc/stash-pop-not-popped' | Junio C Hamano | 1 | -2/+8 |
2014-02-26 | stash pop: mention we did not drop the stash upon failing to apply | Junio C Hamano | 1 | -2/+8 |
2014-01-07 | stash: handle specifying stashes with $IFS | Øystein Walle | 1 | -7/+7 |
2013-08-14 | Revert "git stash: avoid data loss when "git stash save" kills a directory" | Junio C Hamano | 1 | -12/+0 |
2013-07-01 | git stash: avoid data loss when "git stash save" kills a directory | Petr Baudis | 1 | -0/+12 |
2013-06-17 | stash: introduce 'git stash store' | Ramkumar Ramachandra | 1 | -6/+41 |
2013-06-17 | stash: simplify option parser for create | Ramkumar Ramachandra | 1 | -4/+1 |
2012-09-03 | Merge branch 'ph/stash-rerere' | Junio C Hamano | 1 | -0/+1 |
2012-08-17 | stash: invoke rerere in case of conflict | Phil Hord | 1 | -0/+1 |
2012-04-14 | stash: use eval_gettextln correctly | Ross Lagerwall | 1 | -2/+2 |
2012-01-01 | stash: Don't fail if work dir contains file named 'HEAD' | Jonathon Mah | 1 | -3/+4 |
2011-10-05 | Merge branch 'bc/unstash-clean-crufts' | Junio C Hamano | 1 | -2/+2 |
2011-08-27 | git-stash: remove untracked/ignored directories when stashed | Brandon Casey | 1 | -1/+1 |
2011-08-27 | git-stash.sh: fix typo in error message | Brandon Casey | 1 | -1/+1 |
2011-08-08 | stash: take advantage of eval_gettextln | Jon Seymour | 1 | -6/+3 |
2011-07-22 | Merge branch 'dc/stash-con-untracked' | Junio C Hamano | 1 | -5/+65 |
2011-06-26 | stash: Add --include-untracked option to stash and remove all untracked files | David Caldwell | 1 | -4/+64 |
2011-05-21 | i18n: git-stash drop_stash say/die messages | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
2011-05-21 | i18n: git-stash "unknown option" message | Ævar Arnfjörð Bjarmason | 1 | -2/+13 |
2011-05-21 | i18n: git-stash die + eval_gettext $1 messages | Ævar Arnfjörð Bjarmason | 1 | -1/+4 |
2011-05-21 | i18n: git-stash die + eval_gettext $* messages | Ævar Arnfjörð Bjarmason | 1 | -2/+8 |
2011-05-21 | i18n: git-stash die + eval_gettext messages | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-05-21 | i18n: git-stash die + gettext messages | Ævar Arnfjörð Bjarmason | 1 | -18/+18 |