We sometimes like to organize our repositories into folders, but the notifier doesn't produce links for these correctly.
Example-wise, consider a directory that contain three git repos like this:
- fizzle.git
- goggle.git
- bubble.git
The respective urls for these are:
The git-commit-notifier produces links to these repos just fine.
However, if we want to organize fizzle.git and goggle.git together in a directory "funky" like this:
- funky/fizzle.git
- funky/goggle.git
- bubble.git
.. git-commit-notifier keeps on generating links the way they were before, instead of how they should be:
We sometimes like to organize our repositories into folders, but the notifier doesn't produce links for these correctly.
Example-wise, consider a directory that contain three git repos like this:
The respective urls for these are:
The git-commit-notifier produces links to these repos just fine.
However, if we want to organize fizzle.git and goggle.git together in a directory "funky" like this:
.. git-commit-notifier keeps on generating links the way they were before, instead of how they should be: