git-update: Move entry point to a main() method
commit1946486a67d6085318e00c753d341ab05d12904c
authorLukas Fleischer <lfleischer@archlinux.org>
Tue, 20 Sep 2016 07:08:33 +0000 (20 09:08 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Thu, 29 Sep 2016 20:07:06 +0000 (29 22:07 +0200)
treece4221b3e508b52cb7170141d498301488ce9684
parent8468b6be4bada275f1fb8836f2fd9c161c103985
git-update: Move entry point to a main() method

Move the main program logic of git-update to a main() method such that
it can be used as a module and easily be invoked by setuptools wrapper
scripts.

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