Merge branch 'ep/doc-check-ref-format-example'

A shell script example in check-ref-format documentation has been
fixed.

* ep/doc-check-ref-format-example:
  git-check-ref-format.txt: fixup documentation
maint
Junio C Hamano 2016-09-26 16:09:17 -07:00
commit 2a1f3fe6e3
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ $ git check-ref-format --branch @{-1}
+ +
------------ ------------
$ ref=$(git check-ref-format --normalize "refs/heads/$newbranch")|| $ ref=$(git check-ref-format --normalize "refs/heads/$newbranch")||
die "we do not like '$newbranch' as a branch name." { echo "we do not like '$newbranch' as a branch name." >&2 ; exit 1 ; }
------------ ------------


GIT GIT