diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-10-14 10:49:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-14 10:49:56 -0700 |
commit | 40e2d8dbaf7acecc9c96ca2c99478bc7bfb3bc3c (patch) | |
tree | cf2542570c3af31351d7ae6708c1dfe78bd32e51 /.gitignore | |
parent | 11cb3130d551590ae2dbd582e809763bfc353a47 (diff) | |
parent | 0eb0fb889e2e7e063e7dd8cbee38af106aa195f6 (diff) | |
download | git-40e2d8dbaf7acecc9c96ca2c99478bc7bfb3bc3c.tar.gz |
Merge branch 'rs/sha1-array-test'
* rs/sha1-array-test:
sha1-lookup: handle duplicates in sha1_pos()
sha1-array: add test-sha1-array and basic tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5bfb234591..9ec40fa9fb 100644 --- a/.gitignore +++ b/.gitignore @@ -199,6 +199,7 @@ /test-revision-walking /test-run-command /test-sha1 +/test-sha1-array /test-sigchain /test-string-list /test-subprocess |