[Insight-developers] git gerrit-push fails on mingw

Brad King brad.king at kitware.com
Mon Aug 8 10:40:26 EDT 2011


On 8/8/2011 10:35 AM, Bill Lorensen wrote:
> I usually don't push and merge from these platforms.

Okay.  Please run this test in an empty directory.
You can just cut-and-paste the whole block of commands
into the shell.

---------------------------------------------------
mkdir -p test/foo
echo '#!/usr/bin/env bash' > test/foo/test.sh
echo 'echo hello' >> test/foo/test.sh
chmod 755 test/foo/test.sh
cd test
git init
git config alias.foo '!foo/test.sh'
git foo
---------------------------------------------------

What is the output?

Thanks,
-Brad


More information about the Insight-developers mailing list