Re: [PATCH v3 2/8] sha1-array: Implement oid_array_readonly_contains

2019-01-27 Thread Junio C Hamano
sxe...@google.com writes: > Subject: Re: [PATCH v3 2/8] sha1-array: Implement oid_array_readonly_contains Style: s/: Implement/: implement/ > From: Stefan Xenos This line wants to say "Stefan Xenos " to match S-o-b below (I am assuming that you are following your employ

[PATCH v3 2/8] sha1-array: Implement oid_array_readonly_contains

2019-01-27 Thread sxenos
From: Stefan Xenos Implement a "readonly_contains" function for oid_array that won't sort the array if it is unsorted. This can be used to test containment in the rare situations where the array order matters. The function has intentionally been given a name that is more cumbersome than the "loo