Code

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)
commit7deaec9ac7bb42da0ee40da66f663b0d589ce7ee
tree5ff48a86981b4d3a475dc8502af9bd468ed81932
parentef5b9d6e2286630bf8afb5bdf1c6e3356f3d50c7
Make git-remote.perl "use strict" compliant

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>
git-remote.perl