On Thursday, June 15, 2017 at 11:55:05 AM UTC-5, Edward K. Ream wrote: > I'm going to study the gitk sources (part of the git distro) to see how they work. That may give me ideas for bypassing gitpython.
Meh. They are written in tcl and Leo doesn't have an importer for that. For now, using gitpython seems preferable to going down another rabbit hole. Another approach is to call git directly, as described here <https://stackoverflow.com/questions/11113896/use-git-commands-within-python-code>. gitpython does this quite often. I wonder whether git can deliver (the contents of) blobs by file name and commit. I suspect it can. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
