Sign in
googlers
/
jrn
/
git
/
eea2796cfce2873464544372bb83c69627c72b39
/
git-legacy-stash.sh
9a5315e
Merge branch 'js/patch-mode-in-others-in-c'
by Junio C Hamano
· 5 years ago
90a6bb9
legacy stash -p: respect the add.interactive.usebuiltin setting
by Johannes Schindelin
· 5 years ago
57b5301
Merge branch 'js/update-index-ignore-removal-for-skip-worktree'
by Junio C Hamano
· 5 years ago
4a58c3d
stash: handle staged changes in skip-worktree files correctly
by Johannes Schindelin
· 5 years ago
556895d
stash: avoid recursive hard reset on submodules
by Jakob Jarmar
· 5 years ago
7b556aa
legacy stash: fix "rudimentary backport of -q"
by Johannes Schindelin
· 6 years ago
90a4627
stash: optionally use the scripted version again
by Johannes Schindelin
· 6 years ago
[Renamed (96%) from git-stash.sh]
8d8e9c2
stash: add back the original, scripted `git stash`
by Johannes Schindelin
· 6 years ago
40af146
stash: convert `stash--helper.c` into `stash.c`
by Paul-Sebastian Ungureanu
· 6 years ago
64fe9c2
stash: convert save to builtin
by Paul-Sebastian Ungureanu
· 6 years ago
d553f53
stash: convert push to builtin
by Paul-Sebastian Ungureanu
· 6 years ago
d4788af
stash: convert create to builtin
by Paul-Sebastian Ungureanu
· 6 years ago
41e0dd5
stash: convert store to builtin
by Paul-Sebastian Ungureanu
· 6 years ago
dc7bd38
stash: convert show to builtin
by Paul-Sebastian Ungureanu
· 6 years ago
130f269
stash: convert list to builtin
by Paul-Sebastian Ungureanu
· 6 years ago
c4de61d
stash: convert pop to builtin
by Joel Teichroeb
· 6 years ago
577c199
stash: convert branch to builtin
by Joel Teichroeb
· 6 years ago
4e2dd39
stash: convert drop and clear to builtin
by Joel Teichroeb
· 6 years ago
8a0fc8d
stash: convert apply to builtin
by Joel Teichroeb
· 6 years ago
3bc2111
stash: tolerate missing user identity
by Slavica Djukic
· 6 years ago
cbf0339
Merge branch 'tg/stash-untracked-with-pathspec-fix'
by Junio C Hamano
· 7 years ago
3532786
stash: drop superfluos pathspec parameter
by Thomas Gummerer
· 7 years ago
d319bb1
stash push -u: don't create empty stash
by Thomas Gummerer
· 7 years ago
833622a
stash push: avoid printing errors
by Thomas Gummerer
· 7 years ago
d97e4fa
stash: fix nonsense pipeline
by Junio C Hamano
· 7 years ago
087d1a8
Merge branch 'tg/stash-with-pathspec-fix'
by Junio C Hamano
· 7 years ago
bba067d
stash: don't delete untracked files that match pathspec
by Thomas Gummerer
· 7 years ago
714485c
Merge branch 'ph/stash-save-m-option-fix'
by Junio C Hamano
· 7 years ago
5675473
stash: learn to parse -m/--message like commit does
by Phil Hord
· 7 years ago
c0c0c82
stash: remove now superfluos help for "stash push"
by Thomas Gummerer
· 7 years ago
db37745
stash: replace "git stash save" with "git stash push" in the documentation
by Thomas Gummerer
· 7 years ago
036e127
Merge branch 'mf/no-dashed-subcommands' into maint
by Junio C Hamano
· 7 years ago
ef9408c
Merge branch 'kd/stash-with-bash-4.4'
by Junio C Hamano
· 7 years ago
0ca2f32
Merge branch 'nm/stash-untracked'
by Junio C Hamano
· 7 years ago
5fc92f8
stash: prevent warning about null bytes in input
by Kevin Daudt
· 7 years ago
bbffd87
stash: clean untracked files before reset
by Nicolas Morey-Chaisemartin
· 7 years ago
974ce80
scripts: use "git foo" not "git-foo"
by Michael Forney
· 7 years ago
849b44c
Merge branch 'lb/status-stash-count'
by Junio C Hamano
· 8 years ago
e01db91
stash: update documentation to use 'stash entry'
by Liam Beguin
· 8 years ago
22fc703
git-stash: fix pushing stash with pathspec from subdir
by Patrick Steinhardt
· 8 years ago
e0e7f99
stash: keep untracked files intact in stash -k
by Thomas Gummerer
· 8 years ago
869fb8f
stash: pass the pathspec argument to git reset
by Thomas Gummerer
· 8 years ago
1790f4f
stash: don't show internal implementation details
by Thomas Gummerer
· 8 years ago
9e14090
stash: allow pathspecs in the no verb form
by Thomas Gummerer
· 8 years ago
1ada502
stash: use stash_push for no verb form
by Thomas Gummerer
· 8 years ago
df6bba0
stash: teach 'push' (and 'create_stash') to honor pathspec
by Thomas Gummerer
· 8 years ago
9ca6326
stash: refactor stash_create
by Thomas Gummerer
· 8 years ago
f5727e2
stash: introduce push verb
by Thomas Gummerer
· 8 years ago
12361d0
Merge branch 'jk/stash-disable-renames-internally' into maint
by Junio C Hamano
· 8 years ago
9d4e28e
stash: prefer plumbing over git-diff
by Jeff King
· 8 years ago
a56c8f5
stash: allow stashes to be referenced by index only
by Aaron M Watson
· 8 years ago
850251f
i18n: stash: mark messages for translation
by Vasco Almeida
· 8 years ago
599e7a0
i18n: git-stash: mark messages for translation
by Vasco Almeida
· 8 years ago
d323c6b
i18n: git-sh-setup.sh: mark strings for translation
by Vasco Almeida
· 9 years ago
268ef4d
always quote shell arguments to test -z/-n
by Jeff King
· 9 years ago
5e9a74b
Merge branch 'nk/stash-show-config'
by Junio C Hamano
· 9 years ago
3086c06
stash: allow "stash show" diff output configurable
by Namhyung Kim
· 9 years ago
89dea97
git-stash: use update-ref --create-reflog instead of creating files
by David Turner
· 9 years ago
bfb539b
Merge branch 'jk/stash-require-clean-index'
by Junio C Hamano
· 10 years ago
1937610
Revert "stash: require a clean index to apply"
by Jeff King
· 10 years ago
f693bb0
Merge branch 'jk/stash-options'
by Junio C Hamano
· 10 years ago
5ba2831
stash: recognize "--help" for subcommands
by Jeff King
· 10 years ago
d6cc2df
stash: complain about unknown flags
by Jeff King
· 10 years ago
05c3967
Merge branch 'jk/stash-require-clean-index'
by Junio C Hamano
· 10 years ago
ed178ef
stash: require a clean index to apply
by Jeff King
· 10 years ago
337959b
git-stash: avoid hardcoding $GIT_DIR/logs/....
by Nguyễn Thái Ngọc Duy
· 10 years ago
c697b57
*.sh: respect $GIT_INDEX_FILE
by Nguyễn Thái Ngọc Duy
· 10 years ago
507fe83
Merge branch 'da/rev-parse-verify-quiet'
by Junio C Hamano
· 10 years ago
296b4c4
Merge branch 'ah/grammofix'
by Junio C Hamano
· 10 years ago
1956dfa
stash: prefer --quiet over shell redirection of the standard error stream
by David Aguilar
· 10 years ago
753aaf3
Merge branch 'jk/stash-list-p'
by Junio C Hamano
· 10 years ago
ad5fe37
grammofix in user-facing messages
by Alex Henrie
· 10 years ago
288c67c
stash: default listing to working-tree diff
by Jeff King
· 10 years ago
3ea8ecc
Merge branch 'ep/shell-assign-and-export-vars'
by Junio C Hamano
· 11 years ago
bed137d
scripts: "export VAR=VALUE" construct is not portable
by Elia Pinto
· 11 years ago
d0ea45b
git-stash.sh: use the $( ... ) construct for command substitution
by Elia Pinto
· 11 years ago
6248be7
Merge branch 'jc/stash-pop-not-popped' into maint
by Junio C Hamano
· 11 years ago
10bdb20
Merge branch 'jc/stash-pop-not-popped'
by Junio C Hamano
· 11 years ago
2d4c993
stash pop: mention we did not drop the stash upon failing to apply
by Junio C Hamano
· 11 years ago
2a07e43
stash: handle specifying stashes with $IFS
by Øystein Walle
· 11 years ago
c1ebd90
Revert "git stash: avoid data loss when "git stash save" kills a directory"
by Junio C Hamano
· 11 years ago
a736531
git stash: avoid data loss when "git stash save" kills a directory
by Petr Baudis
· 12 years ago
bd514ca
stash: introduce 'git stash store'
by Ramkumar Ramachandra
· 12 years ago
0719f30
stash: simplify option parser for create
by Ramkumar Ramachandra
· 12 years ago
799beac
Merge branch 'ph/stash-rerere'
by Junio C Hamano
· 12 years ago
743bf6d
stash: invoke rerere in case of conflict
by Phil Hord
· 13 years ago
ed3c400
stash: use eval_gettextln correctly
by Ross Lagerwall
· 13 years ago
44df2e2
stash: Don't fail if work dir contains file named 'HEAD'
by Jonathon Mah
· 13 years ago
9eb765d
Merge branch 'bc/unstash-clean-crufts'
by Junio C Hamano
· 13 years ago
7474b8b
git-stash: remove untracked/ignored directories when stashed
by Brandon Casey
· 13 years ago
d88acc9
git-stash.sh: fix typo in error message
by Brandon Casey
· 13 years ago
6fdd50e
stash: take advantage of eval_gettextln
by Jon Seymour
· 13 years ago
22f4128
Merge branch 'dc/stash-con-untracked'
by Junio C Hamano
· 13 years ago
7875130
stash: Add --include-untracked option to stash and remove all untracked files
by David Caldwell
· 14 years ago
d4ca6c8
i18n: git-stash drop_stash say/die messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
eed1064
i18n: git-stash "unknown option" message
by Ævar Arnfjörð Bjarmason
· 14 years ago
155da74
i18n: git-stash die + eval_gettext $1 messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
777b6f1
i18n: git-stash die + eval_gettext $* messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
33ceddc
i18n: git-stash die + eval_gettext messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
b1440ce
i18n: git-stash die + gettext messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
Next »