From bb3b305281085e563408ba51b16dd3d1107fb79f Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Thu, 25 Oct 2012 02:46:03 +0200 Subject: [PATCH] Add Dmitry Kakurin to hall of fame See lines 59-60 from https://github.com/libgit2/libgit2/blob/44b1ff4c1209c34360cc0c43761c40f5f5020886/src/filter.c which contain a couple of lines of code to ignore an EOF at the end of a file when detecting if it is a text file or not. These came from this contribution that Dmitry made to core Git back in 2008 (https://github.com/git/git/commit/f9dd4bf4e58af0b4828c7e7013080dba59f8a6b9) which was committed by Junio. Dmitry gave his permission for these changes to be included in LibGit2 as well via email to vmg and myself --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 39291b253..4f91758d9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,6 +15,7 @@ Daniel Huckstep Dave Borowitz David Boyce David Glesser +Dmitry Kakurin Dmitry Kovega Emeric Fermas Emmanuel Rodriguez