quoted
quoted
quoted
quoted
"ZB" == Zack Brown [off-list ref] writes:
ZB> It turned out one of my files had a "'" in the name, i.e.:
ZB> $ ls
ZB> Zack's_file
ZB> $
ZB> I removed it, and all of a sudden cg-init worked perfectly.
ZB> Is that a Cogito bug? I would expect git to handle any
ZB> filename the filesystem itself can handle.
I'd be very surprised if it were a bug in the core GIT. On the
other hand, Cogito, being a bunch of shell scripts, has plenty
of pitfalls it can fall in, especially in quoting areas unless
it is written reasonably carefully.