aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-24 10:48:09 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-24 10:48:09 -0800
commitc6788b1f45c6da1139570430b998028e3d2af590 (patch)
tree909c94a7ad7b45e7873b0223c822f586cc9b157b
parenteccf97c386ea970cc1fa6e6387f4786d05ecd76e (diff)
parent115a40add6140577978bdd3742f63eb3fdd00c80 (diff)
downloadgit-c6788b1f45c6da1139570430b998028e3d2af590.tar.gz
git-c6788b1f45c6da1139570430b998028e3d2af590.tar.xz
Merge branch 'dr/doc-check-ref-format-normalize'
Doc update. * dr/doc-check-ref-format-normalize: git-check-ref-format: clarify documentation for --normalize
-rw-r--r--Documentation/git-check-ref-format.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt
index 8611a9912..92777cef2 100644
--- a/Documentation/git-check-ref-format.txt
+++ b/Documentation/git-check-ref-format.txt
@@ -100,10 +100,10 @@ OPTIONS
--normalize::
Normalize 'refname' by removing any leading slash (`/`)
characters and collapsing runs of adjacent slashes between
- name components into a single slash. Iff the normalized
+ name components into a single slash. If the normalized
refname is valid then print it to standard output and exit
- with a status of 0. (`--print` is a deprecated way to spell
- `--normalize`.)
+ with a status of 0, otherwise exit with a non-zero status.
+ (`--print` is a deprecated way to spell `--normalize`.)
EXAMPLES