Re: Git commit path vs rebase path

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ramsay Jones wrote:
> I haven't actually tried to apply or test your patch, so take the
> following with a pinch of salt ...
>
> I don't think this will work because:
>
>    - cygpath is not a bash builtin, so bash *should* simply issue
>      an error something along the lines of "not a shell builtin".
>
>    - cygpath requires an input path
>
> So, I would have expected the body of the pwd function to be something like:
>
>    cygpath -m "$PWD"

If you would actually look at the file, you would see that pretty much
everything you just wrote is wrong

SNIPPET

*MINGW*)
	pwd () {
		builtin pwd -W
	}

http://github.com/git/git/blob/master/git-sh-setup.sh
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]