I learned of "git cherry" some days ago, but only learned of --cherry and related options to "git log" today[1] (more-or-less by chance). If the git-cherry(1) manpage had mentioned --cherry, I would have learned of these options sooner. [1]: Thu, 11 Apr 2013 Signed-off-by: Samuel Bronson <naesten@xxxxxxxxx> --- Documentation/git-cherry.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/git-cherry.txt b/Documentation/git-cherry.txt index 0ea921a..cff9ae5 100644 --- a/Documentation/git-cherry.txt +++ b/Documentation/git-cherry.txt @@ -138,7 +138,8 @@ $ git cherry origin/master topic base SEE ALSO -------- -linkgit:git-patch-id[1] +linkgit:git-patch-id[1], +the `--cherry` option to linkgit:git-log[1] GIT --- -- 1.8.4.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html