summaryrefslogtreecommitdiff
path: root/git-stash.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* | stash: suggest the correct command line for unknown options.Matthieu Moy2010-03-061-0/+1
* | Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano2010-02-161-2/+5
|\ \ | |/ |/|
| * stash pop: remove 'apply' options during 'drop' invocationThomas Rast2010-02-151-2/+5
* | stash: mention --patch in usage string.Matthieu Moy2010-01-021-1/+1
* | stash list: drop the default limit of 10 stashesThomas Rast2009-10-191-5/+0
* | stash list: use new %g formats instead of sedThomas Rast2009-10-191-2/+1
|/
* Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-071-20/+93
|\
| * stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-011-4/+23
| * DWIM 'git stash save -p' for 'git stash -p'Thomas Rast2009-08-151-2/+2
| * Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano2009-08-151-7/+9
| |\
| | * Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-311-7/+9
| * | Implement 'git stash save --patch'Thomas Rast2009-08-151-14/+66
| |/
* | git stash: Give friendlier errors when there is nothing to applyOri Avtalion2009-08-141-11/+16
|/
* git stash: modernize use of "dashed" git-XXX callsMartin Koegler2009-07-221-3/+3
* stash: teach quiet optionStephen Boyd2009-06-181-17/+61
* Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor2009-06-091-2/+2
* Revert "git-stash: use git rev-parse -q"Junio C Hamano2008-12-071-6/+6
* git-stash: use git rev-parse -qMiklos Vajna2008-12-021-6/+6
* git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey2008-10-091-18/+4
* Clarify how the user can satisfy stash's 'dirty state' check.Stephen Haberman2008-09-291-1/+1
* git-stash.sh: don't default to refs/stash if invalid ref suppliedBrandon Casey2008-09-241-2/+15
* stash: refresh the index before deciding if the work tree is dirtyJunio C Hamano2008-09-061-0/+3
* git-stash: improve synopsis in help and manual pageStephan Beyer2008-08-161-1/+7
* bash completion: More completions for 'git stash'Lee Marlow2008-08-051-1/+1
* stash save: fix parameter handlingJunio C Hamano2008-07-231-2/+2