summaryrefslogtreecommitdiff
path: root/git-stash.sh
AgeCommit message (Expand)Author
2010-10-13shell portability: no "export VAR=VAL"Junio C Hamano
2010-09-29stash: simplify parsing fixesJon Seymour
2010-09-29stash: fix git stash branch regression when branch creation failsJon Seymour
2010-09-27git-stash: fix flag parsingBrian Gernhardt
2010-08-22detached-stash: simplify git stash showJon Seymour
2010-08-22detached-stash: simplify git stash branchJon Seymour
2010-08-22detached-stash: refactor git stash pop implementationJon Seymour
2010-08-22detached-stash: simplify stash_dropJon Seymour
2010-08-22detached-stash: simplify stash_applyJon Seymour
2010-08-22detached-stash: work around git rev-parse failure to detect bad log refsJon Seymour
2010-08-22detached-stash: introduce parse_flags_and_revs functionJon Seymour
2010-05-21Merge branch 'cb/maint-stash-orphaned-file'Junio C Hamano
2010-05-09Merge branch 'sd/log-decorate'Junio C Hamano
2010-04-18stash: Don't overwrite files that have gone from the indexCharles Bailey
2010-04-09script with rev-list instead of logJeff King
2010-03-17Improve error messages from 'git stash show'Gustaf Hendeby
2010-03-07stash: suggest the correct command line for unknown options.Matthieu Moy
2010-02-16Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano
2010-02-16stash pop: remove 'apply' options during 'drop' invocationThomas Rast
2010-01-02stash: mention --patch in usage string.Matthieu Moy
2009-10-20stash list: drop the default limit of 10 stashesThomas Rast
2009-10-20stash list: use new %g formats instead of sedThomas Rast
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano
2009-09-02stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy
2009-08-15DWIM 'git stash save -p' for 'git stash -p'Thomas Rast
2009-08-15Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano
2009-08-15Implement 'git stash save --patch'Thomas Rast
2009-08-15git stash: Give friendlier errors when there is nothing to applyOri Avtalion
2009-07-31Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin
2009-07-23git stash: modernize use of "dashed" git-XXX callsMartin Koegler
2009-06-18stash: teach quiet optionStephen Boyd
2009-06-09Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor
2008-12-08Revert "git-stash: use git rev-parse -q"Junio C Hamano
2008-12-03git-stash: use git rev-parse -qMiklos Vajna
2008-10-09git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey
2008-09-29Clarify how the user can satisfy stash's 'dirty state' check.Stephen Haberman
2008-09-24git-stash.sh: don't default to refs/stash if invalid ref suppliedBrandon Casey
2008-09-06stash: refresh the index before deciding if the work tree is dirtyJunio C Hamano
2008-08-16git-stash: improve synopsis in help and manual pageStephan Beyer
2008-08-06bash completion: More completions for 'git stash'Lee Marlow
2008-07-23stash save: fix parameter handlingJunio C Hamano
2008-07-13Merge branch 'am/stash-branch'Junio C Hamano
2008-07-05stash: introduce 'stash save --keep-index' optionSZEDER Gábor
2008-07-05Implement "git stash branch <newbranch> <stash>"Abhijit Menon-Sen
2008-05-15Ignore dirty submodule states during rebase and stashJohannes Schindelin
2008-02-23git-stash: add new 'pop' subcommandBrandon Casey
2008-02-23git-stash: add new 'drop' subcommandBrandon Casey
2008-01-07git-stash clear: refuse to work with extra parameter for nowJunio C Hamano
2008-01-05git-stash: use stdout instead of stderr for non error messagesMarco Costalba
2007-12-22Emit helpful status for accidental "git stash" saveWincent Colaiuta