Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stash: simplify defaulting to "save" and reject unknown options | Matthieu Moy | 2009-09-01 | 1 | -0/+11 |
* | Make 'git stash -k' a short form for 'git stash save --keep-index' | Johannes Schindelin | 2009-07-31 | 1 | -0/+8 |
* | stash: teach quiet option | Stephen Boyd | 2009-06-18 | 1 | -0/+23 |
* | tests: use "git xyzzy" form (t0000 - t3599) | Nanako Shiraishi | 2008-09-03 | 1 | -1/+1 |
* | Add a test for "git stash branch" | Abhijit Menon-Sen | 2008-07-06 | 1 | -0/+60 |
* | fix whitespace violations in test scripts | Jeff King | 2008-06-14 | 1 | -1/+1 |
* | add test_cmp function for test scripts | Jeff King | 2008-03-13 | 1 | -1/+1 |
* | t3903-stash.sh: Add tests for new stash commands drop and pop | Brandon Casey | 2008-03-03 | 1 | -1/+45 |
* | t3903-stash.sh: Add missing '&&' to body of testcase | Brandon Casey | 2008-03-03 | 1 | -2/+2 |
* | Make sure git-stash works from subdirectory. | Junio C Hamano | 2007-07-25 | 1 | -0/+7 |
* | Teach git-stash to "apply --index" | Johannes Schindelin | 2007-07-06 | 1 | -0/+69 |