Code

sha1_file: make the new sha1 object writing be coda-friendly.
[git.git] / read-tree.c
index 604884a983e087e25afccc1c52beff3883036e58..f8dc509a1f999fcbcccc6936477ddc80c9d063cc 100644 (file)
@@ -191,7 +191,7 @@ int main(int argc, char **argv)
                        merge = 1;
                        continue;
                }
-               if (get_sha1_hex(arg, sha1) < 0)
+               if (get_sha1(arg, sha1) < 0)
                        usage(read_tree_usage);
                if (stage > 3)
                        usage(read_tree_usage);