Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-11 07:54:33 +0300
committerJunio C Hamano <gitster@pobox.com>2022-08-11 07:57:59 +0300
commit5502f77b6944eda8e26813d8f542cffe7d110aea (patch)
tree7154bea34c9fcd56618563323ac136cbfb13951b /Documentation
parentc50926e1f48891e2671e1830dbcd2912a4563450 (diff)
parentad60dddad72dfb8367bd695028b5b8dc6c33661b (diff)
Sync with Git 2.37.2
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.37.2.txt24
-rw-r--r--Documentation/RelNotes/2.38.0.txt11
2 files changed, 24 insertions, 11 deletions
diff --git a/Documentation/RelNotes/2.37.2.txt b/Documentation/RelNotes/2.37.2.txt
index 300fb095c4..d82b29e014 100644
--- a/Documentation/RelNotes/2.37.2.txt
+++ b/Documentation/RelNotes/2.37.2.txt
@@ -61,4 +61,28 @@ Fixes since v2.37.1
* Workaround for a false positive compiler warning.
+ * The resolve-undo information in the index was not protected against
+ GC, which has been corrected.
+
+ * A corner case bug where lazily fetching objects from a promisor
+ remote resulted in infinite recursion has been corrected.
+
+ * "git p4" working on UTF-16 files on Windows did not implement
+ CRLF-to-LF conversion correctly, which has been corrected.
+
+ * "git p4" did not handle non-ASCII client name well, which has been
+ corrected.
+
+ * "rerere-train" script (in contrib/) used to honor commit.gpgSign
+ while recreating the throw-away merges.
+
+ * "git checkout" miscounted the paths it updated, which has been
+ corrected.
+
+ * Fix for a bug that makes write-tree to fail to write out a
+ non-existent index as a tree, introduced in 2.37.
+
+ * There was a bug in the codepath to upgrade generation information
+ in commit-graph from v1 to v2 format, which has been corrected.
+
Also contains minor documentation updates and code clean-ups.
diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt
index c3de8e2cd1..9a435dc7c0 100644
--- a/Documentation/RelNotes/2.38.0.txt
+++ b/Documentation/RelNotes/2.38.0.txt
@@ -151,11 +151,9 @@ Fixes since v2.37
* The resolve-undo information in the index was not protected against
GC, which has been corrected.
- (merge e0ad13977a jc/resolve-undo later to maint).
* A corner case bug where lazily fetching objects from a promisor
remote resulted in infinite recursion has been corrected.
- (merge cb88b37cb9 hx/lookup-commit-in-graph-fix later to maint).
* "git clone" from a repository with some ref whose HEAD is unborn
did not set the HEAD in the resulting repository correctly, which
@@ -186,27 +184,21 @@ Fixes since v2.37
* "git p4" working on UTF-16 files on Windows did not implement
CRLF-to-LF conversion correctly, which has been corrected.
- (merge 4d35f74421 mb/p4-utf16-crlf later to maint).
* "git p4" did not handle non-ASCII client name well, which has been
corrected.
- (merge d205483695 kk/p4-client-name-encoding-fix later to maint).
* "rerere-train" script (in contrib/) used to honor commit.gpgSign
while recreating the throw-away merges.
- (merge cc391fc886 cl/rerere-train-with-no-sign later to maint).
* "git checkout" miscounted the paths it updated, which has been
corrected.
- (merge 611c7785e8 mt/checkout-count-fix later to maint).
* Fix for a bug that makes write-tree to fail to write out a
non-existent index as a tree, introduced in 2.37.
- (merge 4447d4129d tk/untracked-cache-with-uall later to maint).
* There was a bug in the codepath to upgrade generation information
in commit-graph from v1 to v2 format, which has been corrected.
- (merge 9550f6c16a tb/commit-graph-genv2-upgrade-fix later to maint).
* Gitweb had legacy URL shortener that is specific to the way
projects hosted on kernel.org used to (but no longer) work, which
@@ -234,6 +226,3 @@ Fixes since v2.37
(merge 1250dff32b js/ort-clean-up-after-failed-merge later to maint).
* Other code cleanup, docfix, build fix, etc.
- (merge a700395eaf ma/t4200-update later to maint).
- (merge ce5f07983d mt/pkt-line-comment-tweak later to maint).
- (merge 1e11fab59c jc/string-list-cleanup later to maint).