]> git.ipfire.org Git - thirdparty/git.git/commit
git-stash.txt: be explicit about subcommand options
authorDenton Liu <liu.denton@gmail.com>
Tue, 9 Feb 2021 07:28:47 +0000 (23:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Feb 2021 21:34:58 +0000 (13:34 -0800)
commitd6ab8b192907f72c415ad6aaa416f7b3b994c703
tree321b2b64283f7ba6ddec6f811c9cbb4d3d3ffa23
parent1d4f2316c5b767ccbf20cc3d55c98d1f92e6e1ce
git-stash.txt: be explicit about subcommand options

Currently, the options for the `list` and `show` subcommands are just
listed as `<options>`. This seems to imply, from a cursory glance at the
summary, that they take the stash options listed below. However, reading
more carefully, we see that they take log options and diff options
respectively.

Make it more obvious that they take log and diff options by explicitly
stating this in the subcommand summary.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt