forked from adamm/git-importer
Make database usage the default
Some cleanup of no longer used functions
This commit is contained in:
@@ -185,7 +185,7 @@ class Git:
|
||||
return self.repo.references["refs/heads/" + branch].target
|
||||
|
||||
def gc(self):
|
||||
logging.info(f"Garbage recollec and repackage {self.path}")
|
||||
logging.info(f"Garbage recollect and repackage {self.path}")
|
||||
subprocess.run(
|
||||
["git", "gc", "--auto"],
|
||||
cwd=self.path,
|
||||
|
Reference in New Issue
Block a user