diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-07-02 01:45:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-02 01:45:57 -0700 |
commit | 7425dcc95e11c20dc4663d7a376dc9ba0424d843 (patch) | |
tree | 91068e5a244976b0d2d12516f4c1814d8338bccc /.gitignore | |
parent | f36db549057f09dd390d712fa2d72dd2599feba6 (diff) | |
parent | 9a5391cf1836fa1b66f3c89ce9b38f8249bb0521 (diff) | |
download | git-7425dcc95e11c20dc4663d7a376dc9ba0424d843.tar.gz |
Merge branch 'ns/stash'
* ns/stash:
Documentation: quote {non-attributes} for asciidoc
git-stash: don't complain when listing in a repo with no stash
git-stash: fix "can't shift that many" with no arguments
git-stash: fix "no arguments" case in documentation
git-stash: require "save" to be explicit and update documentation
Document git-stash
Add git-stash script
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a2a617dc62..20ee642420 100644 --- a/.gitignore +++ b/.gitignore @@ -124,6 +124,7 @@ git-ssh-fetch git-ssh-pull git-ssh-push git-ssh-upload +git-stash git-status git-stripspace git-submodule |