summaryrefslogtreecommitdiff
path: root/git-stash.sh
AgeCommit message (Expand)Author
2010-05-09Merge branch 'sd/log-decorate'Junio C Hamano
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
2007-12-03git-stash: Display help message if git-stash is run with wrong sub-commandsKevin Leung
2007-11-29Merge branch 'maint'Junio C Hamano
2007-11-29scripts: do not get confused with HEAD in work treeJunio C Hamano
2007-11-28git-stash: do not get fooled with "color.diff = true"Pascal Obry
2007-11-18Merge branch 'ph/parseopt-sh'Junio C Hamano
2007-11-14Merge branch 'jc/stash-create'Junio C Hamano
2007-11-07git-stash: Fix listing stashesEmil Medve
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano
2007-10-19Paper bag fix diff invocation in 'git stash show'Shawn O. Pearce
2007-10-19Avoid invoking diff drivers during git-stashShawn O. Pearce
2007-09-15stash: implement "stash create"Junio C Hamano
2007-09-12stash: end index commit log with a newlineJean-Luc Herren
2007-07-28git-stash apply --index: optimize postprocessingJunio C Hamano