shithub: git9

Download patch

ref: 0abbe8702533d24e9690afed9711615ffdd04109
parent: dc13da152b281f506784d80f594350f08df2a95d
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Jan 18 14:42:51 EST 2021

git(1): fix flag in manpage

-a became -r, but the docs weren't completely synced

--- a/git.1.man
+++ b/git.1.man
@@ -332,7 +332,7 @@
 .I -r
 flag revises the contents of the previous commit, reusing the message.
 To a commit message,
-.I -a
+.I -r
 can be used in conjuction with
 .IR -m .