summaryrefslogtreecommitdiffstats
path: root/git-stash.sh
Commit message (Expand)AuthorAgeFilesLines
* stash: tolerate missing user identitySlavica Djukic2018-11-191-0/+17
* Merge branch 'tg/stash-untracked-with-pathspec-fix'Junio C Hamano2018-04-101-6/+8
|\
| * stash: drop superfluos pathspec parameterThomas Gummerer2018-03-211-1/+1
| * stash push -u: don't create empty stashThomas Gummerer2018-03-201-1/+1
| * stash push: avoid printing errorsThomas Gummerer2018-03-201-2/+4
| * stash: fix nonsense pipelineJunio C Hamano2018-03-201-3/+3
* | Merge branch 'tg/stash-with-pathspec-fix'Junio C Hamano2018-01-231-3/+2
|\|
| * stash: don't delete untracked files that match pathspecThomas Gummerer2018-01-081-3/+2
* | Merge branch 'ph/stash-save-m-option-fix'Junio C Hamano2017-12-061-0/+18
|\ \
| * | stash: learn to parse -m/--message like commit doesPhil Hord2017-11-241-0/+18
| * | Merge branch 'mf/no-dashed-subcommands' into maintJunio C Hamano2017-09-101-1/+1
| |\ \
* | | | stash: remove now superfluos help for "stash push"Thomas Gummerer2017-10-271-12/+1
* | | | stash: replace "git stash save" with "git stash push" in the documentationThomas Gummerer2017-10-271-5/+5
| |_|/ |/| |
* | | Merge branch 'kd/stash-with-bash-4.4'Junio C Hamano2017-08-231-2/+9
|\| |
| * | stash: prevent warning about null bytes in inputKevin Daudt2017-08-141-2/+9
* | | Merge branch 'nm/stash-untracked'Junio C Hamano2017-08-231-5/+6
|\ \ \ | |_|/ |/| |
| * | stash: clean untracked files before resetNicolas Morey-Chaisemartin2017-08-111-5/+6
| |/
* / scripts: use "git foo" not "git-foo"Michael Forney2017-08-071-1/+1
|/
* Merge branch 'lb/status-stash-count'Junio C Hamano2017-06-261-3/+3
|\
| * stash: update documentation to use 'stash entry'Liam Beguin2017-06-181-3/+3
* | git-stash: fix pushing stash with pathspec from subdirPatrick Steinhardt2017-06-131-0/+3
|/
* stash: keep untracked files intact in stash -kThomas Gummerer2017-03-221-1/+3
* stash: pass the pathspec argument to git resetThomas Gummerer2017-03-221-1/+1
* stash: don't show internal implementation detailsThomas Gummerer2017-03-221-4/+4
* stash: allow pathspecs in the no verb formThomas Gummerer2017-02-281-0/+3
* stash: use stash_push for no verb formThomas Gummerer2017-02-281-8/+8
* stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer2017-02-281-11/+27
* stash: refactor stash_createThomas Gummerer2017-02-191-4/+18
* stash: introduce push verbThomas Gummerer2017-02-191-3/+43
* Merge branch 'jk/stash-disable-renames-internally' into maintJunio C Hamano2017-01-171-1/+1
|\
| * stash: prefer plumbing over git-diffJeff King2016-12-061-1/+1
* | stash: allow stashes to be referenced by index onlyAaron M Watson2016-10-261-2/+13
* | i18n: stash: mark messages for translationVasco Almeida2016-09-211-3/+3
* | i18n: git-stash: mark messages for translationVasco Almeida2016-08-101-2/+2
* | i18n: git-sh-setup.sh: mark strings for translationVasco Almeida2016-06-171-1/+0
|/
* always quote shell arguments to test -z/-nJeff King2016-05-141-2/+2
* Merge branch 'nk/stash-show-config'Junio C Hamano2015-10-051-1/+19
|\
| * stash: allow "stash show" diff output configurableNamhyung Kim2015-08-311-1/+19
* | git-stash: use update-ref --create-reflog instead of creating filesDavid Turner2015-07-211-4/+2
|/
* Merge branch 'jk/stash-require-clean-index'Junio C Hamano2015-06-241-2/+0
|\
| * Revert "stash: require a clean index to apply"Jeff King2015-06-151-2/+0
* | Merge branch 'jk/stash-options'Junio C Hamano2015-06-011-1/+16
|\ \
| * | stash: recognize "--help" for subcommandsJeff King2015-05-201-0/+11
| * | stash: complain about unknown flagsJeff King2015-05-201-1/+5
* | | Merge branch 'jk/stash-require-clean-index'Junio C Hamano2015-05-191-0/+2
|\ \ \ | | |/ | |/|
| * | stash: require a clean index to applyJeff King2015-04-221-0/+2
| |/
* | git-stash: avoid hardcoding $GIT_DIR/logs/....Nguyễn Thái Ngọc Duy2014-12-011-2/+2
* | *.sh: respect $GIT_INDEX_FILENguyễn Thái Ngọc Duy2014-12-011-1/+1
|/
* Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-291-6/+7
|\
| * stash: prefer --quiet over shell redirection of the standard error streamDavid Aguilar2014-09-191-6/+7