| Commit message (Expand) | Author | Age | Files | Lines |
* | stash: keep untracked files intact in stash -k | Thomas Gummerer | 2017-03-22 | 1 | -1/+3 |
* | stash: pass the pathspec argument to git reset | Thomas Gummerer | 2017-03-22 | 1 | -1/+1 |
* | stash: don't show internal implementation details | Thomas Gummerer | 2017-03-22 | 1 | -4/+4 |
* | stash: allow pathspecs in the no verb formtg/stash-push | Thomas Gummerer | 2017-02-28 | 1 | -0/+3 |
* | stash: use stash_push for no verb form | Thomas Gummerer | 2017-02-28 | 1 | -8/+8 |
* | stash: teach 'push' (and 'create_stash') to honor pathspec | Thomas Gummerer | 2017-02-28 | 1 | -11/+27 |
* | stash: refactor stash_create | Thomas Gummerer | 2017-02-19 | 1 | -4/+18 |
* | stash: introduce push verb | Thomas Gummerer | 2017-02-19 | 1 | -3/+43 |
* | Merge branch 'jk/stash-disable-renames-internally' into maint | Junio C Hamano | 2017-01-17 | 1 | -1/+1 |
|\ |
|
| * | stash: prefer plumbing over git-diffjk/stash-disable-renames-internally | Jeff King | 2016-12-06 | 1 | -1/+1 |
* | | stash: allow stashes to be referenced by index onlyaw/numbered-stash | Aaron M Watson | 2016-10-26 | 1 | -2/+13 |
* | | i18n: stash: mark messages for translationva/i18n-more | Vasco Almeida | 2016-09-21 | 1 | -3/+3 |
* | | i18n: git-stash: mark messages for translation | Vasco Almeida | 2016-08-10 | 1 | -2/+2 |
* | | i18n: git-sh-setup.sh: mark strings for translation | Vasco Almeida | 2016-06-17 | 1 | -1/+0 |
|/ |
|
* | always quote shell arguments to test -z/-njk/test-z-n-unquoted | Jeff King | 2016-05-14 | 1 | -2/+2 |
* | Merge branch 'nk/stash-show-config' | Junio C Hamano | 2015-10-05 | 1 | -1/+19 |
|\ |
|
| * | stash: allow "stash show" diff output configurablenk/stash-show-config | Namhyung Kim | 2015-08-31 | 1 | -1/+19 |
* | | git-stash: use update-ref --create-reflog instead of creating filesdt/refs-backend-preamble | David Turner | 2015-07-21 | 1 | -4/+2 |
|/ |
|
* | Merge branch 'jk/stash-require-clean-index' | Junio C Hamano | 2015-06-24 | 1 | -2/+0 |
|\ |
|
| * | Revert "stash: require a clean index to apply"jk/stash-require-clean-index | Jeff King | 2015-06-15 | 1 | -2/+0 |
* | | Merge branch 'jk/stash-options' | Junio C Hamano | 2015-06-01 | 1 | -1/+16 |
|\ \ |
|
| * | | stash: recognize "--help" for subcommandsjk/stash-options | Jeff King | 2015-05-20 | 1 | -0/+11 |
| * | | stash: complain about unknown flags | Jeff King | 2015-05-20 | 1 | -1/+5 |
* | | | Merge branch 'jk/stash-require-clean-index' | Junio C Hamano | 2015-05-19 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | stash: require a clean index to apply | Jeff King | 2015-04-22 | 1 | -0/+2 |
| |/ |
|
* | | git-stash: avoid hardcoding $GIT_DIR/logs/.... | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -2/+2 |
* | | *.sh: respect $GIT_INDEX_FILE | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -1/+1 |
|/ |
|
* | 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 |