aboutsummaryrefslogtreecommitdiff
path: root/git-stash.sh
Commit message (Expand)AuthorAge
* stash: keep untracked files intact in stash -kThomas Gummerer2017-03-22
* stash: pass the pathspec argument to git resetThomas Gummerer2017-03-22
* stash: don't show internal implementation detailsThomas Gummerer2017-03-22
* stash: allow pathspecs in the no verb formThomas Gummerer2017-02-28
* stash: use stash_push for no verb formThomas Gummerer2017-02-28
* stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer2017-02-28
* stash: refactor stash_createThomas Gummerer2017-02-19
* stash: introduce push verbThomas Gummerer2017-02-19
* Merge branch 'jk/stash-disable-renames-internally' into maintJunio C Hamano2017-01-17
|\
| * stash: prefer plumbing over git-diffJeff King2016-12-06
* | stash: allow stashes to be referenced by index onlyAaron M Watson2016-10-26
* | i18n: stash: mark messages for translationVasco Almeida2016-09-21
* | i18n: git-stash: mark messages for translationVasco Almeida2016-08-10
* | i18n: git-sh-setup.sh: mark strings for translationVasco Almeida2016-06-17
|/
* always quote shell arguments to test -z/-nJeff King2016-05-14
* Merge branch 'nk/stash-show-config'Junio C Hamano2015-10-05
|\
| * stash: allow "stash show" diff output configurableNamhyung Kim2015-08-31
* | git-stash: use update-ref --create-reflog instead of creating filesDavid Turner2015-07-21
|/
* Merge branch 'jk/stash-require-clean-index'Junio C Hamano2015-06-24
|\
| * Revert "stash: require a clean index to apply"Jeff King2015-06-15
* | Merge branch 'jk/stash-options'Junio C Hamano2015-06-01
|\ \
| * | stash: recognize "--help" for subcommandsJeff King2015-05-20
| * | stash: complain about unknown flagsJeff King2015-05-20
* | | Merge branch 'jk/stash-require-clean-index'Junio C Hamano2015-05-19
|\ \ \ | | |/ | |/|
| * | stash: require a clean index to applyJeff King2015-04-22
| |/
* | git-stash: avoid hardcoding $GIT_DIR/logs/....Nguyễn Thái Ngọc Duy2014-12-01
* | *.sh: respect $GIT_INDEX_FILENguyễn Thái Ngọc Duy2014-12-01
|/
* Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-29
|\
| * stash: prefer --quiet over shell redirection of the standard error streamDavid Aguilar2014-09-19
* | Merge branch 'ah/grammofix'Junio C Hamano2014-09-19
|\ \ | |/ |/|
| * grammofix in user-facing messagesAlex Henrie2014-09-02
* | Merge branch 'jk/stash-list-p'Junio C Hamano2014-09-09
|\ \ | |/ |/|
| * stash: default listing to working-tree diffJeff King2014-08-07
| * Merge branch 'jc/stash-pop-not-popped' into maintJunio C Hamano2014-04-03
| |\
* | \ Merge branch 'ep/shell-assign-and-export-vars'Junio C Hamano2014-06-06
|\ \ \
| * | | scripts: "export VAR=VALUE" construct is not portableElia Pinto2014-05-23
| |/ /
* | | git-stash.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-23
* | | Merge branch 'jc/stash-pop-not-popped'Junio C Hamano2014-03-21
|\ \ \ | |/ / |/| / | |/
| * stash pop: mention we did not drop the stash upon failing to applyJunio C Hamano2014-02-26
* | stash: handle specifying stashes with $IFSØystein Walle2014-01-07
|/
* Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano2013-08-14
* git stash: avoid data loss when "git stash save" kills a directoryPetr Baudis2013-07-01
* stash: introduce 'git stash store'Ramkumar Ramachandra2013-06-17
* stash: simplify option parser for createRamkumar Ramachandra2013-06-17
* Merge branch 'ph/stash-rerere'Junio C Hamano2012-09-03
|\
| * stash: invoke rerere in case of conflictPhil Hord2012-08-17
* | stash: use eval_gettextln correctlyRoss Lagerwall2012-04-14
|/
* stash: Don't fail if work dir contains file named 'HEAD'Jonathon Mah2012-01-01
* Merge branch 'bc/unstash-clean-crufts'Junio C Hamano2011-10-05
|\
| * git-stash: remove untracked/ignored directories when stashedBrandon Casey2011-08-27