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
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs