mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
cocci: apply the "refs.h" part of "the_repository.pending"
Apply the part of "the_repository.pending.cocci" pertaining to "refs.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
a5183d7696
commit
12cb1c10a6
@@ -105,6 +105,10 @@
|
||||
|
|
||||
- has_promisor_remote
|
||||
+ repo_has_promisor_remote
|
||||
// refs.h
|
||||
|
|
||||
- dwim_ref
|
||||
+ repo_dwim_ref
|
||||
)
|
||||
(
|
||||
+ the_repository,
|
||||
|
||||
@@ -5,11 +5,7 @@
|
||||
@@
|
||||
@@
|
||||
(
|
||||
// refs.h
|
||||
- dwim_ref
|
||||
+ repo_dwim_ref
|
||||
// rerere.h
|
||||
|
|
||||
- rerere
|
||||
+ repo_rerere
|
||||
// revision.h
|
||||
|
||||
Reference in New Issue
Block a user