author | Petr Baudis <pasky@suse.cz> | |
Sun, 25 Jun 2006 01:54:26 +0000 (03:54 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 00:14:42 +0000 (17:14 -0700) | ||
commit | 24c4b7143639cc821b6d06f9e125429e65dad8cd | |
tree | dbdce1c44b2e96893cb6fc895efb6727a93f5332 | tree | snapshot |
parent | a6065b548fc74ce4d8a655e17bfb1dba39540464 | commit | diff |
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>
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 | diff | blob | history | |
perl/Git.xs | diff | blob | history |