Update man page for create-branch

Add notes section to talk about change in default behavior.
This commit is contained in:
Mark Pitman 2017-07-12 20:07:25 -07:00
parent 4dc76ef81b
commit d990270de7
3 changed files with 13 additions and 2 deletions

View file

@ -36,6 +36,9 @@ $ git create\-branch \-r upstream integration
.
.fi
.
.SH "NOTES"
As of 4\.4\.0, the default behavior has changed\. \fBgit\-create\-branch\fR will no longer automatically setup a remote tracking branch unless the \fB\-r|\-remote\fR option is specified\.
.
.SH "AUTHOR"
Written by Jonhnny Weslley <\fIjw@jonhnnyweslley\.net\fR>
.

View file

@ -58,6 +58,7 @@
<a href="#DESCRIPTION">DESCRIPTION</a>
<a href="#OPTIONS">OPTIONS</a>
<a href="#EXAMPLES">EXAMPLES</a>
<a href="#NOTES">NOTES</a>
<a href="#AUTHOR">AUTHOR</a>
<a href="#REPORTING-BUGS">REPORTING BUGS</a>
<a href="#SEE-ALSO">SEE ALSO</a>
@ -101,10 +102,14 @@ $ git create-branch -r integration
$ git create-branch -r upstream integration
</code></pre>
<h2 id="NOTES">NOTES</h2>
<p>As of 4.4.0, the default behavior has changed. <code>git-create-branch</code> will no longer automatically setup a remote tracking branch unless the <code>-r|-remote</code> option is specified.</p>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Jonhnny Weslley &lt;<a href="&#109;&#x61;&#x69;&#x6c;&#x74;&#111;&#x3a;&#x6a;&#119;&#x40;&#x6a;&#111;&#x6e;&#104;&#110;&#x6e;&#121;&#119;&#x65;&#x73;&#108;&#108;&#x65;&#121;&#46;&#110;&#x65;&#x74;" data-bare-link="true">&#106;&#119;&#64;&#x6a;&#x6f;&#x6e;&#104;&#x6e;&#110;&#121;&#119;&#101;&#x73;&#108;&#108;&#101;&#121;&#46;&#110;&#101;&#x74;</a>&gt;<br />
Modified by Mark Pitman &lt;<a href="&#x6d;&#97;&#x69;&#x6c;&#x74;&#x6f;&#x3a;&#109;&#x61;&#x72;&#107;&#x2e;&#x70;&#x69;&#x74;&#109;&#97;&#110;&#64;&#103;&#109;&#97;&#x69;&#108;&#46;&#x63;&#x6f;&#x6d;" data-bare-link="true">&#x6d;&#x61;&#114;&#x6b;&#x2e;&#x70;&#105;&#x74;&#109;&#97;&#x6e;&#x40;&#x67;&#x6d;&#x61;&#105;&#x6c;&#46;&#99;&#x6f;&#109;</a>&gt;</p>
<p>Written by Jonhnny Weslley &lt;<a href="&#109;&#97;&#x69;&#108;&#x74;&#111;&#x3a;&#x6a;&#x77;&#x40;&#106;&#x6f;&#110;&#x68;&#110;&#x6e;&#x79;&#x77;&#101;&#115;&#108;&#108;&#101;&#121;&#46;&#x6e;&#101;&#x74;" data-bare-link="true">&#106;&#119;&#64;&#106;&#111;&#x6e;&#104;&#110;&#x6e;&#x79;&#x77;&#101;&#115;&#x6c;&#x6c;&#x65;&#121;&#x2e;&#110;&#101;&#116;</a>&gt;<br />
Modified by Mark Pitman &lt;<a href="&#109;&#97;&#x69;&#108;&#116;&#x6f;&#x3a;&#109;&#97;&#114;&#107;&#46;&#112;&#105;&#x74;&#x6d;&#97;&#x6e;&#64;&#x67;&#109;&#97;&#105;&#108;&#x2e;&#x63;&#111;&#x6d;" data-bare-link="true">&#x6d;&#97;&#x72;&#x6b;&#46;&#112;&#x69;&#x74;&#109;&#97;&#x6e;&#64;&#103;&#x6d;&#97;&#105;&#x6c;&#x2e;&#x63;&#x6f;&#109;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>

View file

@ -27,6 +27,9 @@ git-create-branch(1) -- Create branches
$ git create-branch -r upstream integration
## NOTES
As of 4.4.0, the default behavior has changed. `git-create-branch` will no longer automatically setup a remote tracking branch unless the `-r|-remote` option is specified.
## AUTHOR
Written by Jonhnny Weslley &lt;<jw@jonhnnyweslley.net>&gt;