We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eccf97c + 115a40a commit c6788b1Copy full SHA for c6788b1
Documentation/git-check-ref-format.txt
@@ -100,10 +100,10 @@ OPTIONS
100
--normalize::
101
Normalize 'refname' by removing any leading slash (`/`)
102
characters and collapsing runs of adjacent slashes between
103
- name components into a single slash. Iff the normalized
+ name components into a single slash. If the normalized
104
refname is valid then print it to standard output and exit
105
- with a status of 0. (`--print` is a deprecated way to spell
106
- `--normalize`.)
+ with a status of 0, otherwise exit with a non-zero status.
+ (`--print` is a deprecated way to spell `--normalize`.)
107
108
109
EXAMPLES
0 commit comments