From efa004122e494fadbd123b66e51505616d6db26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Me=C5=A1=C5=A5an?= Date: Tue, 25 Aug 2020 18:07:35 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ede9ee3..68e526d 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,11 @@ You can use the Docker image provided: *A:* You can run the dos2unix app in cygwin as follows: `/bin/dos2unix.exe /usr/local/bin/git-quick-stats`. This will convert the script from the CR-LF convention that Microsoft uses to the LF convention that UNIX, OS X, and Linux use. You should then should be able to run it as normal. +*Q:* How they could be used in a project with many git projects and statistics would show a summary of all git projects? + +*A:* If you want to include submodule logs, you can try using the following: `export _GIT_LOG_OPTIONS="-p --submodule=log"` +(more info about [git log --submodule](https://git-scm.com/docs/git-log#Documentation/git-log.txt---submoduleltformatgt)) + ## Contribution Want to contribute? Great! First, read this page.