summaryrefslogtreecommitdiff
path: root/Documentation/git-stash.txt
AgeCommit message (Expand)Author
2021-10-18stash: implement '--staged' option for 'push' and 'save'Sergey Organov
2021-05-22stash show: use stash.showIncludeUntracked even when diff options givenDenton Liu
2021-03-05stash show: learn stash.showIncludeUntrackedDenton Liu
2021-03-05stash show: teach --include-untracked and --only-untrackedDenton Liu
2021-02-11git-stash.txt: be explicit about subcommand optionsDenton Liu
2020-02-19stash push: support the --pathspec-from-file optionAlexandr Miloslavskiy
2020-02-19doc: stash: synchronize <pathspec> descriptionAlexandr Miloslavskiy
2020-02-19doc: stash: document more optionsAlexandr Miloslavskiy
2020-02-19doc: stash: split options from description (2)Alexandr Miloslavskiy
2020-02-19doc: stash: split options from description (1)Alexandr Miloslavskiy
2019-10-11doc(stash): clarify the description of `save`Johannes Schindelin
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-04-02doc: promote "git switch"Nguyễn Thái Ngọc Duy
2019-03-07stash: mention options in `show` synopsisPaul-Sebastian Ungureanu
2018-03-28git-stash.txt: remove extra square bracketThomas Gummerer
2017-11-22doc: prefer 'stash push' over 'stash save'Phil Hord
2017-10-27stash: mark "git stash save" deprecated in the man pageThomas Gummerer
2017-10-27stash: replace "git stash save" with "git stash push" in the documentationThomas Gummerer
2017-06-19stash: update documentation to use 'stash entry'Liam Beguin
2017-02-28stash: allow pathspecs in the no verb formThomas Gummerer
2017-02-28stash: use stash_push for no verb formThomas Gummerer
2017-02-28stash: teach 'push' (and 'create_stash') to honor pathspecThomas Gummerer
2017-02-20stash: introduce push verbThomas Gummerer
2017-02-13Documentation/stash: remove mention of git reset --hardThomas Gummerer
2016-10-26stash: allow stashes to be referenced by index onlyAaron M Watson
2015-08-31stash: allow "stash show" diff output configurableNamhyung Kim
2014-02-24stash doc: mention short form -k in save descriptionJohn Marshall
2013-08-14Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano
2013-07-01git stash: avoid data loss when "git stash save" kills a directoryPetr Baudis
2013-06-17stash: introduce 'git stash store'Ramkumar Ramachandra
2013-06-17stash doc: document short form -p in synopsisRamkumar Ramachandra
2013-06-17stash doc: add a warning about using createRamkumar Ramachandra
2012-12-10Documentation/git-stash.txt: add a missing verbSébastien Loriot
2012-04-26docs: stop using asciidoc no-inline-literalJeff King
2011-06-26stash: Add --include-untracked option to stash and remove all untracked filesDavid Caldwell
2011-05-05git-stash.txt: better docs for '--patch'Valentin Haenel
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2010-08-22detached-stash: update DocumentationJon Seymour
2010-02-18docs: don't talk about $GIT_DIR/refs/ everywhereJeff King
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2010-01-10Documentation: format full commands in typewriter fontThomas Rast
2009-10-20stash list: drop the default limit of 10 stashesThomas Rast
2009-10-13Merge branch 'maint-1.6.4' into maintJunio C Hamano
2009-10-12git-stash documentation: mention default options for 'list'Miklos Vajna
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano
2009-09-02stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy
2009-08-15DWIM 'git stash save -p' for 'git stash -p'Thomas Rast
2009-08-15Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano
2009-08-15Implement 'git stash save --patch'Thomas Rast
2009-08-10Document 'stash clear' recovery via unreachable commitsThomas Rast