summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcvstogit9
1 files changed, 0 insertions, 9 deletions
diff --git a/cvstogit b/cvstogit
index bc2e264..d3fcb0e 100755
--- a/cvstogit
+++ b/cvstogit
@@ -302,15 +302,6 @@ do_repotree() {
# Do the rest of the conversion steps.
convert_branches $package
merge_branches $package
- # turn into a bare repository
- rm $package/*
- mv $package/.git/* $package/
- echo " sharedrepository = 1
-[receive]
- denyNonFastforwards = true" >> $package/config
- packagedescription=$(grep "|$package|" owners/owners.list | cut -d \| -f 3)
- echo $packagedescription > $package/description
- mv $package $package.git
done
popd
}