summaryrefslogtreecommitdiff
path: root/Documentation/git-stash.txt
AgeCommit message (Expand)Author
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
2009-07-31Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin
2009-06-18stash: teach quiet optionStephen Boyd
2009-06-09Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor
2009-05-31Documentation: teach stash/pop workflow instead of stash/applyThomas Rast
2008-09-02Documentation: minor cleanup in a use case in 'git stash' manualSZEDER Gábor
2008-09-02Documentation: fix disappeared lines in 'git stash' manpageSZEDER Gábor
2008-08-16git-stash: improve synopsis in help and manual pageStephan Beyer
2008-07-13Merge branch 'am/stash-branch'Junio C Hamano
2008-07-13Merge branch 'sg/stash-k-i'Junio C Hamano
2008-07-08Documentation: tweak use case in "git stash save --keep-index"Eric Raible
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-05stash: introduce 'stash save --keep-index' optionSZEDER Gábor
2008-07-05Implement "git stash branch <newbranch> <stash>"Abhijit Menon-Sen
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-02-23git-stash: add new 'pop' subcommandBrandon Casey
2008-02-23git-stash: add new 'drop' subcommandBrandon Casey
2008-02-20Documentation/git-stash: document options for git stash listMiklos Vajna