Skip to content

Commit 796624e

Browse files
committed
Autogenerated HTML docs for v2.48.1-157-g3b0d05
1 parent a77a247 commit 796624e

15 files changed

+967
-335
lines changed

Diff for: RelNotes/2.49.0.txt

+21
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Performance, Internal Implementation, Development Support etc.
2323

2424
* Move a few more unit tests to the clar test framework.
2525

26+
* Introduce a new API to visit objects in batches based on a common
27+
path, or by type.
28+
2629

2730
Fixes since v2.48
2831
-----------------
@@ -88,6 +91,24 @@ Fixes since v2.48
8891
which has been corrected.
8992
(merge 0b43274850 mh/credential-cache-authtype-request-fix later to maint).
9093

94+
* "git branch --sort=..." and "git for-each-ref --format=... --sort=..."
95+
did not work as expected with some atoms, which has been corrected.
96+
(merge c5490ce9d1 rs/ref-fitler-used-atoms-value-fix later to maint).
97+
98+
* reflog entries for symbolic ref updates were broken, which has been
99+
corrected.
100+
(merge 3519492430 kn/reflog-symref-fix later to maint).
101+
102+
* The trace2 code was not prepared to show a configuration variable
103+
that is set to true using the valueless true syntax, which has been
104+
corrected.
105+
(merge 2fd367cf63 am/trace2-with-valueless-true later to maint).
106+
107+
* The "git refs migrate" command did not migrate the reflog for
108+
refs/stash, which is the contents of the stashes, which has been
109+
corrected.
110+
(merge a0bea0978f ps/reflog-migration-with-logall-fix later to maint).
111+
91112
* Other code cleanup, docfix, build fix, etc.
92113
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
93114
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).

Diff for: git-commit-tree.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ <h2 id="_discussion">Discussion</h2>
655655
<div class="olist arabic">
656656
<ol class="arabic">
657657
<li>
658-
<p><em>git commit</em> and <em>git commit-tree</em> issue
658+
<p><code>git</code> <code>commit</code> and <code>git</code> <code>commit-tree</code> issue
659659
a warning if the commit log message given to it does not look
660660
like a valid UTF-8 string, unless you explicitly say your
661661
project uses a legacy encoding. The way to say this is to
@@ -674,7 +674,7 @@ <h2 id="_discussion">Discussion</h2>
674674
</div>
675675
</li>
676676
<li>
677-
<p><em>git log</em>, <em>git show</em>, <em>git blame</em> and friends look at the
677+
<p><code>git</code> <code>log</code>, <code>git</code> <code>show</code>, <code>git</code> <code>blame</code> and friends look at the
678678
<code>encoding</code> header of a commit object, and try to re-code the
679679
log message into UTF-8 unless otherwise specified. You can
680680
specify the desired output encoding with

Diff for: git-commit.html

+177-165
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)