From 6f79afc8c90c592a3052e6cc53c2ca8907515bca Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Mon, 25 Nov 2024 22:29:43 -0800 Subject: [PATCH] README.md: record latest git commits in support of git-filter-repo Signed-off-by: Elijah Newren --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f9d09153..226febfc 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,13 @@ has also driven numerous improvements to fast-export and fast-import (and occasionally other commands) in core git, based on things filter-repo needs to do its work: + * git-2.48.0 (to be released Jan 2025) + * [fast-import: disallow more path components]( + https://git.kernel.org/pub/scm/git/git.git/commit/?id=da91a90c2f) + * [fast-import: disallow "." and ".." path components]( + https://git.kernel.org/pub/scm/git/git.git/commit/?id=4a2790a257) + * [fast-import: avoid making replace refs point to themselves]( + https://git.kernel.org/pub/scm/git/git.git/commit/?id=5e904f1a4a) * git-2.28.0 * [fast-import: add new --date-format=raw-permissive format]( https://git.kernel.org/pub/scm/git/git.git/commit/?id=d42a2fb72f)