summaryrefslogtreecommitdiff
path: root/git-stash.sh
Commit message (Expand)AuthorAgeFilesLines
* stash: optionally use the scripted version againJohannes Schindelin2019-03-071-769/+0
* stash: add back the original, scripted `git stash`Johannes Schindelin2019-03-071-0/+769
* stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu2019-03-071-153/+0
* stash: convert save to builtinPaul-Sebastian Ungureanu2019-03-071-326/+2
* stash: convert push to builtinPaul-Sebastian Ungureanu2019-03-071-2/+4
* stash: convert create to builtinPaul-Sebastian Ungureanu2019-03-071-1/+1
* stash: convert store to builtinPaul-Sebastian Ungureanu2019-03-071-41/+2
* stash: convert show to builtinPaul-Sebastian Ungureanu2019-03-071-131/+1
* stash: convert list to builtinPaul-Sebastian Ungureanu2019-03-071-6/+1
* stash: convert pop to builtinJoel Teichroeb2019-03-071-45/+2
* stash: convert branch to builtinJoel Teichroeb2019-03-071-15/+2
* stash: convert drop and clear to builtinJoel Teichroeb2019-03-071-2/+2
* stash: convert apply to builtinJoel Teichroeb2019-03-071-71/+7
* 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 parametertg/stash-untracked-with-pathspec-fixThomas 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 pathspectg/stash-with-pathspec-fixThomas 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 doesph/stash-save-m-option-fixPhil 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 inputkd/stash-with-bash-4.4Kevin Daudt2017-08-141-2/+9
* | | Merge branch 'nm/stash-untracked'Junio C Hamano2017-08-231-5/+6
|\ \ \ | |_|/ |/| |
| * | stash: clean untracked files before resetnm/stash-untrackedNicolas Morey-Chaisemartin2017-08-111-5/+6
| |/
* | scripts: use "git foo" not "git-foo"mf/no-dashed-subcommandsMichael 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 subdirps/stash-push-pathspec-fixPatrick 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 formtg/stash-pushThomas 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-diffjk/stash-disable-renames-internallyJeff King2016-12-061-1/+1
* | stash: allow stashes to be referenced by index onlyaw/numbered-stashAaron M Watson2016-10-261-2/+13
* | i18n: stash: mark messages for translationva/i18n-moreVasco 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/-njk/test-z-n-unquotedJeff King2016-05-141-2/+2
* Merge branch 'nk/stash-show-config'Junio C Hamano2015-10-051-1/+19
|\