Skip to content

Commit

Permalink
fixup! filter-repo: add a --file-info-callback
Browse files Browse the repository at this point in the history
  • Loading branch information
newren committed Oct 26, 2024
1 parent bdbac72 commit cb6f6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-filter-repo
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit cb6f6a2

Please sign in to comment.