As Thomas Gleixner wisely pointed out, using 'self' is stoopid, it
doesn't convey useful information, so use sensible names
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Amazing how many crept up over time, should have set the
execute bit of .git/hooks/pre-commit already, duh.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
In the past it was always cloning and doing the reorganization steps on the
clone, now this is done by the caller, so no need to return self.
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>