nickva opened a new pull request, #5921: URL: https://github.com/apache/couchdb/pull/5921
When we run configure and make we differentiate if we're in a release or running in dev mode. Previously, we checked for .git directory, but there is supposedly a better way -- `git rev-parse --is-inside-work-tree`. This may help in cases when .git is not a directory but a reference file with a `gitdir: $path` in it. [1] https://git-scm.com/docs/git-rev-parse#Documentation/git-rev-parse.txt---is-inside-work-tree [2] Also you can have a plain text file .git at the root of your working tree, containing gitdir: <path> to point at the real directory that has the repository -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
