diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index 4828139e4c..eca27cb3d2 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -718,6 +718,7 @@ do_dev() { git config core.autocrlf false git add --all --force git commit -a -m 'Initial import' + git tag import fi # Import patches as commits, or ask the user to commit them @@ -792,6 +793,9 @@ do_dev() { } done fi + + git tag original + popd )