index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-stash.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
stash: implement '--staged' option for 'push' and 'save'
Sergey Organov
2021-10-18
1
-3
/
+31
*
stash show: use stash.showIncludeUntracked even when diff options given
Denton Liu
2021-05-22
1
-2
/
+4
*
stash show: learn stash.showIncludeUntracked
Denton Liu
2021-03-05
1
-2
/
+2
*
stash show: teach --include-untracked and --only-untracked
Denton Liu
2021-03-05
1
-5
/
+13
*
git-stash.txt: be explicit about subcommand options
Denton Liu
2021-02-11
1
-4
/
+4
*
stash push: support the --pathspec-from-file option
Alexandr Miloslavskiy
2020-02-19
1
-1
/
+19
*
doc: stash: synchronize <pathspec> description
Alexandr Miloslavskiy
2020-02-19
1
-2
/
+4
*
doc: stash: document more options
Alexandr Miloslavskiy
2020-02-19
1
-0
/
+12
*
doc: stash: split options from description (2)
Alexandr Miloslavskiy
2020-02-19
1
-35
/
+57
*
doc: stash: split options from description (1)
Alexandr Miloslavskiy
2020-02-19
1
-33
/
+35
*
doc(stash): clarify the description of `save`
Johannes Schindelin
2019-10-11
1
-2
/
+3
*
Merge branch 'nd/switch-and-restore'
Junio C Hamano
2019-07-10
1
-4
/
+5
|
\
|
*
doc: promote "git switch"
Nguyễn Thái Ngọc Duy
2019-04-02
1
-4
/
+5
*
|
stash: mention options in `show` synopsis
Paul-Sebastian Ungureanu
2019-03-07
1
-2
/
+2
|
/
*
git-stash.txt: remove extra square bracket
Thomas Gummerer
2018-03-28
1
-1
/
+1
*
doc: prefer 'stash push' over 'stash save'
Phil Hord
2017-11-22
1
-2
/
+2
*
stash: mark "git stash save" deprecated in the man page
Thomas Gummerer
2017-10-27
1
-3
/
+6
*
stash: replace "git stash save" with "git stash push" in the documentation
Thomas Gummerer
2017-10-27
1
-6
/
+6
*
stash: update documentation to use 'stash entry'
Liam Beguin
2017-06-19
1
-29
/
+31
*
stash: allow pathspecs in the no verb form
Thomas Gummerer
2017-02-28
1
-4
/
+7
*
stash: use stash_push for no verb form
Thomas Gummerer
2017-02-28
1
-4
/
+4
*
stash: teach 'push' (and 'create_stash') to honor pathspec
Thomas Gummerer
2017-02-28
1
-1
/
+8
*
stash: introduce push verb
Thomas Gummerer
2017-02-20
1
-0
/
+3
*
Documentation/stash: remove mention of git reset --hard
Thomas Gummerer
2017-02-13
1
-2
/
+3
*
stash: allow stashes to be referenced by index only
Aaron M Watson
2016-10-26
1
-1
/
+2
*
stash: allow "stash show" diff output configurable
Namhyung Kim
2015-08-31
1
-0
/
+2
*
stash doc: mention short form -k in save description
John Marshall
2014-02-24
1
-1
/
+1
*
Revert "git stash: avoid data loss when "git stash save" kills a directory"
Junio C Hamano
2013-08-14
1
-10
/
+2
*
git stash: avoid data loss when "git stash save" kills a directory
Petr Baudis
2013-07-01
1
-2
/
+10
*
stash: introduce 'git stash store'
Ramkumar Ramachandra
2013-06-17
1
-0
/
+7
*
stash doc: document short form -p in synopsis
Ramkumar Ramachandra
2013-06-17
1
-1
/
+1
*
stash doc: add a warning about using create
Ramkumar Ramachandra
2013-06-17
1
-1
/
+3
*
Documentation/git-stash.txt: add a missing verb
Sébastien Loriot
2012-12-10
1
-1
/
+1
*
docs: stop using asciidoc no-inline-literal
Jeff King
2012-04-26
1
-9
/
+9
*
stash: Add --include-untracked option to stash and remove all untracked files
David Caldwell
2011-06-26
1
-2
/
+8
*
git-stash.txt: better docs for '--patch'
Valentin Haenel
2011-05-05
1
-4
/
+5
*
doc: drop author/documentation sections from most pages
Jeff King
2011-03-11
1
-4
/
+0
*
detached-stash: update Documentation
Jon Seymour
2010-08-22
1
-5
/
+11
*
docs: don't talk about $GIT_DIR/refs/ everywhere
Jeff King
2010-02-18
1
-1
/
+1
*
Documentation: spell 'git cmd' without dash throughout
Thomas Rast
2010-01-10
1
-3
/
+3
*
Documentation: format full commands in typewriter font
Thomas Rast
2010-01-10
1
-1
/
+1
*
stash list: drop the default limit of 10 stashes
Thomas Rast
2009-10-20
1
-2
/
+1
*
Merge branch 'maint-1.6.4' into maint
Junio C Hamano
2009-10-13
1
-1
/
+2
|
\
|
*
git-stash documentation: mention default options for 'list'
Miklos Vajna
2009-10-13
1
-1
/
+2
*
|
Merge branch 'tr/reset-checkout-patch'
Junio C Hamano
2009-09-08
1
-5
/
+17
|
\
\
|
*
|
stash: simplify defaulting to "save" and reject unknown options
Matthieu Moy
2009-09-02
1
-4
/
+5
|
*
|
DWIM 'git stash save -p' for 'git stash -p'
Thomas Rast
2009-08-16
1
-1
/
+1
|
*
|
Merge branch 'js/stash-dwim' into tr/reset-checkout-patch
Junio C Hamano
2009-08-16
1
-1
/
+2
|
|
\
\
|
|
*
|
Make 'git stash -k' a short form for 'git stash save --keep-index'
Johannes Schindelin
2009-07-31
1
-1
/
+2
|
|
|
/
|
*
/
Implement 'git stash save --patch'
Thomas Rast
2009-08-16
1
-2
/
+12
|
|
/
[next]