Browse Source
Convert this function by changing the declaration and definition and applying the following semantic patch to update the callers: @@ expression E1, E2; @@ - sha1_array_lookup(E1, E2.hash) + sha1_array_lookup(E1, &E2) @@ expression E1, E2; @@ - sha1_array_lookup(E1, E2->hash) + sha1_array_lookup(E1, E2) Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
![sandals@crustytoothpaste.net](/assets/img/avatar_default.png)
![Junio C Hamano](/assets/img/avatar_default.png)
7 changed files with 11 additions and 12 deletions
Loading…
Reference in new issue