summaryrefslogtreecommitdiffstats
path: root/git-checkout.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-05-21 10:50:09 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-05-21 10:50:09 +0000
commitb2f5eddeac78eec4038268f8564739039612f78c (patch)
tree67672451836d9f03d425701a7857769f6cbf1b81 /git-checkout.html
parent9bf8a517748c403098293d97318ad22a74669317 (diff)
downloadgit-htmldocs-b2f5eddeac78eec4038268f8564739039612f78c.tar.gz
Autogenerated HTML docs for v1.3.3-g9e84
Diffstat (limited to 'git-checkout.html')
-rw-r--r--git-checkout.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-checkout.html b/git-checkout.html
index c57978d44..9d1e7bf08 100644
--- a/git-checkout.html
+++ b/git-checkout.html
@@ -307,7 +307,10 @@ given paths before updating the working tree.</p>
</dt>
<dd>
<p>
- Create a new branch and start it at &lt;branch&gt;.
+ Create a new branch named &lt;new_branch&gt; and start it at
+ &lt;branch&gt;. The new branch name must pass all checks defined
+ by <a href="git-check-ref-format.html">git-check-ref-format(1)</a>. Some of these checks
+ may restrict the characters allowed in a branch name.
</p>
</dd>
<dt>
@@ -454,7 +457,7 @@ $ git update-index frotz</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 29-Apr-2006 07:01:33 UTC
+Last updated 21-May-2006 10:50:03 UTC
</div>
</div>
</body>