On 07/21/2011 01:23 PM, [email protected] wrote: > > [The mailing list software tends to remove attachments, but as list > admin I got it anyways] > > Looking at your trash/tmp, it seems that the line > > root=$(cd trash/repos/foo && git rev-list --reverse HEAD | head -1) > > in t0105-commit.sh actually returns two lines: the absolute path of the > foo test repo followed by a newline and the root commit sha1. >
ahh, a little bell is now ringing. I've seen this before: I have CDPATH set... Adding a simple 'unset CDPATH' to setup.sh fixes the issue... shall I send a patch? -- Ferry Huberts _______________________________________________ cgit mailing list [email protected] http://hjemli.net/mailman/listinfo/cgit
