mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
d9747d852b
Signed-off-by: Peter Jones <pjones@redhat.com>
22 lines
555 B
Diff
22 lines
555 B
Diff
From 12c7d6cbeb8bdf9e0c990315c414a98eb056efae Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Wed, 22 Jul 2015 11:21:01 -0400
|
|
Subject: [PATCH 19/84] Mark po/exclude.pot as binary so git won't try to diff
|
|
nonprintables.
|
|
|
|
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
|
|
index 0000000..33ffaa4
|
|
--- /dev/null
|
|
+++ b/.gitattributes
|
|
@@ -0,0 +1 @@
|
|
+po/exclude.pot binary
|
|
--
|
|
2.5.0
|
|
|