From 4d89264422ce8f06c4b8c5e9e96719743911c65e Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Fri, 8 May 2015 15:53:06 +0530 Subject: [PATCH] Authors: add information about how to find authors Signed-off-by: Vinod Koul --- AUTHORS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index e69de29..e57a20b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,4 @@ +To see author of various changes in this project, please run the below git +command + +$ git log --format='%aN'| sort -u -- 2.47.3