X Tutup
Skip to content

Commit 98e32c3

Browse files
author
Junio C Hamano
committed
Autogenerated HTML docs for v1.6.3-rc0
1 parent 5534441 commit 98e32c3

17 files changed

+80
-23
lines changed

RelNotes-1.6.2.3.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,3 @@ Fixes since v1.6.2.2
2020
to prevent them from being repacked.
2121

2222
Many small documentation updates are included as well.
23-
24-
---
25-
exec >/var/tmp/1
26-
echo O=$(git describe maint)
27-
O=v1.6.2.2-41-gbff82d0
28-
git shortlog --no-merges $O..maint

RelNotes-1.6.3.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Updates since v1.6.2
3535

3636
(subsystems)
3737

38+
* various git-svn updates.
39+
3840
(performance)
3941

4042
* many uses of lstat(2) in the codepath for "git checkout" have been
@@ -80,16 +82,21 @@ Updates since v1.6.2
8082

8183
* You can give --date=<format> option to git-blame.
8284

83-
* git-branch -r shows HEAD symref that points at a remote branch in
85+
* "git-branch -r" shows HEAD symref that points at a remote branch in
8486
interest of each tracked remote repository.
8587

88+
* "git-branch -v -v" is a new way to get list of names for branches and the
89+
"upstream" branch for them.
90+
8691
* git-config learned -e option to open an editor to edit the config file
8792
directly.
8893

8994
* git-clone runs post-checkout hook when run without --no-checkout.
9095

9196
* git-fast-export choked when seeing a tag that does not point at commit.
9297

98+
* git-for-each-ref learned a new "upstream" token.
99+
93100
* git-format-patch can be told to use attachment with a new configuration,
94101
format.attach.
95102

@@ -118,6 +125,9 @@ Updates since v1.6.2
118125

119126
* Output from git-remote command has been vastly improved.
120127

128+
* "git remote update --prune $remote" updates from the named remote and
129+
then prunes stale tracking branches.
130+
121131
* git-send-email learned --confirm option to review the Cc: list before
122132
sending the messages out.
123133

@@ -166,6 +176,6 @@ v1.6.2.X series.
166176

167177
---
168178
exec >/var/tmp/1
169-
O=v1.6.2.2-484-g796b137
179+
O=v1.6.2.3-497-g54a4749
170180
echo O=$(git describe master)
171181
git shortlog --no-merges $O..master ^maint

config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ push.default::
12151215
* `matching` push all matching branches.
12161216
All branches having the same name in both ends are considered to be
12171217
matching. This is the default.
1218-
* `tracking` push the current branch to the branch it is tracking.
1218+
* `tracking` push the current branch to its upstream branch.
12191219
* `current` push the current branch to a branch of the same name.
12201220

12211221
rebase.stat::

git-branch.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,9 @@ <h2 id="_options">OPTIONS</h2>
461461
</dt>
462462
<dd>
463463
<p>
464-
Show sha1 and commit subject line for each head.
464+
Show sha1 and commit subject line for each head, along with
465+
relationship to upstream branch (if any). If given twice, print
466+
the name of the upstream branch, as well.
465467
</p>
466468
</dd>
467469
<dt>
@@ -665,7 +667,7 @@ <h2 id="_git">GIT</h2>
665667
</div>
666668
<div id="footer">
667669
<div id="footer-text">
668-
Last updated 2009-04-02 06:49:45 UTC
670+
Last updated 2009-04-13 02:39:28 UTC
669671
</div>
670672
</div>
671673
</body>

git-branch.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ OPTIONS
100100

101101
-v::
102102
--verbose::
103-
Show sha1 and commit subject line for each head.
103+
Show sha1 and commit subject line for each head, along with
104+
relationship to upstream branch (if any). If given twice, print
105+
the name of the upstream branch, as well.
104106

105107
--abbrev=<length>::
106108
Alter the sha1's minimum display length in the output listing.

git-config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,7 @@ <h3 id="_variables">Variables</h3><div style="clear:left"></div>
28642864
</li>
28652865
<li>
28662866
<p>
2867-
<tt>tracking</tt> push the current branch to the branch it is tracking.
2867+
<tt>tracking</tt> push the current branch to its upstream branch.
28682868
</p>
28692869
</li>
28702870
<li>
@@ -3219,7 +3219,7 @@ <h2 id="_git">GIT</h2>
32193219
</div>
32203220
<div id="footer">
32213221
<div id="footer-text">
3222-
Last updated 2009-04-06 08:26:29 UTC
3222+
Last updated 2009-04-13 02:39:28 UTC
32233223
</div>
32243224
</div>
32253225
</body>

git-filter-branch.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ <h2 id="_description">DESCRIPTION</h2>
342342
changes, which would normally have no effect. Nevertheless, this may be
343343
useful in the future for compensating for some git bugs or such,
344344
therefore such a usage is permitted.</p></div>
345+
<div class="para"><p><strong>NOTE</strong>: This command honors <tt>.git/info/grafts</tt>. If you have any grafts
346+
defined, running this command will make them permanent.</p></div>
345347
<div class="para"><p><strong>WARNING</strong>! The rewritten history will have different object names for all
346348
the objects and will not converge with the original branch. You will not
347349
be able to easily push and distribute the rewritten branch on top of the
@@ -760,7 +762,7 @@ <h2 id="_git">GIT</h2>
760762
</div>
761763
<div id="footer">
762764
<div id="footer-text">
763-
Last updated 2009-04-02 06:49:52 UTC
765+
Last updated 2009-04-13 02:39:28 UTC
764766
</div>
765767
</div>
766768
</body>

git-filter-branch.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ changes, which would normally have no effect. Nevertheless, this may be
3131
useful in the future for compensating for some git bugs or such,
3232
therefore such a usage is permitted.
3333

34+
*NOTE*: This command honors `.git/info/grafts`. If you have any grafts
35+
defined, running this command will make them permanent.
36+
3437
*WARNING*! The rewritten history will have different object names for all
3538
the objects and will not converge with the original branch. You will not
3639
be able to easily push and distribute the rewritten branch on top of the

git-for-each-ref.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,16 @@ <h2 id="_field_names">FIELD NAMES</h2>
448448
The object name (aka SHA-1).
449449
</p>
450450
</dd>
451+
<dt>
452+
upstream
453+
</dt>
454+
<dd>
455+
<p>
456+
The name of a local ref which can be considered &#8220;upstream&#8221;
457+
from the displayed ref. Respects <tt>:short</tt> in the same way as
458+
<tt>refname</tt> above.
459+
</p>
460+
</dd>
451461
</dl></div>
452462
<div class="para"><p>In addition to the above, for commit and tag objects, the header
453463
field names (<tt>tree</tt>, <tt>parent</tt>, <tt>object</tt>, <tt>type</tt>, and <tt>tag</tt>) can
@@ -554,7 +564,7 @@ <h2 id="_examples">EXAMPLES</h2>
554564
</div>
555565
<div id="footer">
556566
<div id="footer-text">
557-
Last updated 2009-04-02 06:49:52 UTC
567+
Last updated 2009-04-13 02:39:29 UTC
558568
</div>
559569
</div>
560570
</body>

git-for-each-ref.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ objectsize::
8585
objectname::
8686
The object name (aka SHA-1).
8787

88+
upstream::
89+
The name of a local ref which can be considered ``upstream''
90+
from the displayed ref. Respects `:short` in the same way as
91+
`refname` above.
92+
8893
In addition to the above, for commit and tag objects, the header
8994
field names (`tree`, `parent`, `object`, `type`, and `tag`) can
9095
be used to specify the value in the header field.

0 commit comments

Comments
 (0)
X Tutup