Skip to content

Commit 9ecb2a7

Browse files
committed
Merge branch 'maint'
* maint: git-stash documentation: mention default options for 'list'
2 parents 77abcbd + 6ff9ae9 commit 9ecb2a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-stash.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ stash@{1}: On master: 9cc0589... Add git-stash
7878
----------------------------------------------------------------
7979
+
8080
The command takes options applicable to the 'git-log'
81-
command to control what is shown and how. See linkgit:git-log[1].
81+
command to control what is shown and how. If no options are set, the
82+
default is `-n 10`. See linkgit:git-log[1].
8283

8384
show [<stash>]::
8485

0 commit comments

Comments
 (0)