git-svn: cleanup sprintf usage for uppercasing hex
commit1b67bef25606471817d9b0a61a923568de0daac8
authorEric Wong <normalperson@yhbt.net>
Thu, 24 Jan 2013 00:23:44 +0000 (24 00:23 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 24 Jan 2013 10:21:23 +0000 (24 10:21 +0000)
tree72994628c2f41d976392a036756fead68a4a9dd9
parentec3ae6ec46ed48383ae40643990f169b65a563cc
git-svn: cleanup sprintf usage for uppercasing hex

We do not need to call uc() separately for sprintf("%x")
as sprintf("%X") is available.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
perl/Git/SVN.pm
perl/Git/SVN/Editor.pm