Expand description
Modules§
Functions§
- name
- Validate a reference name running all the tests in the book. This disallows lower-case references, but allows
ones like
HEAD. - name_
partial - Validate a partial reference name. As it is assumed to be partial, names like
some-nameis allowed even though these would be disallowed with when usingname().