Age | Commit message (Expand) | Author | Files | Lines |
2017-06-18 | stash: update documentation to use 'stash entry' | Liam Beguin | 1 | -29/+31 |
2017-02-28 | stash: allow pathspecs in the no verb form | Thomas Gummerer | 1 | -4/+7 |
2017-02-28 | stash: use stash_push for no verb form | Thomas Gummerer | 1 | -4/+4 |
2017-02-28 | stash: teach 'push' (and 'create_stash') to honor pathspec | Thomas Gummerer | 1 | -1/+8 |
2017-02-19 | stash: introduce push verb | Thomas Gummerer | 1 | -0/+3 |
2017-02-13 | Documentation/stash: remove mention of git reset --hard | Thomas Gummerer | 1 | -2/+3 |
2016-10-26 | stash: allow stashes to be referenced by index only | Aaron M Watson | 1 | -1/+2 |
2015-08-31 | stash: allow "stash show" diff output configurable | Namhyung Kim | 1 | -0/+2 |
2014-02-24 | stash doc: mention short form -k in save description | John Marshall | 1 | -1/+1 |
2013-08-14 | Revert "git stash: avoid data loss when "git stash save" kills a directory" | Junio C Hamano | 1 | -10/+2 |
2013-07-01 | git stash: avoid data loss when "git stash save" kills a directory | Petr Baudis | 1 | -2/+10 |
2013-06-17 | stash: introduce 'git stash store' | Ramkumar Ramachandra | 1 | -0/+7 |
2013-06-17 | stash doc: document short form -p in synopsis | Ramkumar Ramachandra | 1 | -1/+1 |
2013-06-17 | stash doc: add a warning about using create | Ramkumar Ramachandra | 1 | -1/+3 |
2012-12-10 | Documentation/git-stash.txt: add a missing verb | Sébastien Loriot | 1 | -1/+1 |
2012-04-26 | docs: stop using asciidoc no-inline-literal | Jeff King | 1 | -9/+9 |
2011-06-26 | stash: Add --include-untracked option to stash and remove all untracked files | David Caldwell | 1 | -2/+8 |
2011-05-05 | git-stash.txt: better docs for '--patch' | Valentin Haenel | 1 | -4/+5 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -4/+0 |
2010-08-21 | detached-stash: update Documentation | Jon Seymour | 1 | -5/+11 |
2010-02-17 | docs: don't talk about $GIT_DIR/refs/ everywhere | Jeff King | 1 | -1/+1 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -3/+3 |
2010-01-10 | Documentation: format full commands in typewriter font | Thomas Rast | 1 | -1/+1 |
2009-10-19 | stash list: drop the default limit of 10 stashes | Thomas Rast | 1 | -2/+1 |
2009-10-13 | Merge branch 'maint-1.6.4' into maint | Junio C Hamano | 1 | -1/+2 |
2009-10-12 | git-stash documentation: mention default options for 'list' | Miklos Vajna | 1 | -1/+2 |
2009-09-07 | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 1 | -5/+17 |
2009-09-01 | stash: simplify defaulting to "save" and reject unknown options | Matthieu Moy | 1 | -4/+5 |
2009-08-15 | DWIM 'git stash save -p' for 'git stash -p' | Thomas Rast | 1 | -1/+1 |
2009-08-15 | Merge branch 'js/stash-dwim' into tr/reset-checkout-patch | Junio C Hamano | 1 | -1/+2 |
2009-08-15 | Implement 'git stash save --patch' | Thomas Rast | 1 | -2/+12 |
2009-08-09 | Document 'stash clear' recovery via unreachable commits | Thomas Rast | 1 | -1/+16 |
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 |