Uh oh!
There was an error while loading. Please reload this page.
Improve gitdir handling with submodules - #135
Conversation
When using git submodules, some versions of git (e.g., 1.7.9) use abosulate path in the gitdir reference of the submodules. This patch adds support to handle absoluate path correctly.
When searching for the git directory of a project the search follows the project's basedir parent directory rather than following the project hierarchy (which is not correct)
maiergre
commented
Oct 30, 2014
maiergre
commented
Nov 7, 2014
@ktoso I was wondering whether you had a chance to look at this pull request |
ktoso
commented
Nov 7, 2014
Sorry, not yet, was very busy with Akka this week. But should be able to Thanks for your patience! Konrad
|
ktoso
commented
Nov 9, 2014
Seems good to me, and tests pass. Unless I missed some edge case this should be fine - thanks for the contribution! |
Improve gitdir handling with submodules
klion26
commented
Aug 31, 2024
Hi thanks for the great project, so that we can track the commit message in the distribute env easily. I have a question about searching for .git in the parent directory: do we need to add an option to not search the parent directory when finding the Now we will search all parent directories from the current directory to find the The background of this case is that I am contributing to an open-source project. this project wants to report an error without |
Thanks for the plugin!
This pull req fixes two issues I encountered: