| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'da/rev-parse-verify-quiet' | Junio C Hamano | 2014-09-29 | 1 | -6/+7 |
|\ |
|
| * | stash: prefer --quiet over shell redirection of the standard error streamda/rev-parse-verify-quiet | David Aguilar | 2014-09-19 | 1 | -6/+7 |
* | | Merge branch 'ah/grammofix' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | grammofix in user-facing messagesah/grammofix | Alex Henrie | 2014-09-02 | 1 | -1/+1 |
* | | Merge branch 'jk/stash-list-p' | Junio C Hamano | 2014-09-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | stash: default listing to working-tree diffjk/stash-list-p | Jeff King | 2014-08-07 | 1 | -1/+1 |
| * | Merge branch 'jc/stash-pop-not-popped' into maint | Junio C Hamano | 2014-04-03 | 1 | -2/+8 |
| |\ |
|
* | \ | Merge branch 'ep/shell-assign-and-export-vars' | Junio C Hamano | 2014-06-06 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | scripts: "export VAR=VALUE" construct is not portable | Elia Pinto | 2014-05-23 | 1 | -1/+2 |
| |/ / |
|
* | | | git-stash.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 | 1 | -1/+1 |
* | | | Merge branch 'jc/stash-pop-not-popped' | Junio C Hamano | 2014-03-21 | 1 | -2/+8 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | stash pop: mention we did not drop the stash upon failing to applyjc/stash-pop-not-popped | Junio C Hamano | 2014-02-26 | 1 | -2/+8 |
* | | stash: handle specifying stashes with $IFSow/stash-with-ifs | Øystein Walle | 2014-01-07 | 1 | -7/+7 |
|/ |
|
* | Revert "git stash: avoid data loss when "git stash save" kills a directory" | Junio C Hamano | 2013-08-14 | 1 | -12/+0 |
* | git stash: avoid data loss when "git stash save" kills a directory | Petr Baudis | 2013-07-01 | 1 | -0/+12 |
* | stash: introduce 'git stash store' | Ramkumar Ramachandra | 2013-06-17 | 1 | -6/+41 |
* | stash: simplify option parser for create | Ramkumar Ramachandra | 2013-06-17 | 1 | -4/+1 |
* | Merge branch 'ph/stash-rerere' | Junio C Hamano | 2012-09-03 | 1 | -0/+1 |
|\ |
|
| * | stash: invoke rerere in case of conflict | Phil Hord | 2012-08-17 | 1 | -0/+1 |
* | | stash: use eval_gettextln correctly | Ross Lagerwall | 2012-04-14 | 1 | -2/+2 |
|/ |
|
* | stash: Don't fail if work dir contains file named 'HEAD'jm/stash-diff-disambiguate | Jonathon Mah | 2012-01-01 | 1 | -3/+4 |
* | Merge branch 'bc/unstash-clean-crufts' | Junio C Hamano | 2011-10-05 | 1 | -2/+2 |
|\ |
|
| * | git-stash: remove untracked/ignored directories when stashedbc/unstash-clean-crufts | Brandon Casey | 2011-08-27 | 1 | -1/+1 |
| * | git-stash.sh: fix typo in error message | Brandon Casey | 2011-08-27 | 1 | -1/+1 |
* | | stash: take advantage of eval_gettextln | Jon Seymour | 2011-08-08 | 1 | -6/+3 |
* | | Merge branch 'dc/stash-con-untracked' | Junio C Hamano | 2011-07-22 | 1 | -5/+65 |
|\ \
| |/ |
|
| * | stash: Add --include-untracked option to stash and remove all untracked files | David Caldwell | 2011-06-26 | 1 | -4/+64 |
| * | Merge branch 'jk/maint-stash-oob' into maint | Junio C Hamano | 2011-05-04 | 1 | -11/+1 |
| |\ |
|
| * \ | Merge branch 'dm/stash-k-i-p' into maint | Junio C Hamano | 2011-05-04 | 1 | -4/+5 |
| |\ \ |
|
* | | | | i18n: git-stash drop_stash say/die messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -1/+2 |
* | | | | i18n: git-stash "unknown option" message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+13 |
* | | | | i18n: git-stash die + eval_gettext $1 messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -1/+4 |
* | | | | i18n: git-stash die + eval_gettext $* messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+8 |
* | | | | i18n: git-stash die + eval_gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -1/+1 |
* | | | | i18n: git-stash die + gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -18/+18 |
* | | | | i18n: git-stash say + gettext messages | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -2/+2 |
* | | | | i18n: git-stash echo + gettext message | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -1/+4 |
* | | | | i18n: git-stash add git-sh-i18n | Ævar Arnfjörð Bjarmason | 2011-05-21 | 1 | -0/+1 |
* | | | | Merge branch 'dm/stash-k-i-p' | Junio C Hamano | 2011-04-27 | 1 | -4/+5 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | stash: ensure --no-keep-index and --patch can be used in any order | Dan McGee | 2011-04-07 | 1 | -4/+5 |
* | | | | Merge branch 'jk/maint-stash-oob' | Junio C Hamano | 2011-04-27 | 1 | -11/+1 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | stash: fix accidental apply of non-existent stashes | Jeff King | 2011-04-05 | 1 | -11/+1 |
* | | | stash: drop dirty worktree check on apply | Jeff King | 2011-04-06 | 1 | -3/+1 |
| |/
|/| |
|
* | | Merge branch 'pk/stash-apply-status-relative' | Junio C Hamano | 2011-03-23 | 1 | -1/+2 |
|\ \ |
|
| * | | git stash: show status relative to current directory | Piotr Krukowiecki | 2011-03-14 | 1 | -1/+2 |
| |/ |
|
* | | stash: copy the index using --index-output instead of cp -p | Johannes Sixt | 2011-03-17 | 1 | -6/+5 |
* | | stash: fix incorrect quoting in cleanup of temporary files | Johannes Sixt | 2011-03-17 | 1 | -1/+1 |
|/ |
|
* | shell portability: no "export VAR=VAL" | Junio C Hamano | 2010-10-13 | 1 | -1/+1 |
* | stash: simplify parsing fixes | Jon Seymour | 2010-09-29 | 1 | -21/+7 |
* | stash: fix git stash branch regression when branch creation fails | Jon Seymour | 2010-09-29 | 1 | -3/+3 |