Age | Commit message (Expand) | Author | Files | Lines |
2018-11-19 | stash: tolerate missing user identity | Slavica Djukic | 1 | -0/+17 |
2018-04-10 | Merge branch 'tg/stash-untracked-with-pathspec-fix' | Junio C Hamano | 1 | -6/+8 |
2018-03-21 | stash: drop superfluos pathspec parameter | Thomas Gummerer | 1 | -1/+1 |
2018-03-20 | stash push -u: don't create empty stash | Thomas Gummerer | 1 | -1/+1 |
2018-03-20 | stash push: avoid printing errors | Thomas Gummerer | 1 | -2/+4 |
2018-03-20 | stash: fix nonsense pipeline | Junio C Hamano | 1 | -3/+3 |
2018-01-23 | Merge branch 'tg/stash-with-pathspec-fix' | Junio C Hamano | 1 | -3/+2 |
2018-01-08 | stash: don't delete untracked files that match pathspec | Thomas Gummerer | 1 | -3/+2 |
2017-12-06 | Merge branch 'ph/stash-save-m-option-fix' | Junio C Hamano | 1 | -0/+18 |
2017-11-24 | stash: learn to parse -m/--message like commit does | Phil Hord | 1 | -0/+18 |
2017-10-27 | stash: remove now superfluos help for "stash push" | Thomas Gummerer | 1 | -12/+1 |
2017-10-27 | stash: replace "git stash save" with "git stash push" in the documentation | Thomas Gummerer | 1 | -5/+5 |
2017-09-10 | Merge branch 'mf/no-dashed-subcommands' into maint | Junio C Hamano | 1 | -1/+1 |
2017-08-23 | Merge branch 'kd/stash-with-bash-4.4' | Junio C Hamano | 1 | -2/+9 |
2017-08-23 | Merge branch 'nm/stash-untracked' | Junio C Hamano | 1 | -5/+6 |
2017-08-14 | stash: prevent warning about null bytes in input | Kevin Daudt | 1 | -2/+9 |
2017-08-11 | stash: clean untracked files before reset | Nicolas Morey-Chaisemartin | 1 | -5/+6 |
2017-08-07 | scripts: use "git foo" not "git-foo" | Michael Forney | 1 | -1/+1 |
2017-06-26 | Merge branch 'lb/status-stash-count' | Junio C Hamano | 1 | -3/+3 |
2017-06-18 | stash: update documentation to use 'stash entry' | Liam Beguin | 1 | -3/+3 |
2017-06-13 | git-stash: fix pushing stash with pathspec from subdir | Patrick Steinhardt | 1 | -0/+3 |
2017-03-22 | stash: keep untracked files intact in stash -k | Thomas Gummerer | 1 | -1/+3 |
2017-03-22 | stash: pass the pathspec argument to git reset | Thomas Gummerer | 1 | -1/+1 |
2017-03-22 | stash: don't show internal implementation details | Thomas Gummerer | 1 | -4/+4 |
2017-02-28 | stash: allow pathspecs in the no verb form | Thomas Gummerer | 1 | -0/+3 |
2017-02-28 | stash: use stash_push for no verb form | Thomas Gummerer | 1 | -8/+8 |
2017-02-28 | stash: teach 'push' (and 'create_stash') to honor pathspec | Thomas Gummerer | 1 | -11/+27 |
2017-02-19 | stash: refactor stash_create | Thomas Gummerer | 1 | -4/+18 |
2017-02-19 | stash: introduce push verb | Thomas Gummerer | 1 | -3/+43 |
2017-01-17 | Merge branch 'jk/stash-disable-renames-internally' into maint | Junio C Hamano | 1 | -1/+1 |
2016-12-06 | stash: prefer plumbing over git-diff | Jeff King | 1 | -1/+1 |
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 |