On Wednesday, June 14, 2017 at 9:31:43 AM UTC-5, Edward K. Ream wrote: This suggests several straightforward changes to Leo: > > 1. Add a front-end to git diff that would create, say, "Git Diff" nodes > having roughly the same format as "Recovered Nodes" nodes. >
I spent time yesterday and today playing with gitpython <http://gitpython.readthedocs.io/en/stable/>, a pure python wrapper around git. This has been slow going. This page <https://stackoverflow.com/questions/44552080/cant-import-on-windows-anaconda#> is a stack overflow question about installation, which I was finally able to answer myself. And this page <https://stackoverflow.com/questions/44568306/gitpython-how-to-show-diffs-between-blobs-in-a-human-readable-format-as-in-git> asks how to create human-readable diffs. When this second question is resolved Leo will be able to show tree-oriented diffs between revs. Of course, all this assumes that there will be a way to make gitpython easily available. Perhaps there is an easier way of getting the job done? Any ideas? 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.
