From f4e6c54556c43537846888e89a5f4cd48929f0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Lacl=C3=A9?= Date: Sat, 19 Aug 2023 17:23:31 -0400 Subject: [PATCH] Update gitcodechurn.py Added reference to @JonathanGuerne in the comments. --- gitcodechurn.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gitcodechurn.py b/gitcodechurn.py index 47248dc..5f45547 100644 --- a/gitcodechurn.py +++ b/gitcodechurn.py @@ -1,7 +1,9 @@ ''' -Author: Francis Laclé +Authors: +- Francis Laclé +- Jonathan Guerne License: MIT -Version: 1.0.1 +Version: 1.2.1 Script to compute "true" code churn of a Git repository.