Skip to content

Commit 9afc49c

Browse files
committed
Autogenerated HTML docs for v2.49.0-154-g9d22a
1 parent d98465a commit 9afc49c

12 files changed

+1295
-427
lines changed

BreakingChanges.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ references.
178178
+
179179
These features will be removed.
180180

181+
* Support for "--stdin" option in the "name-rev" command was
182+
deprecated (and hidden from the documentation) in the Git 2.40
183+
timeframe, in preference to its synonym "--annotate-stdin". Git 3.0
184+
removes the support for "--stdin" altogether.
185+
186+
181187
== Superseded features that will not be deprecated
182188

183189
Some features have gained newer replacements that aim to improve the design in

BreakingChanges.html

Lines changed: 754 additions & 0 deletions
Large diffs are not rendered by default.

RelNotes/2.50.0.adoc

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ UI, Workflows & Features
77
* A post-processing filter for "diff --raw" output has been
88
introduced.
99

10+
* "git repack" learned "--combine-cruft-below-size" option that
11+
controls how cruft-packs are combined.
12+
1013

1114
Performance, Internal Implementation, Development Support etc.
1215
--------------------------------------------------------------
@@ -59,10 +62,42 @@ Fixes since v2.49
5962
context size is given, which has been corrected.
6063
(merge d39e28e68c rs/xdiff-context-length-fix later to maint).
6164

65+
* GitHub Actions CI switched on a CI/CD variable that does not exist
66+
when choosing what packages to install etc., which has been
67+
corrected.
68+
(merge ee89f7c79d kn/ci-meson-check-build-docs-fix later to maint).
69+
70+
* Using "git name-rev --stdin" as an example, improve the framework to
71+
prepare tests to pretend to be in the future where the breaking
72+
changes have already happened.
73+
(merge de3dec1187 jc/name-rev-stdin later to maint).
74+
75+
* An earlier code refactoring of the hash machinery missed a few
76+
required calls to init_fn.
77+
(merge d39f04b638 jh/hash-init-fixes later to maint).
78+
79+
* A documentation page was left out from formatting and installation,
80+
which has been corrected.
81+
(merge ae85116f18 pw/build-breaking-changes-doc later to maint).
82+
83+
* The bash command line completion script (in contrib/) has been
84+
updated to cope with remote repository nicknames with slashes in
85+
them.
86+
(merge 778d2f1760 dm/completion-remote-names-fix later to maint).
87+
88+
* "Dubious ownership" checks on Windows has been tightened up.
89+
(merge 5bb88e89ef js/mingw-admins-are-special later to maint).
90+
6291
* Other code cleanup, docfix, build fix, etc.
6392
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
6493
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
6594
(merge 5337daddc7 am/dir-dedup-decl-of-repository later to maint).
6695
(merge 554051d691 en/diff-rename-follow-fix later to maint).
6796
(merge a18c18b470 en/random-cleanups later to maint).
6897
(merge 5af21c9acb hj/doc-rev-list-ancestry-fix later to maint).
98+
(merge 26d76ca284 aj/doc-restore-p-update later to maint).
99+
(merge 2c0dcb9754 cc/lop-remote later to maint).
100+
(merge 7b399322a2 ja/doc-branch-markup later to maint).
101+
(merge ee434e1807 pw/doc-pack-refs-markup-fix later to maint).
102+
(merge c000918eb7 tb/bitamp-typofix later to maint).
103+
(merge fa8cd29676 js/imap-send-peer-cert-verify later to maint).

0 commit comments

Comments
 (0)