Skip to content

Commit ca4efa2

Browse files
committed
Autogenerated HTML docs for v2.49.0-592-g1a8a49
1 parent c9e5b99 commit ca4efa2

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

RelNotes/2.50.0.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,16 @@ Fixes since v2.49
276276
software is unavailable (e.g. due to third-party service outage).
277277
(merge 956acbefbd jc/ci-skip-unavailable-external-software later to maint).
278278

279+
* Test result aggregation did not work in Meson based CI jobs.
280+
(merge bd38ed5be1 ps/ci-test-aggreg-fix-for-meson later to maint).
281+
282+
* Code clean-up around stale CI elements and building with Visual Studio.
283+
(merge a7b060f67f js/ci-buildsystems-cleanup later to maint).
284+
285+
* "git add 'f?o'" did not add 'foo' if 'f?o', an unusual pathname,
286+
also existed on the working tree, which has been corrected.
287+
(merge ec727e189c kj/glob-path-with-special-char later to maint).
288+
279289
* Other code cleanup, docfix, build fix, etc.
280290
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
281291
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
@@ -302,3 +312,4 @@ Fixes since v2.49
302312
(merge 1aa50636fd jk/p5332-testfix later to maint).
303313
(merge 42cf4ac552 ps/ci-resurrect-p4-on-github later to maint).
304314
(merge 104add8368 js/diff-codeql-false-positive-workaround later to maint).
315+
(merge f62977b93c en/get-tree-entry-doc later to maint).

git-branch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ $ git branch -D test <2>
373373
------------
374374
+
375375
<1> Delete the remote-tracking branches "todo", "html" and "man". The next
376-
`git fetch` or `git pullè will create them again unless you configure them not to.
376+
`git fetch` or `git pull` will create them again unless you configure them not to.
377377
See linkgit:git-fetch[1].
378378
<2> Delete the "test" branch even if the "master" branch (or whichever branch
379379
is currently checked out) does not have all commits from the test branch.

git-branch.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ <h2 id="_examples">EXAMPLES</h2>
10581058
<ol>
10591059
<li>
10601060
<p>Delete the remote-tracking branches "todo", "html" and "man". The next
1061-
<code>git</code> <code>fetch</code> or `git pullè will create them again unless you configure them not to.
1061+
<code>git</code> <code>fetch</code> or <code>git</code> <code>pull</code> will create them again unless you configure them not to.
10621062
See <a href="git-fetch.html">git-fetch(1)</a>.</p>
10631063
</li>
10641064
<li>
@@ -1163,7 +1163,7 @@ <h2 id="_git">GIT</h2>
11631163
</div>
11641164
<div id="footer">
11651165
<div id="footer-text">
1166-
Last updated 2025-04-07 15:21:58 -0700
1166+
Last updated 2025-05-13 15:12:53 -0700
11671167
</div>
11681168
</div>
11691169
</body>

git-reflog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Options for `delete`
138138
used with `expire`.
139139

140140
Options for `drop`
141-
~~~~~~~~~~~~~~~~~~~~
141+
~~~~~~~~~~~~~~~~~~
142142

143143
--all::
144144
Drop the reflogs of all references from all worktrees.

git-reflog.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,10 +607,9 @@ <h3 id="_options_for_delete">Options for <code>delete</code></h3>
607607
<code>--dry-run</code>, and <code>--verbose</code>, with the same meanings as when they are
608608
used with <code>expire</code>.</p>
609609
</div>
610-
<div class="paragraph">
611-
<p>Options for <code>drop</code>
612-
<sub>~</sub><sub>~</sub><sub>~</sub><sub>~</sub><sub>~</sub><sub>~</sub>~~</p>
613610
</div>
611+
<div class="sect2">
612+
<h3 id="_options_for_drop">Options for <code>drop</code></h3>
614613
<div class="dlist">
615614
<dl>
616615
<dt class="hdlist1">--all</dt>
@@ -639,7 +638,7 @@ <h2 id="_git">GIT</h2>
639638
</div>
640639
<div id="footer">
641640
<div id="footer-text">
642-
Last updated 2025-04-15 14:25:08 -0700
641+
Last updated 2025-05-13 15:12:53 -0700
643642
</div>
644643
</div>
645644
</body>

0 commit comments

Comments
 (0)