103 Commits (0866786b80aa921576ab4e7474c91207111f970f)

Author SHA1 Message Date
Jon Seymour 6fdd50e95c stash: take advantage of eval_gettextln 14 years ago
David Caldwell 787513027a stash: Add --include-untracked option to stash and remove all untracked files 14 years ago
Ævar Arnfjörð Bjarmason d4ca6c8b3e i18n: git-stash drop_stash say/die messages 14 years ago
Ævar Arnfjörð Bjarmason eed10649c2 i18n: git-stash "unknown option" message 14 years ago
Ævar Arnfjörð Bjarmason 155da748ef i18n: git-stash die + eval_gettext $1 messages 14 years ago
Ævar Arnfjörð Bjarmason 777b6f1373 i18n: git-stash die + eval_gettext $* messages 14 years ago
Ævar Arnfjörð Bjarmason 33ceddcf24 i18n: git-stash die + eval_gettext messages 14 years ago
Ævar Arnfjörð Bjarmason b1440ce2bd i18n: git-stash die + gettext messages 14 years ago
Ævar Arnfjörð Bjarmason 5a1758710d i18n: git-stash say + gettext messages 14 years ago
Ævar Arnfjörð Bjarmason 365c656a70 i18n: git-stash echo + gettext message 14 years ago
Ævar Arnfjörð Bjarmason 8a583bec74 i18n: git-stash add git-sh-i18n 14 years ago
Dan McGee 3a243f7024 stash: ensure --no-keep-index and --patch can be used in any order 14 years ago
Jeff King e0e2a9cbfa stash: drop dirty worktree check on apply 14 years ago
Jeff King 59d418fe10 stash: fix accidental apply of non-existent stashes 14 years ago
Johannes Sixt 3ba2e8653c stash: copy the index using --index-output instead of cp -p 14 years ago
Johannes Sixt 23a32ffe80 stash: fix incorrect quoting in cleanup of temporary files 14 years ago
Piotr Krukowiecki 26b59b4812 git stash: show status relative to current directory 14 years ago
Junio C Hamano 69ae92bda1 shell portability: no "export VAR=VAL" 14 years ago
Jon Seymour 2bea593bf0 stash: simplify parsing fixes 15 years ago
Jon Seymour 57693d03db stash: fix git stash branch regression when branch creation fails 15 years ago
Brian Gernhardt 9027fa9eb7 git-stash: fix flag parsing 15 years ago
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) 17 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