2010/11/12 MichaÅ Kiedrowicz <mkiedrowicz@xxxxxx>: > I just noticed that > > Â Â Â Â'gettext -- "--cached cannot be used with --files"' > > in git-submodule.sh generates > > Â Â Â Â#: git-submodule.sh:588 > Â Â Â Âmsgid "--" > Â Â Â Âmsgstr "" > > in *.po files. You can this e.g. in po/de.po. > > This is not what commit message says :) > > Â Âgettextize: git-submodule "cached cannot be used" message > > Â ÂGettextize the "--cached cannot be used with --files" message. Since > Â Âthis message starts with "--" we have to pass "--" as the first > Â Âargument. This works with both GNU gettext 0.18.1 (as expected), and > Â Âthe gettext(1) on Solaris 10. Thanks for the report. I spotted this a while ago, meant to raise it and put it on my TODO list. Then I forgot about it :) Anyway, the issue is with xgettext(1), not gettext itself. I.e. the shellscript parser is broken. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html