documentation: fix singular vs. plural
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
401a4e257e
commit
6cc668c0ab
@ -26,7 +26,7 @@ arguments. Here are the rules:
|
||||
accept dashed options after you have already given non-option
|
||||
arguments (which may make the command ambiguous), but you should
|
||||
not rely on it (because eventually we may find a way to fix
|
||||
these ambiguity by enforcing the "options then args" rule).
|
||||
these ambiguities by enforcing the "options then args" rule).
|
||||
|
||||
* Revisions come first and then paths.
|
||||
E.g. in `git diff v1.0 v2.0 arch/x86 include/asm-x86`,
|
||||
|
Reference in New Issue
Block a user