This is round 3 of this series. Now improves the documentation of
'--patch' in various manpages in addition to better documenting
'interactive.singlekey' in config.txt and git-add.txt.
First patch brings the documentation in config.txt up-to-date. The
second patch documents the configuration in git-add manpage. The last
three patches improve the documentation for '--patch' in manpages of
git-checkout, git-reset and git-stash. Updating the synopsis in each
one, adding a link to the git-add manpage where the interactive
'--patch'-mode & 'interactive.singlekey' are described, and improving
the description for that option.
Note that the first patch is already included in pu (93556471), but I
included it here again since its part of the series. Is that the right
thing to do, or could I have dropped it?
Thanks to Peff and Junio for comments and advice.
V-
Valentin Haenel (5):
config.txt: 'interactive.singlekey; is used by...
git-add.txt: document 'interactive.singlekey'
git-reset.txt: better docs for '--patch'
git-stash.txt: better docs for '--patch'
git-checkout.txt: better docs for '--patch'
Documentation/config.txt | 5 +++--
Documentation/git-add.txt | 6 +++++-
Documentation/git-checkout.txt | 7 ++++---
Documentation/git-reset.txt | 7 ++++---
Documentation/git-stash.txt | 9 +++++----
5 files changed, 21 insertions(+), 13 deletions(-)