From 6cad966103c84dab5cade70ca450293cd3e189d7 Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Mon, 20 Feb 2012 11:11:53 +0100 Subject: [PATCH] Alternative script --- git-latexdiff | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/git-latexdiff b/git-latexdiff index b067a3d..858794e 100755 --- a/git-latexdiff +++ b/git-latexdiff @@ -24,6 +24,15 @@ # - checkout only a subdirectory of the repo # - hardlink temporary checkouts as much as possible +# Alternatives: +# +# There is another script doing essentially the same here: +# https://github.com/cawka/latexdiff/blob/master/latexdiff-git +# My experience is that latexdiff-git is more buggy than +# git-latexdiff, but they probably just don't have the same bugs ;-) +# +# Ideally, these two scripts should be merged. + usage () { cat << EOF Usage: $(basename $0) [options] OLD [NEW]