summaryrefslogtreecommitdiffstats
path: root/git-stash.sh
AgeCommit message (Expand)AuthorLines
2010-05-21Merge branch 'cb/maint-stash-orphaned-file'Junio C Hamano-1/+1
2010-05-08Merge branch 'sd/log-decorate'Junio C Hamano-1/+1
2010-04-18stash: Don't overwrite files that have gone from the indexCharles Bailey-1/+1
2010-04-08script with rev-list instead of logJeff King-1/+1
2010-03-16Improve error messages from 'git stash show'Gustaf Hendeby-2/+6
2010-03-06stash: suggest the correct command line for unknown options.Matthieu Moy-0/+1
2010-02-16Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano-2/+5
2010-02-15stash pop: remove 'apply' options during 'drop' invocationThomas Rast-2/+5
2010-01-02stash: mention --patch in usage string.Matthieu Moy-1/+1
2009-10-19stash list: drop the default limit of 10 stashesThomas Rast-5/+0
2009-10-19stash list: use new %g formats instead of sedThomas Rast-2/+1
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano-20/+93
2009-09-01stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy-4/+23
2009-08-15DWIM 'git stash save -p' for 'git stash -p'Thomas Rast-2/+2
2009-08-15Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano-7/+9
2009-08-15Implement 'git stash save --patch'Thomas Rast-14/+66
2009-08-14git stash: Give friendlier errors when there is nothing to applyOri Avtalion-11/+16
2009-07-31Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin-7/+9
2009-07-22git stash: modernize use of "dashed" git-XXX callsMartin Koegler-3/+3
2009-06-18stash: teach quiet optionStephen Boyd-17/+61
2009-06-09Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor-2/+2
2008-12-07Revert "git-stash: use git rev-parse -q"Junio C Hamano-6/+6
2008-12-02git-stash: use git rev-parse -qMiklos Vajna-6/+6
2008-10-09git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey-18/+4
2008-09-29Clarify how the user can satisfy stash's 'dirty state' check.Stephen Haberman-1/+1
2008-09-24git-stash.sh: don't default to refs/stash if invalid ref suppliedBrandon Casey-2/+15
2008-09-06stash: refresh the index before deciding if the work tree is dirtyJunio C Hamano-0/+3
2008-08-16git-stash: improve synopsis in help and manual pageStephan Beyer-1/+7
2008-08-05bash completion: More completions for 'git stash'Lee Marlow-1/+1
2008-07-23stash save: fix parameter handlingJunio C Hamano-2/+2
2008-07-13Merge branch 'am/stash-branch'Junio C Hamano-0/+21
2008-07-05stash: introduce 'stash save --keep-index' optionSZEDER Gábor-4/+18
2008-07-05Implement "git stash branch <newbranch> <stash>"Abhijit Menon-Sen-0/+21
2008-05-15Ignore dirty submodule states during rebase and stashJohannes Schindelin-3/+3
2008-02-22git-stash: add new 'pop' subcommandBrandon Casey-1/+9
2008-02-22git-stash: add new 'drop' subcommandBrandon Casey-1/+27
2008-01-06git-stash clear: refuse to work with extra parameter for nowJunio C Hamano-1/+6
2008-01-05git-stash: use stdout instead of stderr for non error messagesMarco Costalba-3/+3
2007-12-22Emit helpful status for accidental "git stash" saveWincent Colaiuta-2/+4
2007-12-02git-stash: Display help message if git-stash is run with wrong sub-commandsKevin Leung-7/+9
2007-11-28Merge branch 'maint'Junio C Hamano-1/+1
2007-11-28scripts: do not get confused with HEAD in work treeJunio C Hamano-1/+1
2007-11-27git-stash: do not get fooled with "color.diff = true"Pascal Obry-2/+2
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano-0/+1
2007-11-14Merge branch 'jc/stash-create'Junio C Hamano-8/+26
2007-11-07git-stash: Fix listing stashesEmil Medve-1/+5
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano-0/+1
2007-10-19Paper bag fix diff invocation in 'git stash show'Shawn O. Pearce-1/+1
2007-10-18Avoid invoking diff drivers during git-stashShawn O. Pearce-3/+3
2007-09-14stash: implement "stash create"Junio C Hamano-7/+21