On Thursday, June 15, 2017 at 12:13:55 PM UTC-5, Edward K. Ream wrote:

> I wonder whether git can deliver (the contents of) blobs by file name and 
commit.

Well, of course it can:

    git show HEAD~2:./leo/core/commit_timestamp.json

produces:

{
    "asctime": "Wed Jun 14 05:08:29 CDT 2017",
    "timestamp": "20170614050829"
}

If this output can be piped into Leo we won't need gitpython at all...

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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to