Skip to content

Commit e526f6b

Browse files
Don't pull in upstream DiffHighlight
We've diverged a little from upstream, so pulling it in directly will break things
1 parent deb2780 commit e526f6b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

update-deps.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,3 @@
22

33
# initalize the bats components
44
git submodule sync && git submodule update --init
5-
6-
7-
DIFFHIGHLIGHT_RAW_URL_BASE="https://raw.githubusercontent.com/git/git/master/contrib/diff-highlight"
8-
DIFFHIGHLIGHT_FILES=( "DiffHighlight.pm" "README" )
9-
10-
for file in "${DIFFHIGHLIGHT_FILES[@]}";
11-
do
12-
url="$DIFFHIGHLIGHT_RAW_URL_BASE/$file"
13-
echo "$url"
14-
curl -#Lo "lib/$file" "$url"
15-
done

0 commit comments

Comments
 (0)