* Can Gitweb show a git-shortog(1) between two revisions?
@ 2011-02-18 14:06 Ævar Arnfjörð Bjarmason
2011-02-18 15:23 ` Jakub Narebski
0 siblings, 1 reply; 2+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2011-02-18 14:06 UTC (permalink / raw)
To: Git Mailing List
I want to show a git-shortlog(1) in Gitweb (to link to it externally).
Can Gitweb do this? I haven't found out how, if so.
I.e. just:
git shortlog x..y
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Can Gitweb show a git-shortog(1) between two revisions?
2011-02-18 14:06 Can Gitweb show a git-shortog(1) between two revisions? Ævar Arnfjörð Bjarmason
@ 2011-02-18 15:23 ` Jakub Narebski
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Narebski @ 2011-02-18 15:23 UTC (permalink / raw)
To: Ævar Arnfjörð Bjarmason; +Cc: Git Mailing List, Jakub Narebski
Ævar Arnfjörð Bjarmason <avarab@gmail.com> writes:
> I want to show a git-shortlog(1) in Gitweb (to link to it externally).
> Can Gitweb do this? I haven't found out how, if so.
>
> I.e. just:
>
> git shortlog x..y
Modern gitweb can, though currently you have to generate URL by hand.
For example:
http://git.example.com/git.git/shortlog/refs/tags/v1.7.4..refs/tags/v1.7.4.1
--
Jakub Narebski
Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-18 15:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18 14:06 Can Gitweb show a git-shortog(1) between two revisions? Ævar Arnfjörð Bjarmason
2011-02-18 15:23 ` Jakub Narebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).