Age | Commit message (Expand) | Author | Files | Lines |
2009-07-31 | Make 'git stash -k' a short form for 'git stash save --keep-index' | Johannes Schindelin | 1 | -1/+2 |
2009-06-18 | stash: teach quiet option | Stephen Boyd | 1 | -7/+8 |
2009-06-09 | Documentation: mention 'git stash pop --index' option explicitly | SZEDER Gábor | 1 | -8/+8 |
2009-05-30 | Documentation: teach stash/pop workflow instead of stash/apply | Thomas Rast | 1 | -14/+16 |
2008-09-01 | Documentation: minor cleanup in a use case in 'git stash' manual | SZEDER Gábor | 1 | -1/+1 |
2008-09-01 | Documentation: fix disappeared lines in 'git stash' manpage | SZEDER Gábor | 1 | -7/+7 |
2008-08-16 | git-stash: improve synopsis in help and manual page | Stephan Beyer | 1 | -3/+10 |
2008-07-13 | Merge branch 'am/stash-branch' | Junio C Hamano | 1 | -1/+18 |
2008-07-13 | Merge branch 'sg/stash-k-i' | Junio C Hamano | 1 | -1/+22 |
2008-07-08 | Documentation: tweak use case in "git stash save --keep-index" | Eric Raible | 1 | -7/+8 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -3/+3 |
2008-07-05 | stash: introduce 'stash save --keep-index' option | SZEDER Gábor | 1 | -1/+21 |
2008-07-05 | Implement "git stash branch <newbranch> <stash>" | Abhijit Menon-Sen | 1 | -1/+18 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -6/+6 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -6/+6 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-02-22 | git-stash: add new 'pop' subcommand | Brandon Casey | 1 | -1/+7 |
2008-02-22 | git-stash: add new 'drop' subcommand | Brandon Casey | 1 | -1/+6 |
2008-02-20 | Documentation/git-stash: document options for git stash list | Miklos Vajna | 1 | -1/+4 |
2008-02-03 | Documentation/git-stash.txt: Adjust SYNOPSIS command syntax (2) | Jari Aalto | 1 | -3/+4 |
2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -5/+5 |
2007-10-15 | Fix some typos, punctuation, missing words, minor markup. | Ralf Wildenhues | 1 | -1/+1 |
2007-10-01 | git stash: document apply's --index switch | Miklos Vajna | 1 | -1/+6 |
2007-08-07 | git-stash documentation: add missing backtick | Steve Hoelzer | 1 | -1/+1 |
2007-08-07 | git-stash documentation: stash numbering starts at zero, not one | Steve Hoelzer | 1 | -3/+3 |
2007-07-18 | Document "git stash message..." | しらいしななこ | 1 | -4/+7 |
2007-07-04 | Fix git-stash(1) markup. | Junio C Hamano | 1 | -1/+1 |
2007-07-02 | git-stash: make "save" the default action again. | Junio C Hamano | 1 | -3/+4 |
2007-07-01 | Documentation: quote {non-attributes} for asciidoc | Jeff King | 1 | -4/+4 |
2007-07-01 | git-stash: fix "no arguments" case in documentation | Jeff King | 1 | -2/+2 |
2007-07-01 | git-stash: require "save" to be explicit and update documentation | Junio C Hamano | 1 | -29/+28 |
2007-06-30 | Document git-stash | しらいしななこ | 1 | -0/+162 |