summaryrefslogtreecommitdiff
path: root/git-stash.sh
Commit message (Expand)AuthorAgeFilesLines
* Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano2013-08-141-12/+0
* git stash: avoid data loss when "git stash save" kills a directoryPetr Baudis2013-07-011-0/+12
* stash: introduce 'git stash store'Ramkumar Ramachandra2013-06-171-6/+41
* stash: simplify option parser for createRamkumar Ramachandra2013-06-171-4/+1
* Merge branch 'ph/stash-rerere'Junio C Hamano2012-09-031-0/+1
|\
| * stash: invoke rerere in case of conflictPhil Hord2012-08-171-0/+1
* | stash: use eval_gettextln correctlyRoss Lagerwall2012-04-141-2/+2
|/
* stash: Don't fail if work dir contains file named 'HEAD'jm/stash-diff-disambiguateJonathon Mah2012-01-011-3/+4
* Merge branch 'bc/unstash-clean-crufts'Junio C Hamano2011-10-051-2/+2
|\
| * git-stash: remove untracked/ignored directories when stashedbc/unstash-clean-cruftsBrandon Casey2011-08-271-1/+1
| * git-stash.sh: fix typo in error messageBrandon Casey2011-08-271-1/+1
* | stash: take advantage of eval_gettextlnJon Seymour2011-08-081-6/+3
* | Merge branch 'dc/stash-con-untracked'Junio C Hamano2011-07-221-5/+65
|\ \ | |/
| * stash: Add --include-untracked option to stash and remove all untracked filesDavid Caldwell2011-06-261-4/+64
| * Merge branch 'jk/maint-stash-oob' into maintJunio C Hamano2011-05-041-11/+1
| |\
| * \ Merge branch 'dm/stash-k-i-p' into maintJunio C Hamano2011-05-041-4/+5
| |\ \
* | | | i18n: git-stash drop_stash say/die messagesÆvar Arnfjörð Bjarmason2011-05-211-1/+2
* | | | i18n: git-stash "unknown option" messageÆvar Arnfjörð Bjarmason2011-05-211-2/+13
* | | | i18n: git-stash die + eval_gettext $1 messagesÆvar Arnfjörð Bjarmason2011-05-211-1/+4
* | | | i18n: git-stash die + eval_gettext $* messagesÆvar Arnfjörð Bjarmason2011-05-211-2/+8
* | | | i18n: git-stash die + eval_gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-1/+1
* | | | i18n: git-stash die + gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-18/+18
* | | | i18n: git-stash say + gettext messagesÆvar Arnfjörð Bjarmason2011-05-211-2/+2
* | | | i18n: git-stash echo + gettext messageÆvar Arnfjörð Bjarmason2011-05-211-1/+4
* | | | i18n: git-stash add git-sh-i18nÆvar Arnfjörð Bjarmason2011-05-211-0/+1
* | | | Merge branch 'dm/stash-k-i-p'Junio C Hamano2011-04-271-4/+5
|\ \ \ \ | | |/ / | |/| |
| * | | stash: ensure --no-keep-index and --patch can be used in any orderDan McGee2011-04-071-4/+5
* | | | Merge branch 'jk/maint-stash-oob'Junio C Hamano2011-04-271-11/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | stash: fix accidental apply of non-existent stashesJeff King2011-04-051-11/+1
* | | stash: drop dirty worktree check on applyJeff King2011-04-061-3/+1
| |/ |/|
* | Merge branch 'pk/stash-apply-status-relative'Junio C Hamano2011-03-231-1/+2
|\ \
| * | git stash: show status relative to current directoryPiotr Krukowiecki2011-03-141-1/+2
| |/
* | stash: copy the index using --index-output instead of cp -pJohannes Sixt2011-03-171-6/+5
* | stash: fix incorrect quoting in cleanup of temporary filesJohannes Sixt2011-03-171-1/+1
|/
* shell portability: no "export VAR=VAL"Junio C Hamano2010-10-131-1/+1
* stash: simplify parsing fixesJon Seymour2010-09-291-21/+7
* stash: fix git stash branch regression when branch creation failsJon Seymour2010-09-291-3/+3
* git-stash: fix flag parsingBrian Gernhardt2010-09-261-4/+11
* detached-stash: simplify git stash showJon Seymour2010-08-211-12/+2
* detached-stash: simplify git stash branchJon Seymour2010-08-211-10/+7
* detached-stash: refactor git stash pop implementationJon Seymour2010-08-211-4/+8
* detached-stash: simplify stash_dropJon Seymour2010-08-211-28/+3
* detached-stash: simplify stash_applyJon Seymour2010-08-211-35/+3
* detached-stash: work around git rev-parse failure to detect bad log refsJon Seymour2010-08-211-0/+9
* detached-stash: introduce parse_flags_and_revs functionJon Seymour2010-08-211-0/+124
* Merge branch 'cb/maint-stash-orphaned-file'Junio C Hamano2010-05-211-1/+1
|\
| * stash: Don't overwrite files that have gone from the indexCharles Bailey2010-04-181-1/+1
* | Merge branch 'sd/log-decorate'Junio C Hamano2010-05-081-1/+1
|\ \ | |/ |/|
| * script with rev-list instead of logJeff King2010-04-081-1/+1
* | Improve error messages from 'git stash show'Gustaf Hendeby2010-03-161-2/+6