contrib: fix misuses of "nor"
Signed-off-by: Justin Lebar <jlebar@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a58088abe2
commit
e34b272344
@ -280,7 +280,7 @@ case "$#,$also,$only,$amend" in
|
|||||||
0,,,*)
|
0,,,*)
|
||||||
;;
|
;;
|
||||||
*,,,*)
|
*,,,*)
|
||||||
only_include_assumed="# Explicit paths specified without -i nor -o; assuming --only paths..."
|
only_include_assumed="# Explicit paths specified without -i or -o; assuming --only paths..."
|
||||||
also=
|
also=
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -40,8 +40,8 @@ manual page.
|
|||||||
NOTES
|
NOTES
|
||||||
-----
|
-----
|
||||||
Subversion dumps do not record a separate author and committer for
|
Subversion dumps do not record a separate author and committer for
|
||||||
each revision, nor a separate display name and email address for
|
each revision, nor do they record a separate display name and email
|
||||||
each author. Like git-svn(1), 'svn-fe' will use the name
|
address for each author. Like git-svn(1), 'svn-fe' will use the name
|
||||||
|
|
||||||
---------
|
---------
|
||||||
user <user@UUID>
|
user <user@UUID>
|
||||||
|
Loading…
Reference in New Issue
Block a user