Andy Stewart

Results 145 comments of Andy Stewart

I'm closing this because I'm happy with the way the highlights and colours are handled, and nobody has reported any issues with highlights for years. Thank you for taking the...

*Almost two years goes by...* Your demo repo is very helpful. I'm not sure I have set it up correctly – please see https://github.com/systemmonkey42/attribute-test/issues/1. Anyway, it looks like adding `--textconv`...

> You can also use `git check-attr -a` and just filter for the "filter" keyword, though technically any attribute (such as `eol=crlf`, or `-text`, etc) might have an impact on...

I found this interesting [comment](https://github.com/AGWA/git-crypt/issues/8#issuecomment-18123955): > I have confirmed that `git apply` does not operate on the smudged (decrypted) versions of files, but rather on the clean (encrypted) versions of...

Ah, it works when there is only one hunk. If there are, say, two, the binary diff still shows a single change. Which makes sense. So we can only stage...

> Thinking about this, a "File uses filter. Stage entire file?" prompt allowing me to effectively `git add ` might be a nice to have. It does this now. Please...

I have fixed the logging in 621b9e7. Thanks for diagnosing the path problem. I hadn't noticed that when testing with your demo repo because the files are in the root...

I just ran into this after moving from Postgresql 14 to 16. The docs strongly suggest that `delete retain FULL 5` will keep the 5 most recent backups. It is...

I presume this is about compiling jemalloc into Ruby rather than using it at runtime via an LD_PRELOAD flag? If so, I have no opinion on how to tell ruby-install...