]> git.ipfire.org Git - thirdparty/git.git/blobdiff - contrib/coccinelle/the_repository.cocci
cocci: apply the "object-store.h" part of "the_repository.pending"
[thirdparty/git.git] / contrib / coccinelle / the_repository.cocci
index 3c0bd8781e774a205f9f7cfe2599c61f42834b43..fa159aba5b515218c10d0c97db1ba4790707861b 100644 (file)
 |
 - diff_setup
 + repo_diff_setup
+// object-store.h
+|
+- read_object_file
++ repo_read_object_file
+|
+- has_object_file
++ repo_has_object_file
+|
+- has_object_file_with_flags
++ repo_has_object_file_with_flags
 )
   (
 + the_repository,