Re: [PATCH] Update git-am documentation
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:04
Andrew Ruder [off-list ref] writes:
Documentation/git-am.txt missing several short versions of options. Added documentation for --resolvemsg=<msg> command-line option. Signed-off-by: Andrew Ruder <redacted> --- Sometimes it is a bit difficult to gauge intention by reading the code. :) My initial thought was that it was just to aid in scripting git-am and left it at that. But I'd still much rather have all command-line options in the man pages even if they are primarily for internal use as sometimes they still will find themself useful in atypical situations.
It is _solely_ (not "primarily") for git-rebase and not even for "scripting around". In other words, it is an implementation detail of git-rebase and I would rather reserve the right to update that implementation detail by not setting that in stone for users to abuse.