author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | |
Mon, 4 Feb 2008 10:09:00 +0000 (11:09 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 Feb 2008 21:50:21 +0000 (13:50 -0800) | ||
commit | 7deaec9ac7bb42da0ee40da66f663b0d589ce7ee | |
tree | 5ff48a86981b4d3a475dc8502af9bd468ed81932 | tree | snapshot |
parent | ef5b9d6e2286630bf8afb5bdf1c6e3356f3d50c7 | commit | diff |
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>
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 | diff | blob | history |