aboutsummaryrefslogtreecommitdiff
path: root/git-stash.sh
Commit message (Expand)AuthorAge
* Improve error messages from 'git stash show'Gustaf Hendeby2010-03-16
* stash: suggest the correct command line for unknown options.Matthieu Moy2010-03-06
* Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano2010-02-16
|\
| * stash pop: remove 'apply' options during 'drop' invocationThomas Rast2010-02-15
* | stash: mention --patch in usage string.Matthieu Moy2010-01-02
* | stash list: drop the default limit of 10 stashesThomas Rast2009-10-19
* | stash list: use new %g formats instead of sedThomas Rast2009-10-19
|/
* Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-07
|\
| * stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-01
| * DWIM 'git stash save -p' for 'git stash -p'Thomas Rast2009-08-15
| * Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano2009-08-15
| |\
| | * Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-31
| * | Implement 'git stash save --patch'Thomas Rast2009-08-15
| |/
* | git stash: Give friendlier errors when there is nothing to applyOri Avtalion2009-08-14
|/
* git stash: modernize use of "dashed" git-XXX callsMartin Koegler2009-07-22
* stash: teach quiet optionStephen Boyd2009-06-18
* Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor2009-06-09
* Revert "git-stash: use git rev-parse -q"Junio C Hamano2008-12-07
* git-stash: use git rev-parse -qMiklos Vajna2008-12-02
* git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey2008-10-09
* Clarify how the user can satisfy stash's 'dirty state' check.Stephen Haberman2008-09-29
* git-stash.sh: don't default to refs/stash if invalid ref suppliedBrandon Casey2008-09-24
* stash: refresh the index before deciding if the work tree is dirtyJunio C Hamano2008-09-06
* git-stash: improve synopsis in help and manual pageStephan Beyer2008-08-16
* bash completion: More completions for 'git stash'Lee Marlow2008-08-05
* stash save: fix parameter handlingJunio C Hamano2008-07-23
* Merge branch 'am/stash-branch'Junio C Hamano2008-07-13
|\
| * Implement "git stash branch <newbranch> <stash>"Abhijit Menon-Sen2008-07-05
* | stash: introduce 'stash save --keep-index' optionSZEDER Gábor2008-07-05
|/
* Ignore dirty submodule states during rebase and stashJohannes Schindelin2008-05-15
* git-stash: add new 'pop' subcommandBrandon Casey2008-02-22
* git-stash: add new 'drop' subcommandBrandon Casey2008-02-22
* git-stash clear: refuse to work with extra parameter for nowJunio C Hamano2008-01-06
* git-stash: use stdout instead of stderr for non error messagesMarco Costalba2008-01-05
* Emit helpful status for accidental "git stash" saveWincent Colaiuta2007-12-22
* git-stash: Display help message if git-stash is run with wrong sub-commandsKevin Leung2007-12-02
* Merge branch 'maint'Junio C Hamano2007-11-28
|\
| * scripts: do not get confused with HEAD in work treeJunio C Hamano2007-11-28
* | git-stash: do not get fooled with "color.diff = true"Pascal Obry2007-11-27
* | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-17
|\ \
| * | scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-06
| |/
* | Merge branch 'jc/stash-create'Junio C Hamano2007-11-14
|\ \ | |/ |/|
| * git-stash: Fix listing stashesEmil Medve2007-11-07
| * stash: implement "stash create"Junio C Hamano2007-09-14
* | Paper bag fix diff invocation in 'git stash show'Shawn O. Pearce2007-10-19
* | Avoid invoking diff drivers during git-stashShawn O. Pearce2007-10-18
|/
* stash: end index commit log with a newlineJean-Luc Herren2007-09-12
* git-stash apply --index: optimize postprocessingJunio C Hamano2007-07-28
* Fix git-stash apply --indexJunio C Hamano2007-07-28
* git-stash: Make sure reflog is created for refs/stashしらいしななこ2007-07-28