You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contrib: new tool to convert svn:externals to Git submodules
This is meant to be a post-processing step after SVN-to-Git conversion
by SubGit (https://subgit.com/), which creates a ".gitsvnextmodules"
file that we will use for svn:externals conversion.
Signed-off-by: Markus Heidelberg <[email protected]>
Signed-off-by: Elijah Newren <[email protected]>
Copy file name to clipboardExpand all lines: contrib/filter-repo-demos/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ lint-history |Run some lint command on all non-binary files in history.
16
16
clean-ignore |Delete files from history which match current gitignore rules.
17
17
filter-lamely (or filter‑branch‑ish) |A nearly bug compatible re-implementation of filter-branch (the git testsuite passes using it instead of filter-branch), with some performance tricks to make it several times faster (though it's still glacially slow compared to filter-repo).
18
18
bfg-ish |A re-implementation of most of BFG Repo Cleaner, with new features and bug fixes.
19
+
convert-svnexternals |Insert Git submodules according to SVN externals.
0 commit comments