summaryrefslogtreecommitdiff
path: root/Documentation/git-stash.txt
AgeCommit message (Expand)Author
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
2008-02-03Documentation/git-stash.txt: Adjust SYNOPSIS command syntax (2)Jari Aalto
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-10-16Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues
2007-10-01git stash: document apply's --index switchMiklos Vajna
2007-08-07git-stash documentation: add missing backtickSteve Hoelzer
2007-08-07git-stash documentation: stash numbering starts at zero, not oneSteve Hoelzer
2007-07-19Document "git stash message..."しらいしななこ
2007-07-05Fix git-stash(1) markup.Junio C Hamano
2007-07-03git-stash: make "save" the default action again.Junio C Hamano
2007-07-02Documentation: quote {non-attributes} for asciidocJeff King
2007-07-02git-stash: fix "no arguments" case in documentationJeff King
2007-07-01git-stash: require "save" to be explicit and update documentationJunio C Hamano
2007-07-01Document git-stashしらいしななこ