diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2009-10-12 21:37:39 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-12 16:16:36 -0700 |
commit | 0a0c342568458a15528778db1480dbbaa9a0b4d9 (patch) | |
tree | 14db003642ec96a4325b63466292cee86d5fa7eb /Documentation/git-stash.txt | |
parent | ac78b009398f8cab1f57d1ef62db21ac95e11ed1 (diff) | |
download | git-0a0c342568458a15528778db1480dbbaa9a0b4d9.tar.gz |
git-stash documentation: mention default options for 'list'
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-stash.txt')
-rw-r--r-- | Documentation/git-stash.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 1c64a02fe5..3ff653de84 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -66,7 +66,8 @@ stash@{1}: On master: 9cc0589... Add git-stash ---------------------------------------------------------------- + The command takes options applicable to the 'git-log' -command to control what is shown and how. See linkgit:git-log[1]. +command to control what is shown and how. If no options are set, the +default is `-n 10`. See linkgit:git-log[1]. show [<stash>]:: |