From cb6f6a2a7b13684ab6cce59f7fdced40c9591b68 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 26 Oct 2024 12:16:24 -0700 Subject: [PATCH] fixup! filter-repo: add a --file-info-callback --- git-filter-repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-filter-repo b/git-filter-repo index 85f917ea..25cd34c3 100755 --- a/git-filter-repo +++ b/git-filter-repo @@ -1846,7 +1846,7 @@ class FilteringOptions(object): value.apply_replace_text(contents) -> new_contents (bytestring) and can read/write the following data member from the value instance: value.data (dict) - + The filename can be used for renaming the file similar to --filename-callback (or None to drop the change), and mode is one of b'100644', b'100755', b'120000', or b'160000'.