[Reproducible-commits] [misc] 01/02: diffp: add support for mo files

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Oct 4 09:55:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository misc.

commit 031d9b707fed7250f474cabba5e066fc2d58e86c
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Sep 21 13:05:02 2014 +0200

    diffp: add support for mo files
---
 diffp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/diffp b/diffp
index 1b65788..d07ec57 100755
--- a/diffp
+++ b/diffp
@@ -43,6 +43,8 @@ get_ops() {
 	    *.hi|*.p_hi)
 		echo "ghc --show-iface FILE"
 		;;
+	    *.mo)
+		echo "msgunfmt FILE"
 	esac
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list