Re: [PATCH] Make Git accept absolute path names for files within the work tree
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:54
Robin Rosenberg [off-list ref] writes:
Maybe we should have a boolean indicating whether the arguments refer
to filespecs or not to make this clear or rewite the mingw fallouts in
some other way.
I wondered the same, but my vote would be to make them separate
functions. You would need a function to abstract out pasting of paths
to ease MinGW people even without this "ah absolute -- let's make it
relative to work tree first" hack, anyway.