Closed rkitover closed 2 years ago
Sorry, didn't see that this was a fork.
And now I didn't check that the original is dead, are you the current de-facto maintainer of this project?
Hi Rafael. I’m the author and maintainer of colordiff, yes. Spotted this pull request earlier but haven’t had a time to review: looks pretty straightforward, so don’t imagine there will be an issue to merge, for the record.
[FYI History of the ‘kimmel’ repository is this: I wrote colordiff more than 20 years ago, before GitHub existed, and in about 2011 kimmel put a copy of the source up on GitHub but then took the code in a very strange direction. After what one would probably call a disagreement, he stopped working on it. So I forked it back and this is where we are today!]
Thank you for the explanation, I am going to try to make a Chocolatey package for this software, should be fairly straightforward.
OK, merged. Good luck with the Chocolatey package :-)
Awesome, thank you very much!
If I could ask you one more thing, could you please make another tag.
This really helps with the packaging (the updater powershell script looks at releases/tags.)
Actually hold off for a bit, I need to fix the exit code, I'll send you another PR shortly.
Never mind, the exit code is correct, I forgot that diff exits non-zero when there is a diff.
I should probably do a new release and call it 1.0.20 - might take me a few days to get around to doing so because I need to update the housekeeping (Changelog etc.). Do you want a temporary tag just for something to work against or OK to wait?
It's cool I can wait, thank you very much!
FYI release tag 1.0.20 now in place.
Use the env vars HOME, USERPROFILE for home location, in that order.
Use XDG_CONFIG_HOME, LOCALAPPDATA and APPDATA for user config dir location, in that order.
Signed-off-by: Rafael Kitover rkitover@gmail.com