`git show -s --format=%h\\|%ci 2> /dev/null`
[..]
Am I just reading this wrong?
Yes :-). It's not a pipe to another command, but a pipe sign within the format string. The double back-slash is to escape it. I'm using it to later on split the commit hash from the timestamp. Could have used any other, less confusing string indeed.
I'm surprised anyone but me cares about this. Are you running from git? -- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
