diff options
author | Jeff Hostetler <jeffhost@microsoft.com> | 2017-04-14 21:12:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-15 11:21:12 +0200 |
commit | a6db3fbb6e4ec11695e2a3af8bc2cb9119cb1941 (patch) | |
tree | 6eeb1de45587403bee39e7579585c57409d1346c /t/helper/.gitignore | |
parent | Eleventh batch for 2.13 (diff) | |
download | git-a6db3fbb6e4ec11695e2a3af8bc2cb9119cb1941.tar.xz git-a6db3fbb6e4ec11695e2a3af8bc2cb9119cb1941.zip |
read-cache: add strcmp_offset function
Add strcmp_offset() function to also return the offset of the
first change.
Add unit test and helper to verify.
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/.gitignore')
-rw-r--r-- | t/helper/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/.gitignore b/t/helper/.gitignore index 758ed2e8fa..e7fe7ff598 100644 --- a/t/helper/.gitignore +++ b/t/helper/.gitignore @@ -26,6 +26,7 @@ /test-sha1 /test-sha1-array /test-sigchain +/test-strcmp-offset /test-string-list /test-submodule-config /test-subprocess |