Replies: 1 comment 4 replies
-
So here are all of the Git features that
Aside from So, assuming I can spin up a Docker container with Git 1.8.0 and a recent Python and get I'd rather not introduce an explicit Git version check into the code; there are already concerns about the Git calls taking up too much time, and I expect there to be very few users using an over-ten-years-old version of Git (especially considering that |
Beta Was this translation helpful? Give feedback.
-
It might be a good idea to specify the minimum Git version, as currently you get misleading errors when using 1.8 for example, which does not have the -C option apparently.
Checking version before using -C in versioningit code would be ideal, but in the readme would also suffice i guess.
If this is a pebcac, i apologize, if not i'm willing to contribute.
Beta Was this translation helpful? Give feedback.
All reactions