shithub: git9

Download patch

ref: ee74d9640a929c4f464dba51079820150eb8e374
parent: 4c9069c7f10fd38ffc96e465650054c88dd72c91
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Apr 7 11:20:50 EDT 2020

sync manpage with implementation: -b => -c

All other commands use '-c' to specify a commit,
branch, or other way of specifying a commit, so
git/diff was changed to match. The manpage wasn't
updated. Now it is.

--- a/git.1
+++ b/git.1
@@ -42,7 +42,7 @@
 .PP
 .B git/diff
 [
-.B -b
+.B -c
 .I branch
 ]
 [
@@ -309,7 +309,7 @@
 .I HEAD
 commit.
 When passed the
-.I -b base
+.I -c base
 option, the diff is computed against
 .I base
 instead of