-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
29 additions
and
25 deletions.
There are no files selected for viewing
Submodule git-core
updated
1462 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
diff --git a/packfile.c b/packfile.c | ||
index c0d7dd93f4..d797afff0e 100644 | ||
index 9c4bd81a8c..da8a77da48 100644 | ||
--- a/packfile.c | ||
+++ b/packfile.c | ||
@@ -1951,7 +1951,9 @@ off_t nth_packed_object_offset(const struct packed_git *p, uint32_t n) | ||
@@ -1993,8 +1993,8 @@ off_t nth_packed_object_offset(const struct packed_git *p, uint32_t n) | ||
} | ||
} | ||
|
||
-off_t find_pack_entry_one(const unsigned char *sha1, | ||
+off_t real_find_pack_entry_one(const unsigned char *sha1, | ||
+ struct packed_git *p); | ||
+off_t real_find_pack_entry_one(const unsigned char *sha1, | ||
struct packed_git *p) | ||
-off_t find_pack_entry_one(const struct object_id *oid, | ||
- struct packed_git *p) | ||
+off_t real_find_pack_entry_one(const struct object_id *oid, | ||
+ struct packed_git *p) | ||
{ | ||
const unsigned char *index = p->index_data; | ||
uint32_t result; |