-
-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support git submodules #75
Comments
randomize@5b3677f |
Really excited to see this tool exists, bummed to learn it ignores submodules |
I found that commenting all these lines will show the commits from submodules: # continue if not a git directory
# if [[ ! -d ".git" || -f ".git" ]] ; then
# cd ${BASE_DIR}
# continue
# fi Later edit: I am on macOS Catalina, using GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19) |
Issue still exists in master. Applying the patch in #116 seems to fix it for me. Were there some other issues with the PR that made you close it @mihaicris ? |
if repo has submodules, the commits are not found
The text was updated successfully, but these errors were encountered: