Open GoogleCodeExporter opened 8 years ago
Cool idea.
Not familiar with the -- idiom, but otherwise sounds good.
Original comment by acaudw...@gmail.com
on 9 Nov 2009 at 9:32
The -- (double hyphen) would be unnecessary because gource doesn't call any
other command-line programs. The double hyphen is typically used to tell the
program to capture-but-ignore everything after the double hyphen and pass it to
another command-line program that is called.
e.g. build -p "/dev/project1" -- all
build prepares a project, "/dev/project1", before calling make with the all
command for that project's makefile.
I've also seen a single hyphen used this way. Anyways, back to gource; any
overriding options could be passed on the command-line without the double
hyphen preceding them.
Original comment by skoobiedu@gmail.com
on 20 Apr 2011 at 1:53
Original issue reported on code.google.com by
delive...@gmail.com
on 7 Nov 2009 at 1:28