Git.pm: Swap hash_object() parameters
commit24c4b7143639cc821b6d06f9e125429e65dad8cd
authorPetr Baudis <pasky@suse.cz>
Sun, 25 Jun 2006 01:54:26 +0000 (25 03:54 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:42 +0000 (2 17:14 -0700)
treedbdce1c44b2e96893cb6fc895efb6727a93f5332
parenta6065b548fc74ce4d8a655e17bfb1dba39540464
Git.pm: Swap hash_object() parameters

I'm about to introduce get_object() and it will be better for consistency
if the object type always goes first. And writing 'blob' there explicitly
is not much bother.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
perl/Git.pm
perl/Git.xs