-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42309/
-----------------------------------------------------------
(Updated Jan. 15, 2016, 1:04 a.m.)
Review request for mesos, Benjamin Bannier and Till Toenshoff.
Changes
-------
Add comment about why we even need to use --git-common-dir instead of just
--git-dir
Bugs: MESOS-4374
https://issues.apache.org/jira/browse/MESOS-4374
Repository: mesos
Description
-------
The newly introduced way of finding the .git directory via
--git-common-dir is only supported on newer versions of git. Fallback to
the older --git-dir method if --git-common-dir is not supported.
Diffs (updated)
-----
bootstrap 519090d696ae09dac70318e91ade583b38f44048
support/post-reviews.py ea361018ee77f55953af55038109148ed8057e44
Diff: https://reviews.apache.org/r/42309/diff/
Testing
-------
Tested on mac el capitan and ubuntu 14.04 with both bash and dash and git 2.6.3
and git 2.2.0 repsectively.
Thanks,
Kevin Klues