summaryrefslogtreecommitdiffstats
path: root/git-stash.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-151-2/+9
* | Merge branch 'nm/stash-untracked'Junio C Hamano2017-08-231-5/+6
|\ \
| * | stash: clean untracked files before resetNicolas Morey-Chaisemartin2017-08-121-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-191-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-201-4/+18
* stash: introduce push verbThomas Gummerer2017-02-201-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-181-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
* | Merge branch 'ah/grammofix'Junio C Hamano2014-09-191-1/+1
|\ \ | |/ |/|
| * grammofix in user-facing messagesAlex Henrie2014-09-021-1/+1
* | Merge branch 'jk/stash-list-p'Junio C Hamano2014-09-091-1/+1
|\ \ | |/ |/|
| * stash: default listing to working-tree diffJeff King2014-08-071-1/+1
| * Merge branch 'jc/stash-pop-not-popped' into maintJunio C Hamano2014-04-031-2/+8
| |\
* | \ Merge branch 'ep/shell-assign-and-export-vars'Junio C Hamano2014-06-061-1/+2
|\ \ \
| * | | scripts: "export VAR=VALUE" construct is not portableElia Pinto2014-05-241-1/+2
| |/ /
* | | git-stash.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-241-1/+1
* | | Merge branch 'jc/stash-pop-not-popped'Junio C Hamano2014-03-211-2/+8
|\ \ \ | |/ / |/| / | |/
| * stash pop: mention we did not drop the stash upon failing to applyJunio C Hamano2014-02-261-2/+8
* | stash: handle specifying stashes with $IFSØystein Walle2014-01-071-7/+7
|/