The pattern for the *.po files was anchored at the repository's root, but this would match the files only in the git-gui repository itself, but not in the version that is subtree-merged into git.git. Signed-off-by: Johannes Sixt <j6t@xxxxxxxx> --- .gitattributes | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.gitattributes b/.gitattributes index f96112d..c69f4a0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ * encoding=US-ASCII git-gui.sh encoding=UTF-8 -/po/*.po encoding=UTF-8 +po/*.po encoding=UTF-8 -- 1.6.2.rc0.81.g1e300 -- 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