git-update: Do not overwrite the repo variable
commite3bcf83feb2dd68352c6c47aa16d64c025e1fb5b
authorLukas Fleischer <lfleischer@archlinux.org>
Mon, 22 Aug 2016 06:16:47 +0000 (22 08:16 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Mon, 22 Aug 2016 06:25:51 +0000 (22 08:25 +0200)
tree1c40778ff3950d776d97992ee6ac3dd0af71def0
parent29625e074472b6546e7433e9b72a3b907abd06ff
git-update: Do not overwrite the repo variable

The repo variable is already used to store the pygit2.Repository.

Fixes a regression introduced in d273ee5 (Use the official provider list
to detect duplicates, 2016-05-17).

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
git-interface/git-update.py
git-interface/test/t0003-update.sh