I use the gitweb RSS feed a lot for my remote repositories but it only shows me commits.
Is there a way to get creation of tag objects into the feed as well?
(I’m currently using 1.6.3.3 for the remote repositories.)
Cheers.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not as it is now. Gitweb’s feed (RSS and Atom) are just showing the history (log) of a given branch (default HEAD, i.e. current branch). You can sort tags by name using version sort, or by tagger date, but inherently tag doesn’t have pointer to previous tag like commit has.
Still, you have sources, so you can extend gitweb (and hopefully provide patches to git mailing list, git@vger.kernel.org).