summaryrefslogtreecommitdiff
path: root/Documentation/git-stash.txt
Commit message (Expand)AuthorAgeFilesLines
* stash: allow stashes to be referenced by index onlyaw/numbered-stashAaron M Watson2016-10-261-1/+2
* stash: allow "stash show" diff output configurablenk/stash-show-configNamhyung Kim2015-08-311-0/+2
* stash doc: mention short form -k in save descriptionjm/stash-doc-k-for-keepJohn Marshall2014-02-241-1/+1
* Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano2013-08-141-10/+2
* git stash: avoid data loss when "git stash save" kills a directoryPetr Baudis2013-07-011-2/+10
* stash: introduce 'git stash store'Ramkumar Ramachandra2013-06-171-0/+7
* stash doc: document short form -p in synopsisRamkumar Ramachandra2013-06-171-1/+1
* stash doc: add a warning about using createRamkumar Ramachandra2013-06-171-1/+3
* Documentation/git-stash.txt: add a missing verbSébastien Loriot2012-12-101-1/+1
* docs: stop using asciidoc no-inline-literalJeff King2012-04-261-9/+9
* stash: Add --include-untracked option to stash and remove all untracked filesDavid Caldwell2011-06-261-2/+8
* git-stash.txt: better docs for '--patch'Valentin Haenel2011-05-051-4/+5
* doc: drop author/documentation sections from most pagesJeff King2011-03-111-4/+0
* detached-stash: update DocumentationJon Seymour2010-08-211-5/+11
* docs: don't talk about $GIT_DIR/refs/ everywhereJeff King2010-02-171-1/+1
* Documentation: spell 'git cmd' without dash throughoutThomas Rast2010-01-101-3/+3
* Documentation: format full commands in typewriter fontThomas Rast2010-01-101-1/+1
* stash list: drop the default limit of 10 stashesThomas Rast2009-10-191-2/+1
* Merge branch 'maint-1.6.4' into maintJunio C Hamano2009-10-131-1/+2
|\
| * git-stash documentation: mention default options for 'list'Miklos Vajna2009-10-121-1/+2
* | Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-071-5/+17
|\ \
| * | stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-011-4/+5
| * | DWIM 'git stash save -p' for 'git stash -p'Thomas Rast2009-08-151-1/+1
| * | Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano2009-08-151-1/+2
| |\ \
| | * | Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-311-1/+2
| | |/
| * | Implement 'git stash save --patch'Thomas Rast2009-08-151-2/+12
| |/
* | Document 'stash clear' recovery via unreachable commitsThomas Rast2009-08-091-1/+16
|/
* stash: teach quiet optionStephen Boyd2009-06-181-7/+8
* Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor2009-06-091-8/+8
* Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2009-05-301-14/+16
* Documentation: minor cleanup in a use case in 'git stash' manualSZEDER Gábor2008-09-011-1/+1
* Documentation: fix disappeared lines in 'git stash' manpageSZEDER Gábor2008-09-011-7/+7
* git-stash: improve synopsis in help and manual pageStephan Beyer2008-08-161-3/+10
* Merge branch 'am/stash-branch'Junio C Hamano2008-07-131-1/+18
|\
| * Implement "git stash branch <newbranch> <stash>"Abhijit Menon-Sen2008-07-051-1/+18
* | Merge branch 'sg/stash-k-i'Junio C Hamano2008-07-131-1/+22
|\ \
| * | Documentation: tweak use case in "git stash save --keep-index"Eric Raible2008-07-081-7/+8
| * | stash: introduce 'stash save --keep-index' optionSZEDER Gábor2008-07-051-1/+21
| |/
* | manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-3/+3
|/
* Documentation formatting and cleanupJonathan Nieder2008-07-011-6/+6
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-011-6/+6
* documentation: move git(7) to git(1)Christian Couder2008-06-061-1/+1
* git-stash: add new 'pop' subcommandBrandon Casey2008-02-221-1/+7
* git-stash: add new 'drop' subcommandBrandon Casey2008-02-221-1/+6
* Documentation/git-stash: document options for git stash listMiklos Vajna2008-02-201-1/+4
* Documentation/git-stash.txt: Adjust SYNOPSIS command syntax (2)Jari Aalto2008-02-031-3/+4
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-061-5/+5
* Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues2007-10-151-1/+1
* git stash: document apply's --index switchMiklos Vajna2007-10-011-1/+6
* git-stash documentation: add missing backtickSteve Hoelzer2007-08-071-1/+1