| Commit message (Expand) | Author | Age | Files | Lines |
* | stash: simplify parsing fixes | Jon Seymour | 2010-09-29 | 1 | -21/+7 |
* | stash: fix git stash branch regression when branch creation fails | Jon Seymour | 2010-09-29 | 1 | -3/+3 |
* | git-stash: fix flag parsing | Brian Gernhardt | 2010-09-26 | 1 | -4/+11 |
* | detached-stash: simplify git stash show | Jon Seymour | 2010-08-21 | 1 | -12/+2 |
* | detached-stash: simplify git stash branch | Jon Seymour | 2010-08-21 | 1 | -10/+7 |
* | detached-stash: refactor git stash pop implementation | Jon Seymour | 2010-08-21 | 1 | -4/+8 |
* | detached-stash: simplify stash_drop | Jon Seymour | 2010-08-21 | 1 | -28/+3 |
* | detached-stash: simplify stash_apply | Jon Seymour | 2010-08-21 | 1 | -35/+3 |
* | detached-stash: work around git rev-parse failure to detect bad log refs | Jon Seymour | 2010-08-21 | 1 | -0/+9 |
* | detached-stash: introduce parse_flags_and_revs function | Jon Seymour | 2010-08-21 | 1 | -0/+124 |
* | Merge branch 'cb/maint-stash-orphaned-file' | Junio C Hamano | 2010-05-21 | 1 | -1/+1 |
|\ |
|
| * | stash: Don't overwrite files that have gone from the index | Charles Bailey | 2010-04-18 | 1 | -1/+1 |
* | | Merge branch 'sd/log-decorate' | Junio C Hamano | 2010-05-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | script with rev-list instead of log | Jeff King | 2010-04-08 | 1 | -1/+1 |
* | | Improve error messages from 'git stash show' | Gustaf Hendeby | 2010-03-16 | 1 | -2/+6 |
* | | stash: suggest the correct command line for unknown options. | Matthieu Moy | 2010-03-06 | 1 | -0/+1 |
* | | Merge branch 'maint-1.6.5' into maint-1.6.6 | Junio C Hamano | 2010-02-16 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | stash pop: remove 'apply' options during 'drop' invocation | Thomas Rast | 2010-02-15 | 1 | -2/+5 |
* | | stash: mention --patch in usage string. | Matthieu Moy | 2010-01-02 | 1 | -1/+1 |
* | | stash list: drop the default limit of 10 stashes | Thomas Rast | 2009-10-19 | 1 | -5/+0 |
* | | stash list: use new %g formats instead of sed | Thomas Rast | 2009-10-19 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 2009-09-07 | 1 | -20/+93 |
|\ |
|
| * | stash: simplify defaulting to "save" and reject unknown options | Matthieu Moy | 2009-09-01 | 1 | -4/+23 |
| * | DWIM 'git stash save -p' for 'git stash -p' | Thomas Rast | 2009-08-15 | 1 | -2/+2 |
| * | Merge branch 'js/stash-dwim' into tr/reset-checkout-patch | Junio C Hamano | 2009-08-15 | 1 | -7/+9 |
| |\ |
|
| | * | Make 'git stash -k' a short form for 'git stash save --keep-index' | Johannes Schindelin | 2009-07-31 | 1 | -7/+9 |
| * | | Implement 'git stash save --patch' | Thomas Rast | 2009-08-15 | 1 | -14/+66 |
| |/ |
|
* | | git stash: Give friendlier errors when there is nothing to apply | Ori Avtalion | 2009-08-14 | 1 | -11/+16 |
|/ |
|
* | git stash: modernize use of "dashed" git-XXX calls | Martin Koegler | 2009-07-22 | 1 | -3/+3 |
* | stash: teach quiet option | Stephen Boyd | 2009-06-18 | 1 | -17/+61 |
* | Documentation: mention 'git stash pop --index' option explicitly | SZEDER Gábor | 2009-06-09 | 1 | -2/+2 |
* | Revert "git-stash: use git rev-parse -q" | Junio C Hamano | 2008-12-07 | 1 | -6/+6 |
* | git-stash: use git rev-parse -q | Miklos Vajna | 2008-12-02 | 1 | -6/+6 |
* | git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1) | Brandon Casey | 2008-10-09 | 1 | -18/+4 |
* | Clarify how the user can satisfy stash's 'dirty state' check. | Stephen Haberman | 2008-09-29 | 1 | -1/+1 |
* | git-stash.sh: don't default to refs/stash if invalid ref supplied | Brandon Casey | 2008-09-24 | 1 | -2/+15 |
* | stash: refresh the index before deciding if the work tree is dirty | Junio C Hamano | 2008-09-06 | 1 | -0/+3 |
* | git-stash: improve synopsis in help and manual page | Stephan Beyer | 2008-08-16 | 1 | -1/+7 |
* | bash completion: More completions for 'git stash' | Lee Marlow | 2008-08-05 | 1 | -1/+1 |
* | stash save: fix parameter handling | Junio C Hamano | 2008-07-23 | 1 | -2/+2 |
* | Merge branch 'am/stash-branch' | Junio C Hamano | 2008-07-13 | 1 | -0/+21 |
|\ |
|
| * | Implement "git stash branch <newbranch> <stash>" | Abhijit Menon-Sen | 2008-07-05 | 1 | -0/+21 |
* | | stash: introduce 'stash save --keep-index' option | SZEDER Gábor | 2008-07-05 | 1 | -4/+18 |
|/ |
|
* | Ignore dirty submodule states during rebase and stash | Johannes Schindelin | 2008-05-15 | 1 | -3/+3 |
* | git-stash: add new 'pop' subcommand | Brandon Casey | 2008-02-22 | 1 | -1/+9 |
* | git-stash: add new 'drop' subcommand | Brandon Casey | 2008-02-22 | 1 | -1/+27 |
* | git-stash clear: refuse to work with extra parameter for now | Junio C Hamano | 2008-01-06 | 1 | -1/+6 |
* | git-stash: use stdout instead of stderr for non error messages | Marco Costalba | 2008-01-05 | 1 | -3/+3 |
* | Emit helpful status for accidental "git stash" save | Wincent Colaiuta | 2007-12-22 | 1 | -2/+4 |
* | git-stash: Display help message if git-stash is run with wrong sub-commands | Kevin Leung | 2007-12-02 | 1 | -7/+9 |