File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ contains a library for creating history rewriting tools. As such, users
1414with specialized needs can leverage it to quickly create [ entirely new
1515history 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+
1721filter-repo is a single-file python script, depending only on the python
1822standard library (and execution of git commands), all of which is designed
1923to make build/installation trivial: just copy it into your $PATH.
@@ -316,7 +320,7 @@ one of the last four traits as well:
316320
317321Work on filter-repo and its predecessor has also driven numerous
318322improvements 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] (
You can’t perform that action at this time.
0 commit comments