110 Commits (5734fa4608ada9c1df20ac27988715ee27b36613)

Author SHA1 Message Date
Phil Hord 743bf6d8b0 stash: invoke rerere in case of conflict 12 years ago
Ross Lagerwall ed3c400c6a stash: use eval_gettextln correctly 13 years ago
Jonathon Mah 44df2e2970 stash: Don't fail if work dir contains file named 'HEAD' 13 years ago
Brandon Casey 7474b8b452 git-stash: remove untracked/ignored directories when stashed 13 years ago
Brandon Casey d88acc9178 git-stash.sh: fix typo in error message 13 years ago
Jon Seymour 6fdd50e95c stash: take advantage of eval_gettextln 13 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 14 years ago
Jon Seymour 57693d03db stash: fix git stash branch regression when branch creation fails 14 years ago
Brian Gernhardt 9027fa9eb7 git-stash: fix flag parsing 14 years ago
Jon Seymour a9bf09e19d detached-stash: simplify git stash show 14 years ago
Jon Seymour fb433dc912 detached-stash: simplify git stash branch 14 years ago
Jon Seymour f276872d89 detached-stash: refactor git stash pop implementation 14 years ago
Jon Seymour 92e39e4454 detached-stash: simplify stash_drop 14 years ago
Jon Seymour 064ed100b2 detached-stash: simplify stash_apply 14 years ago
Jon Seymour b0f0ecd979 detached-stash: work around git rev-parse failure to detect bad log refs 14 years ago
Jon Seymour ef763129d1 detached-stash: introduce parse_flags_and_revs function 14 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 15 years ago
Thomas Rast f300fab544 DWIM 'git stash save -p' for 'git stash -p' 15 years ago
Thomas Rast dda1f2a5c3 Implement 'git stash save --patch' 15 years ago
Ori Avtalion 5fd448f114 git stash: Give friendlier errors when there is nothing to apply 15 years ago
Johannes Schindelin ea41cfc4f5 Make 'git stash -k' a short form for 'git stash save --keep-index' 15 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