144 Commits (bf2f63a781dfca084b8cbdd9f8e318d35c89488b)

Author SHA1 Message Date
Jon Seymour a9bf09e19d detached-stash: simplify git stash show 15 years ago
Jon Seymour fb433dc912 detached-stash: simplify git stash branch 15 years ago
Jon Seymour f276872d89 detached-stash: refactor git stash pop implementation 15 years ago
Jon Seymour 92e39e4454 detached-stash: simplify stash_drop 15 years ago
Jon Seymour 064ed100b2 detached-stash: simplify stash_apply 15 years ago
Jon Seymour b0f0ecd979 detached-stash: work around git rev-parse failure to detect bad log refs 15 years ago
Jon Seymour ef763129d1 detached-stash: introduce parse_flags_and_revs function 15 years ago
Charles Bailey 7aa5d43cc6 stash: Don't overwrite files that have gone from the index 15 years ago
Jeff King b0e621adfd script with rev-list instead of log 15 years ago
Gustaf Hendeby 14cd458126 Improve error messages from 'git stash show' 15 years ago
Matthieu Moy 5d005922bc stash: suggest the correct command line for unknown options. 15 years ago
Thomas Rast 460ccd0e19 stash pop: remove 'apply' options during 'drop' invocation 15 years ago
Matthieu Moy dc89689e86 stash: mention --patch in usage string. 15 years ago
Thomas Rast b7b10385a8 stash list: drop the default limit of 10 stashes 15 years ago
Thomas Rast 391c53bdcd stash list: use new %g formats instead of sed 15 years ago
Matthieu Moy 3c2eb80fe3 stash: simplify defaulting to "save" and reject unknown options 16 years ago
Thomas Rast f300fab544 DWIM 'git stash save -p' for 'git stash -p' 16 years ago
Thomas Rast dda1f2a5c3 Implement 'git stash save --patch' 16 years ago
Ori Avtalion 5fd448f114 git stash: Give friendlier errors when there is nothing to apply 16 years ago
Johannes Schindelin ea41cfc4f5 Make 'git stash -k' a short form for 'git stash save --keep-index' 16 years ago
Martin Koegler 5207079053 git stash: modernize use of "dashed" git-XXX calls 16 years ago
Stephen Boyd fcdd0e92d9 stash: teach quiet option 16 years ago
SZEDER Gábor f39d6ee2aa Documentation: mention 'git stash pop --index' option explicitly 16 years ago
Junio C Hamano 0e32126f04 Revert "git-stash: use git rev-parse -q" 16 years ago
Miklos Vajna 757c7f60a7 git-stash: use git rev-parse -q 16 years ago
Brandon Casey 875471c510 git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1) 16 years ago
Stephen Haberman 2a79d2f662 Clarify how the user can satisfy stash's 'dirty state' check. 17 years ago
Brandon Casey da65e7c133 git-stash.sh: don't default to refs/stash if invalid ref supplied 17 years ago
Junio C Hamano 1eff26c0e2 stash: refresh the index before deciding if the work tree is dirty 17 years ago
Stephan Beyer a5ab00c5d2 git-stash: improve synopsis in help and manual page 17 years ago
Lee Marlow 95d43780cf bash completion: More completions for 'git stash' 17 years ago
Junio C Hamano 47629dcff0 stash save: fix parameter handling 17 years ago
SZEDER Gábor 7bedebcaad stash: introduce 'stash save --keep-index' option 17 years ago
Abhijit Menon-Sen 656b503452 Implement "git stash branch <newbranch> <stash>" 17 years ago
Johannes Schindelin 6848d58c60 Ignore dirty submodule states during rebase and stash 17 years ago
Brandon Casey bd56ff54f7 git-stash: add new 'pop' subcommand 17 years ago
Brandon Casey e25d5f9c82 git-stash: add new 'drop' subcommand 17 years ago
Junio C Hamano 3023dc690f git-stash clear: refuse to work with extra parameter for now 17 years ago
Marco Costalba 7c390d90e8 git-stash: use stdout instead of stderr for non error messages 17 years ago
Wincent Colaiuta 97bc00a490 Emit helpful status for accidental "git stash" save 17 years ago
Kevin Leung 683befa178 git-stash: Display help message if git-stash is run with wrong sub-commands 17 years ago
Junio C Hamano 38762c47d6 scripts: do not get confused with HEAD in work tree 17 years ago
Pascal Obry aa4f31d5a3 git-stash: do not get fooled with "color.diff = true" 17 years ago
Emil Medve a9ee9bf9f9 git-stash: Fix listing stashes 17 years ago
Junio C Hamano 8f321a3925 scripts: Add placeholders for OPTIONS_SPEC 17 years ago
Shawn O. Pearce e7187e4e0f Paper bag fix diff invocation in 'git stash show' 17 years ago
Shawn O. Pearce 89d750bf6f Avoid invoking diff drivers during git-stash 17 years ago
Junio C Hamano bc9e7399af stash: implement "stash create" 18 years ago
Jean-Luc Herren 6143fa2c9c stash: end index commit log with a newline 18 years ago
Junio C Hamano 83b3df7d58 git-stash apply --index: optimize postprocessing 18 years ago