summaryrefslogtreecommitdiff
path: root/Documentation/git-stash.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-7/+10
|\
| * doc txt & -h consistency: make "stash" consistentÆvar Arnfjörð Bjarmason2022-10-131-1/+4
| * stash doc SYNOPSIS & -h: correct padding around "[]()"Ævar Arnfjörð Bjarmason2022-10-131-6/+6
| * doc txt & -h consistency: fix incorrect alternates syntaxÆvar Arnfjörð Bjarmason2022-10-131-3/+3
* | docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason2022-09-071-0/+7
|/
* stash: implement '--staged' option for 'push' and 'save'Sergey Organov2021-10-181-3/+31
* stash show: use stash.showIncludeUntracked even when diff options givenDenton Liu2021-05-221-2/+4
* stash show: learn stash.showIncludeUntrackedDenton Liu2021-03-051-2/+2
* stash show: teach --include-untracked and --only-untrackedDenton Liu2021-03-051-5/+13
* git-stash.txt: be explicit about subcommand optionsDenton Liu2021-02-111-4/+4
* stash push: support the --pathspec-from-file optionAlexandr Miloslavskiy2020-02-191-1/+19
* doc: stash: synchronize <pathspec> descriptionAlexandr Miloslavskiy2020-02-191-2/+4
* doc: stash: document more optionsAlexandr Miloslavskiy2020-02-191-0/+12
* doc: stash: split options from description (2)Alexandr Miloslavskiy2020-02-191-35/+57
* doc: stash: split options from description (1)Alexandr Miloslavskiy2020-02-191-33/+35
* doc(stash): clarify the description of `save`Johannes Schindelin2019-10-111-2/+3
* Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-4/+5
|\
| * doc: promote "git switch"Nguyễn Thái Ngọc Duy2019-04-021-4/+5
* | stash: mention options in `show` synopsisPaul-Sebastian Ungureanu2019-03-071-2/+2
|/
* git-stash.txt: remove extra square brackettg/stash-doc-typofixThomas Gummerer2018-03-271-1/+1
* doc: prefer 'stash push' over 'stash save'tg/deprecate-stash-savePhil Hord2017-11-221-2/+2
* stash: mark "git stash save" deprecated in the man pageThomas Gummerer2017-10-271-3/+6
* stash: replace "git stash save" with "git stash push" in the documentationThomas Gummerer2017-10-271-6/+6
* stash: update documentation to use 'stash entry'Liam Beguin2017-06-181-29/+31
* stash: allow pathspecs in the no verb formtg/stash-pushThomas Gummerer2017-02-281-4/+7
* stash: use stash_push for no verb formThomas Gummerer2017-02-281-4/+4
* stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer2017-02-281-1/+8
* stash: introduce push verbThomas Gummerer2017-02-191-0/+3
* Documentation/stash: remove mention of git reset --hardtg/stash-doc-cleanupThomas Gummerer2017-02-131-2/+3
* 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
|\ \