|
the thpinfo.com blogger archives (2007-2008) Pingback/TrackBack for Git?Published: 2007-07-03T13:22:00.000+02:00
Tags: trackback, pingback, linux, git, mirror
Wouldn't it be cool if Pingback/Trackback (nice comparison here) could be implemented for the distributed VCS Git? As every object in Git is verified by its hash, security would be built-in, and new commits on top of the origin's master branch have to be verified by the user, anyway.
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. Thomas Perl (thp at this domain); jabber: thp@jabber.org |
|