aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-stash.txt
Commit message (Expand)AuthorAge
* doc: prefer 'stash push' over 'stash save'Phil Hord2017-11-22
* stash: mark "git stash save" deprecated in the man pageThomas Gummerer2017-10-27
* stash: replace "git stash save" with "git stash push" in the documentationThomas Gummerer2017-10-27
* stash: update documentation to use 'stash entry'Liam Beguin2017-06-18
* stash: allow pathspecs in the no verb formThomas Gummerer2017-02-28
* stash: use stash_push for no verb formThomas Gummerer2017-02-28
* stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer2017-02-28
* stash: introduce push verbThomas Gummerer2017-02-19
* Documentation/stash: remove mention of git reset --hardThomas Gummerer2017-02-13
* stash: allow stashes to be referenced by index onlyAaron M Watson2016-10-26
* stash: allow "stash show" diff output configurableNamhyung Kim2015-08-31
* stash doc: mention short form -k in save descriptionJohn Marshall2014-02-24
* Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano2013-08-14
* git stash: avoid data loss when "git stash save" kills a directoryPetr Baudis2013-07-01
* stash: introduce 'git stash store'Ramkumar Ramachandra2013-06-17
* stash doc: document short form -p in synopsisRamkumar Ramachandra2013-06-17
* stash doc: add a warning about using createRamkumar Ramachandra2013-06-17
* Documentation/git-stash.txt: add a missing verbSébastien Loriot2012-12-10
* docs: stop using asciidoc no-inline-literalJeff King2012-04-26
* stash: Add --include-untracked option to stash and remove all untracked filesDavid Caldwell2011-06-26
* git-stash.txt: better docs for '--patch'Valentin Haenel2011-05-05
* doc: drop author/documentation sections from most pagesJeff King2011-03-11
* detached-stash: update DocumentationJon Seymour2010-08-21
* docs: don't talk about $GIT_DIR/refs/ everywhereJeff King2010-02-17
* Documentation: spell 'git cmd' without dash throughoutThomas Rast2010-01-10
* Documentation: format full commands in typewriter fontThomas Rast2010-01-10
* stash list: drop the default limit of 10 stashesThomas Rast2009-10-19
* Merge branch 'maint-1.6.4' into maintJunio C Hamano2009-10-13
|\
| * git-stash documentation: mention default options for 'list'Miklos Vajna2009-10-12
* | Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-07
|\ \
| * | stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-01
| * | DWIM 'git stash save -p' for 'git stash -p'Thomas Rast2009-08-15
| * | Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano2009-08-15
| |\ \
| | * | Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-31
| | |/
| * | Implement 'git stash save --patch'Thomas Rast2009-08-15
| |/
* | Document 'stash clear' recovery via unreachable commitsThomas Rast2009-08-09
|/
* stash: teach quiet optionStephen Boyd2009-06-18
* Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor2009-06-09
* Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2009-05-30
* Documentation: minor cleanup in a use case in 'git stash' manualSZEDER Gábor2008-09-01
* Documentation: fix disappeared lines in 'git stash' manpageSZEDER Gábor2008-09-01
* git-stash: improve synopsis in help and manual pageStephan Beyer2008-08-16
* Merge branch 'am/stash-branch'Junio C Hamano2008-07-13
|\
| * Implement "git stash branch <newbranch> <stash>"Abhijit Menon-Sen2008-07-05
* | Merge branch 'sg/stash-k-i'Junio C Hamano2008-07-13
|\ \
| * | Documentation: tweak use case in "git stash save --keep-index"Eric Raible2008-07-08
| * | stash: introduce 'stash save --keep-index' optionSZEDER Gábor2008-07-05
| |/
* | manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-05
|/
* Documentation formatting and cleanupJonathan Nieder2008-07-01
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-01