git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-gui: Fix file name pattern in .gitattributes.
@ 2009-02-24  8:01 Johannes Sixt
  2009-02-24  8:44 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Johannes Sixt @ 2009-02-24  8:01 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: git, Johannes Sixt

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@kdbg.org>
---
 .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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-02-25  8:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-24  8:01 [PATCH] git-gui: Fix file name pattern in .gitattributes Johannes Sixt
2009-02-24  8:44 ` Junio C Hamano
2009-02-24  9:25   ` Johannes Sixt
2009-02-24 17:33     ` Junio C Hamano
2009-02-25  7:54       ` [PATCH 1/2] gitattributes.txt: Path matching rules are explained in gitignore.txt Johannes Sixt
2009-02-25  8:00         ` Johannes Sixt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).