mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
cocci: apply the "packfile.h" part of "the_repository.pending"
Apply the part of "the_repository.pending.cocci" pertaining to "packfile.h". Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
bab821646a
commit
afe27c8894
@@ -91,6 +91,10 @@
|
||||
|
|
||||
- format_commit_message
|
||||
+ repo_format_commit_message
|
||||
// packfile.h
|
||||
|
|
||||
- approximate_object_count
|
||||
+ repo_approximate_object_count
|
||||
)
|
||||
(
|
||||
+ the_repository,
|
||||
|
||||
@@ -5,11 +5,7 @@
|
||||
@@
|
||||
@@
|
||||
(
|
||||
// packfile.h
|
||||
- approximate_object_count
|
||||
+ repo_approximate_object_count
|
||||
// promisor-remote.h
|
||||
|
|
||||
- promisor_remote_reinit
|
||||
+ repo_promisor_remote_reinit
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user