Skip to content

Commit 2fc5596

Browse files
committed
filter-repo (README): add note about requiring a recent version of git
Signed-off-by: Elijah Newren <[email protected]>
1 parent 904e03f commit 2fc5596

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ contains a library for creating history rewriting tools. As such, users
1414
with specialized needs can leverage it to quickly create [entirely new
1515
history rewriting tools](contrib/filter-repo-demos).
1616

17+
filter-repo requires a fairly [recent version of
18+
git](#upstream-improvements) (git >= 2.22.0 at a minimum, newer versions
19+
are needed for some features).
20+
1721
filter-repo is a single-file python script, depending only on the python
1822
standard library (and execution of git commands), all of which is designed
1923
to make build/installation trivial: just copy it into your $PATH.
@@ -316,7 +320,7 @@ one of the last four traits as well:
316320

317321
Work on filter-repo and its predecessor has also driven numerous
318322
improvements to fast-export and fast-import (and occasionally other
319-
commands) in core git:
323+
commands) in core git, based on things filter-repo needs to do its work:
320324

321325
* git-2.24.0
322326
* [fast-export: handle nested tags](

0 commit comments

Comments
 (0)