[Gimp-docs] help with git
Ulf-D. Ehlert
ude88 at web.de
Tue Apr 21 03:44:10 PDT 2009
Marco Ciampa (Sonntag, 19. April 2009, 17:17):
> $git status
> # On branch master
> # Changed but not updated:
> # (use "git add <file>..." to update what will be committed)
> #
> # modified: po/it/appendix.po
> # modified: po/it/concepts.po
[...]
> But I haven't changed anything and I do not want to commit some
> timestamp change.
Try 'git checkout po/it' (don't know if it works recursively, otherwise
use "find po/it -name '*.po' | xargs git checkout"), this should revert
any changes and touch the po files, so that pot files are newer than
src files and po files are newer than pot files, which should
make 'make' happy again.
Bye,
Ulf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : /lists/gimp-docs/attachments/20090421/07fecc76/attachment.bin
More information about the Gimp-docs
mailing list