You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\fBgit\-coauthor\fR\- List, add or delete Git coauthors
4
4
.SH SYNOPSIS
5
5
\fBgitcoauthor\fR [-d] [\fIalias\.\.\.\fR]
6
6
.SH DESCRIPTION
7
-
Manage coauthors on the HEAD commit using configured aliases.
7
+
Git coauthor manages "Co-authored-by" lines on the HEAD commit\. Coauthors may be specified as name or email details from the repository's commit history or as aliases configured via Git config\.
8
8
.SH OPTIONS
9
9
.TP
10
10
\fB\-d,\-\-delete\fR
@@ -16,42 +16,54 @@ Print help\.
16
16
\fB\-v\,\-\-version\fR
17
17
Print the version\.
18
18
.SH CONFIGURATION
19
-
Add a coauthor to the Git configuration:
19
+
Optionally, coauthor aliases can be added to the Git config:
Copy file name to clipboardExpand all lines: script/manpage.sh
+19-7Lines changed: 19 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ cat << EOF > man/git-coauthor.1
21
21
.SH SYNOPSIS
22
22
\fBgit coauthor\fR [-d] [\fIalias \.\.\.\fR]
23
23
.SH DESCRIPTION
24
-
Manage coauthors on the HEAD commit using configured aliases.
24
+
Git coauthor manages "Co-authored-by" lines on the HEAD commit\. Coauthors may be specified as name or email details from the repository's commit history or as aliases configured via Git config\.
25
25
.SH OPTIONS
26
26
.TP
27
27
\fB\-d, \-\-delete\fR
@@ -33,43 +33,55 @@ Print help\.
33
33
\fB\-v\, \-\-version\fR
34
34
Print the version\.
35
35
.SH CONFIGURATION
36
-
Add a coauthor to the Git configuration:
36
+
Optionally, coauthor aliases can be added to the Git config:
0 commit comments