From: Johannes Sixt <hidden> Date: 2016-06-15 23:07:45
Am 14.01.2016 um 19:13 schrieb Ramsay Jones:
Correct me if I'm wrong (quite possible), but
_each_ drive has a current working directory associated with
it in win32, so it's a bit difficult to use drive designators
with a relative path (eg. C:usr/lib).
As far as it matters for Git, such a path is still an absolute path,
because it is not anchored at $(pwd).
-- Hannes