aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-stash.txt
AgeCommit message (Expand)AuthorFilesLines
2023-06-12docs: typofixesLinus Arver1-1/+1
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-7/+10
2022-10-13doc txt & -h consistency: make "stash" consistentÆvar Arnfjörð Bjarmason1-1/+4
2022-10-13stash doc SYNOPSIS & -h: correct padding around "[]()"Ævar Arnfjörð Bjarmason1-6/+6
2022-10-13doc txt & -h consistency: fix incorrect alternates syntaxÆvar Arnfjörð Bjarmason1-3/+3
2022-09-07docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason1-0/+7
2021-10-18stash: implement '--staged' option for 'push' and 'save'Sergey Organov1-3/+31
2021-05-22stash show: use stash.showIncludeUntracked even when diff options givenDenton Liu1-2/+4
2021-03-05stash show: learn stash.showIncludeUntrackedDenton Liu1-2/+2
2021-03-05stash show: teach --include-untracked and --only-untrackedDenton Liu1-5/+13
2021-02-11git-stash.txt: be explicit about subcommand optionsDenton Liu1-4/+4
2020-02-19stash push: support the --pathspec-from-file optionAlexandr Miloslavskiy1-1/+19
2020-02-19doc: stash: synchronize <pathspec> descriptionAlexandr Miloslavskiy1-2/+4
2020-02-19doc: stash: document more optionsAlexandr Miloslavskiy1-0/+12
2020-02-19doc: stash: split options from description (2)Alexandr Miloslavskiy1-35/+57
2020-02-19doc: stash: split options from description (1)Alexandr Miloslavskiy1-33/+35
2019-10-11doc(stash): clarify the description of `save`Johannes Schindelin1-2/+3
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-4/+5
2019-04-02doc: promote "git switch"Nguyễn Thái Ngọc Duy1-4/+5
2019-03-07stash: mention options in `show` synopsisPaul-Sebastian Ungureanu1-2/+2
2018-03-27git-stash.txt: remove extra square bracketThomas Gummerer1-1/+1
2017-11-22doc: prefer 'stash push' over 'stash save'Phil Hord1-2/+2
2017-10-27stash: mark "git stash save" deprecated in the man pageThomas Gummerer1-3/+6
2017-10-27stash: replace "git stash save" with "git stash push" in the documentationThomas Gummerer1-6/+6
2017-06-18stash: update documentation to use 'stash entry'Liam Beguin1-29/+31
2017-02-28stash: allow pathspecs in the no verb formThomas Gummerer1-4/+7
2017-02-28stash: use stash_push for no verb formThomas Gummerer1-4/+4
2017-02-28stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer1-1/+8
2017-02-19stash: introduce push verbThomas Gummerer1-0/+3
2017-02-13Documentation/stash: remove mention of git reset --hardThomas Gummerer1-2/+3
2016-10-26stash: allow stashes to be referenced by index onlyAaron M Watson1-1/+2
2015-08-31stash: allow "stash show" diff output configurableNamhyung Kim1-0/+2
2014-02-24stash doc: mention short form -k in save descriptionJohn Marshall1-1/+1
2013-08-14Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano1-10/+2
2013-07-01git stash: avoid data loss when "git stash save" kills a directoryPetr Baudis1-2/+10
2013-06-17stash: introduce 'git stash store'Ramkumar Ramachandra1-0/+7
2013-06-17stash doc: document short form -p in synopsisRamkumar Ramachandra1-1/+1
2013-06-17stash doc: add a warning about using createRamkumar Ramachandra1-1/+3
2012-12-10Documentation/git-stash.txt: add a missing verbSébastien Loriot1-1/+1
2012-04-26docs: stop using asciidoc no-inline-literalJeff King1-9/+9
2011-06-26stash: Add --include-untracked option to stash and remove all untracked filesDavid Caldwell1-2/+8
2011-05-05git-stash.txt: better docs for '--patch'Valentin Haenel1-4/+5
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-4/+0
2010-08-21detached-stash: update DocumentationJon Seymour1-5/+11
2010-02-17docs: don't talk about $GIT_DIR/refs/ everywhereJeff King1-1/+1
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-3/+3
2010-01-10Documentation: format full commands in typewriter fontThomas Rast1-1/+1
2009-10-19stash list: drop the default limit of 10 stashesThomas Rast1-2/+1
2009-10-13Merge branch 'maint-1.6.4' into maintJunio C Hamano1-1/+2
2009-10-12git-stash documentation: mention default options for 'list'Miklos Vajna1-1/+2
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano1-5/+17
2009-09-01stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy1-4/+5
2009-08-15DWIM 'git stash save -p' for 'git stash -p'Thomas Rast1-1/+1
2009-08-15Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano1-1/+2
2009-08-15Implement 'git stash save --patch'Thomas Rast1-2/+12
2009-08-09Document 'stash clear' recovery via unreachable commitsThomas Rast1-1/+16
2009-07-31Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin1-1/+2
2009-06-18stash: teach quiet optionStephen Boyd1-7/+8
2009-06-09Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor1-8/+8
2009-05-30Documentation: teach stash/pop workflow instead of stash/applyThomas Rast1-14/+16
2008-09-01Documentation: minor cleanup in a use case in 'git stash' manualSZEDER Gábor1-1/+1
2008-09-01Documentation: fix disappeared lines in 'git stash' manpageSZEDER Gábor1-7/+7
2008-08-16git-stash: improve synopsis in help and manual pageStephan Beyer1-3/+10
2008-07-13Merge branch 'am/stash-branch'Junio C Hamano1-1/+18
2008-07-13Merge branch 'sg/stash-k-i'Junio C Hamano1-1/+22
2008-07-08Documentation: tweak use case in "git stash save --keep-index"Eric Raible1-7/+8
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-3/+3
2008-07-05stash: introduce 'stash save --keep-index' optionSZEDER Gábor1-1/+21
2008-07-05Implement "git stash branch <newbranch> <stash>"Abhijit Menon-Sen1-1/+18
2008-07-01Documentation formatting and cleanupJonathan Nieder1-6/+6
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-6/+6
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-02-22git-stash: add new 'pop' subcommandBrandon Casey1-1/+7
2008-02-22git-stash: add new 'drop' subcommandBrandon Casey1-1/+6
2008-02-20Documentation/git-stash: document options for git stash listMiklos Vajna1-1/+4
2008-02-03Documentation/git-stash.txt: Adjust SYNOPSIS command syntax (2)Jari Aalto1-3/+4
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-5/+5
2007-10-15Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues1-1/+1
2007-10-01git stash: document apply's --index switchMiklos Vajna1-1/+6
2007-08-07git-stash documentation: add missing backtickSteve Hoelzer1-1/+1
2007-08-07git-stash documentation: stash numbering starts at zero, not oneSteve Hoelzer1-3/+3
2007-07-18Document "git stash message..."しらいしななこ1-4/+7
2007-07-04Fix git-stash(1) markup.Junio C Hamano1-1/+1
2007-07-02git-stash: make "save" the default action again.Junio C Hamano1-3/+4
2007-07-01Documentation: quote {non-attributes} for asciidocJeff King1-4/+4
2007-07-01git-stash: fix "no arguments" case in documentationJeff King1-2/+2
2007-07-01git-stash: require "save" to be explicit and update documentationJunio C Hamano1-29/+28
2007-06-30Document git-stashしらいしななこ1-0/+162