Skip to content
  • Jameson Rollins's avatar
    archive: context manager for repo · 260b7c30
    Jameson Rollins authored
    In some versions of git-python, the repo will hold open files in
    "git cat-file" subprocess calls.  The solution seems to be to delete the
    Repo object after use.
    
    This hopefully closes #4
    260b7c30