I'd see the following benefits of having something like Pingback/Trackback in Git:
- Automatic mirror discovery to download objects from
- Upstream author has a nice overview of available branches/forks
- Stale repositories could link to recently updated repositories
I realize this could probably only implemented with gitserve repositories (i.e. git://) and ssh+git repositores, but not with "dumb" (i.e. http://) repositories, but maybe it'd be possible to add some kind of CGI (think: gitweb) addition to allow for pingbacks. If a repository stores the URL of the gitweb installation of this repository and gitweb is extended to allow saving of ping/track-back repository URLs, we could have ping/track-back for all our Git repositories.
No comments:
Post a Comment