2018-01-17 20:40:19 +00:00
|
|
|
From 13d072ac934f4f5f7861e271080b739f18f5bb91 Mon Sep 17 00:00:00 2001
|
2015-07-22 14:14:34 +00:00
|
|
|
From: Peter Jones <pjones@redhat.com>
|
|
|
|
Date: Wed, 22 Jul 2015 11:21:01 -0400
|
2018-01-17 20:40:19 +00:00
|
|
|
Subject: [PATCH 096/225] git: Mark po/exclude.pot as binary so git won't diff
|
|
|
|
nonprintables.
|
|
|
|
|
|
|
|
Right now when we diff the .pot file, things really really don't work.
|
|
|
|
This patch adds the "binary" attribute to the file, so that it'll diff
|
|
|
|
it as a binary blob instead of ascii/utf-8.
|
2015-07-22 14:14:34 +00:00
|
|
|
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
|
|
---
|
|
|
|
.gitattributes | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
create mode 100644 .gitattributes
|
|
|
|
|
|
|
|
diff --git a/.gitattributes b/.gitattributes
|
|
|
|
new file mode 100644
|
2017-06-16 19:31:32 +00:00
|
|
|
index 000000000..33ffaa404
|
2015-07-22 14:14:34 +00:00
|
|
|
--- /dev/null
|
|
|
|
+++ b/.gitattributes
|
|
|
|
@@ -0,0 +1 @@
|
|
|
|
+po/exclude.pot binary
|
|
|
|
--
|
2018-01-17 20:40:19 +00:00
|
|
|
2.14.3
|
2015-07-22 14:14:34 +00:00
|
|
|
|