Age | Commit message (Expand) | Author | Files | Lines |
2010-01-02 | stash: mention --patch in usage string. | Matthieu Moy | 1 | -1/+1 |
2009-10-19 | stash list: drop the default limit of 10 stashes | Thomas Rast | 1 | -5/+0 |
2009-10-19 | stash list: use new %g formats instead of sed | Thomas Rast | 1 | -2/+1 |
2009-09-07 | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 1 | -20/+93 |
2009-09-01 | stash: simplify defaulting to "save" and reject unknown options | Matthieu Moy | 1 | -4/+23 |
2009-08-15 | DWIM 'git stash save -p' for 'git stash -p' | Thomas Rast | 1 | -2/+2 |
2009-08-15 | Merge branch 'js/stash-dwim' into tr/reset-checkout-patch | Junio C Hamano | 1 | -7/+9 |
2009-08-15 | Implement 'git stash save --patch' | Thomas Rast | 1 | -14/+66 |
2009-08-14 | git stash: Give friendlier errors when there is nothing to apply | Ori Avtalion | 1 | -11/+16 |
2009-07-31 | Make 'git stash -k' a short form for 'git stash save --keep-index' | Johannes Schindelin | 1 | -7/+9 |
2009-07-22 | git stash: modernize use of "dashed" git-XXX calls | Martin Koegler | 1 | -3/+3 |
2009-06-18 | stash: teach quiet option | Stephen Boyd | 1 | -17/+61 |
2009-06-09 | Documentation: mention 'git stash pop --index' option explicitly | SZEDER Gábor | 1 | -2/+2 |
2008-12-07 | Revert "git-stash: use git rev-parse -q" | Junio C Hamano | 1 | -6/+6 |
2008-12-02 | git-stash: use git rev-parse -q | Miklos Vajna | 1 | -6/+6 |
2008-10-09 | git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1) | Brandon Casey | 1 | -18/+4 |
2008-09-29 | Clarify how the user can satisfy stash's 'dirty state' check. | Stephen Haberman | 1 | -1/+1 |
2008-09-24 | git-stash.sh: don't default to refs/stash if invalid ref supplied | Brandon Casey | 1 | -2/+15 |
2008-09-06 | stash: refresh the index before deciding if the work tree is dirty | Junio C Hamano | 1 | -0/+3 |
2008-08-16 | git-stash: improve synopsis in help and manual page | Stephan Beyer | 1 | -1/+7 |
2008-08-05 | bash completion: More completions for 'git stash' | Lee Marlow | 1 | -1/+1 |
2008-07-23 | stash save: fix parameter handling | Junio C Hamano | 1 | -2/+2 |
2008-07-13 | Merge branch 'am/stash-branch' | Junio C Hamano | 1 | -0/+21 |
2008-07-05 | stash: introduce 'stash save --keep-index' option | SZEDER Gábor | 1 | -4/+18 |
2008-07-05 | Implement "git stash branch <newbranch> <stash>" | Abhijit Menon-Sen | 1 | -0/+21 |
2008-05-15 | Ignore dirty submodule states during rebase and stash | Johannes Schindelin | 1 | -3/+3 |
2008-02-22 | git-stash: add new 'pop' subcommand | Brandon Casey | 1 | -1/+9 |
2008-02-22 | git-stash: add new 'drop' subcommand | Brandon Casey | 1 | -1/+27 |
2008-01-06 | git-stash clear: refuse to work with extra parameter for now | Junio C Hamano | 1 | -1/+6 |
2008-01-05 | git-stash: use stdout instead of stderr for non error messages | Marco Costalba | 1 | -3/+3 |
2007-12-22 | Emit helpful status for accidental "git stash" save | Wincent Colaiuta | 1 | -2/+4 |
2007-12-02 | git-stash: Display help message if git-stash is run with wrong sub-commands | Kevin Leung | 1 | -7/+9 |
2007-11-28 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-11-28 | scripts: do not get confused with HEAD in work tree | Junio C Hamano | 1 | -1/+1 |
2007-11-27 | git-stash: do not get fooled with "color.diff = true" | Pascal Obry | 1 | -2/+2 |
2007-11-17 | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 1 | -0/+1 |
2007-11-14 | Merge branch 'jc/stash-create' | Junio C Hamano | 1 | -8/+26 |
2007-11-07 | git-stash: Fix listing stashes | Emil Medve | 1 | -1/+5 |
2007-11-06 | scripts: Add placeholders for OPTIONS_SPEC | Junio C Hamano | 1 | -0/+1 |
2007-10-19 | Paper bag fix diff invocation in 'git stash show' | Shawn O. Pearce | 1 | -1/+1 |
2007-10-18 | Avoid invoking diff drivers during git-stash | Shawn O. Pearce | 1 | -3/+3 |
2007-09-14 | stash: implement "stash create" | Junio C Hamano | 1 | -7/+21 |
2007-09-12 | stash: end index commit log with a newline | Jean-Luc Herren | 1 | -1/+1 |
2007-07-28 | git-stash apply --index: optimize postprocessing | Junio C Hamano | 1 | -6/+7 |
2007-07-28 | Fix git-stash apply --index | Junio C Hamano | 1 | -6/+17 |
2007-07-28 | git-stash: Make sure reflog is created for refs/stash | しらいしななこ | 1 | -0/+3 |
2007-07-26 | git-stash: do not remove a ref by hand. | Junio C Hamano | 1 | -3/+4 |
2007-07-25 | Make sure git-stash works from subdirectory. | Junio C Hamano | 1 | -0/+1 |
2007-07-08 | git-stash: try reusing cached stat info as much as possible | Junio C Hamano | 1 | -3/+3 |
2007-07-07 | Merge branch 'js/stash' | Junio C Hamano | 1 | -1/+20 |