-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Right now, git-crecord calls git to perform all Git operations; it uses code derived from Mercurial to do that. However, it’s quite verbose and sometimes using subprocess directly was still necessary.
pristine-lfs uses python-sh to talk to Git, but maybe using Dulwich or GitPython could work too?
In the past, Dulwich was used for some functionality, but other parts required Git anyway, so Dulwich was replaced by a hand-rolled alternative. Maybe this is the time to reconsider.