Jeff King <peff@xxxxxxxx> writes: > This is a run-on sentence; the comma after `2` should be a period. > > I'd also put an Oxford comma after `rename`, but that's a stylistic > choice. :) Will queue with this squashed in. Documentation/git-remote.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git c/Documentation/git-remote.txt w/Documentation/git-remote.txt index 7c84631343..31c29c9b31 100644 --- c/Documentation/git-remote.txt +++ w/Documentation/git-remote.txt @@ -208,9 +208,9 @@ EXIT STATUS On success, the exit status is `0`. -When subcommands such as 'add', 'rename' and 'remove' can't find the -remote in question the exit status is `2`, when the remote already -exists the exit status is `3`. +When subcommands such as 'add', 'rename', and 'remove' can't find the +remote in question, the exit status is `2`. When the remote already +exists, the exit status is `3`. On any other error, the exit status may be any other non-zero value.