Sean Coates

Results 4 issues of Sean Coates

Discussed in https://github.com/simonw/git-history/discussions/50 I think I had two problems here, but they might be related: 1. `commit.tree.blobs` was `[]` here. I changed this to use the `tree['filename']` [notation](https://gitpython.readthedocs.io/en/stable/reference.html#git.objects.tree.Tree) 2. my...

``` $ echo "and—judging" | lexentity and—judging ``` Should be: ``` $ echo "and—judging" | lexentity and&8201;—&8201;judging ```

Multi-line comments don't seem to work properly. ``` ``` That will become something like ``` <!-- foo --> ```

"The summer of '69." becomes "The summer of ‘69." but should be "The summer of ’69." (via "Pixie", http://seancoates.com/blogs/lexentity#comments )