brennie got a fish trophy!
Only use -c flag when git supports it
Review Request #7337 — Created May 26, 2015 and submitted — Latest diff uploaded
The
-c
flag for git is only supported in git 1.8.0+. We now only use
it when we detect an appropriate git version.
Ran unit tests.
Verified the Git version was determined correctly.