Make git-remote.perl "use strict" compliant
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 4 Feb 2008 10:09:00 +0000 (11:09 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Feb 2008 21:50:21 +0000 (13:50 -0800)
I was looking at some of the perl commands, and noticed that
git-remote was the only one to lack a 'use strict' pragma at the top,
which could be a good thing for its maintainability. Hopefully, the
required changes are minimal.

Signed-off-by: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found