From 895c0432c193c938d0a4465b8bcdd0ac648d03eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A5re=20Thor=20Olsen?= Date: Fri, 19 Jul 2019 10:08:37 +0200 Subject: Ability to generate git diff commands similar to the web site translation statistics web pages (commented out; should perhaps be made optional) --- check_trans.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'check_trans.pl') diff --git a/check_trans.pl b/check_trans.pl index 7b513b83a60..6ba9df1604c 100755 --- a/check_trans.pl +++ b/check_trans.pl @@ -1140,6 +1140,9 @@ sub check_file $status = ST_NEEDSUPDATE; $str = "NeedToUpdate $file_translation from revision " ."$translation_last_change to revision $orig_last_change"; + # generate git diff commands similar to the web site translation statistics web pages + #$str = "NeedToUpdate git diff " + # ."$translation_last_change..$orig_last_change -- $file_orig"; } else # $translation_last_change > $orig_last_change { -- cgit v1.2.3