Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2009-10-12 23:37:39 +0400
committerJunio C Hamano <gitster@pobox.com>2009-10-13 03:16:36 +0400
commit0a0c342568458a15528778db1480dbbaa9a0b4d9 (patch)
tree14db003642ec96a4325b63466292cee86d5fa7eb /Documentation/git-stash.txt
parentac78b009398f8cab1f57d1ef62db21ac95e11ed1 (diff)
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.txt3
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>]::