Browse Source

If new="--" then enable ln-untracked

master
Joshua Nathaniel Pritikin 12 years ago
parent
commit
cd46ee42aa
  1. 3
      git-latexdiff

3
git-latexdiff

@ -247,6 +247,9 @@ done
if test -z "$new" ; then
new=HEAD
fi
if test "$new" = "--"; then
ln_untracked=1
fi
if test -z "$old" ; then
echo "fatal: Please, provide at least one revision to diff with."

Loading…
Cancel
Save