forked from wesabe/git-commit-notifier
-
Notifications
You must be signed in to change notification settings - Fork 61
gitweb link_files only works for top-level projects #123
Copy link
Copy link
Open
Description
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:
- https://webserver.com/gitweb/?p=fizzle.git
- https://webserver.com/gitweb/?p=goggle.git
- https://webserver.com/gitweb/?p=bubble.git
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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels