Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-10-28 21:51:53 +0400
committerJunio C Hamano <gitster@pobox.com>2013-10-28 21:51:53 +0400
commitcfd10568b0529c74a9ab1f5baa1c7e285f898105 (patch)
tree3729b5d08da53297c439b8c9d3ed1cd8a65e809e /sha1_file.c
parentf43bc33e4442b7a474695ea3e268b108960f7564 (diff)
parentdcb11cca50992339af744e25ca5d0f94b478d3b9 (diff)
Sync with v1.8.4.2
Diffstat (limited to 'sha1_file.c')
-rw-r--r--sha1_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1_file.c b/sha1_file.c
index f80bbe4674..7dadd04cb7 100644
--- a/sha1_file.c
+++ b/sha1_file.c
@@ -2514,7 +2514,6 @@ static int sha1_loose_object_info(const unsigned char *sha1,
return 0;
}
-/* returns enum object_type or negative */
int sha1_object_info_extended(const unsigned char *sha1, struct object_info *oi)
{
struct cached_object *co;
@@ -2563,6 +2562,7 @@ int sha1_object_info_extended(const unsigned char *sha1, struct object_info *oi)
return 0;
}
+/* returns enum object_type or negative */
int sha1_object_info(const unsigned char *sha1, unsigned long *sizep)
{
enum object_type type;