* gitweb improvements
@ 2008-10-05 15:45 Tjernlund
2008-10-05 17:22 ` Jakub Narebski
0 siblings, 1 reply; 5+ messages in thread
From: Tjernlund @ 2008-10-05 15:45 UTC (permalink / raw)
To: 'git'
When I browse a repo using gitweb, I miss two things:
1) looking at the history for a file or directory I really want
to see the tags there too.
2) looking at a merge like:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=66120005e65eed8a05b14a36ab448bdec42f0d6b
is somewhat confusing. It really doesn't tell you which commits that is
included in the merge.
Jocke
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gitweb improvements
2008-10-05 15:45 gitweb improvements Tjernlund
@ 2008-10-05 17:22 ` Jakub Narebski
2008-10-05 22:25 ` Tjernlund
0 siblings, 1 reply; 5+ messages in thread
From: Jakub Narebski @ 2008-10-05 17:22 UTC (permalink / raw)
To: Tjernlund; +Cc: 'git'
"Tjernlund" <tjernlund@tjernlund.se> writes:
> When I browse a repo using gitweb, I miss two things:
> 1) looking at the history for a file or directory I really want
> to see the tags there too.
Should be easy to do, but would probably wait (and be indirect result)
of refactoring/unification of log-like views code ('log', 'shortlog',
'history', perhaps also 'rss', 'atom', 'search')
I have added it to my gitweb TODO list...
> 2) looking at a merge like:
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=66120005e65eed8a05b14a36ab448bdec42f0d6b
> is somewhat confusing. It really doesn't tell you which commits that is
> included in the merge.
I don't understand you there. First, you have "(merge: 0d0f3ef 9778e9a)"
in the navbar, so you can easily go to commit view for parents. Second,
among commit headers you have two "parent", where SHA-1 of a commit is
hidden link, and there are also 'commit' and 'diff' link for those.
--
Jakub Narebski
Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: gitweb improvements
2008-10-05 17:22 ` Jakub Narebski
@ 2008-10-05 22:25 ` Tjernlund
2008-10-05 23:54 ` Jakub Narebski
0 siblings, 1 reply; 5+ messages in thread
From: Tjernlund @ 2008-10-05 22:25 UTC (permalink / raw)
To: 'Jakub Narebski'; +Cc: 'git'
> -----Original Message-----
> From: Jakub Narebski [mailto:jnareb@gmail.com]
> Sent: den 5 oktober 2008 19:22
> To: Tjernlund
> Cc: 'git'
> Subject: Re: gitweb improvements
>
> "Tjernlund" <tjernlund@tjernlund.se> writes:
>
> > When I browse a repo using gitweb, I miss two things:
> > 1) looking at the history for a file or directory I really want
> > to see the tags there too.
>
> Should be easy to do, but would probably wait (and be indirect result)
> of refactoring/unification of log-like views code ('log', 'shortlog',
> 'history', perhaps also 'rss', 'atom', 'search')
>
> I have added it to my gitweb TODO list...
Great! Thanks.
>
> > 2) looking at a merge like:
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-
> 2.6.git;a=commit;h=66120005e65eed8a05b14a36ab448bdec42f0d6b
> > is somewhat confusing. It really doesn't tell you which commits that is
> > included in the merge.
>
> I don't understand you there. First, you have "(merge: 0d0f3ef 9778e9a)"
> in the navbar, so you can easily go to commit view for parents. Second,
> among commit headers you have two "parent", where SHA-1 of a commit is
> hidden link, and there are also 'commit' and 'diff' link for those.
hmm, looks like I overlooked "(merge: 0d0f3ef 9778e9a)" part. However, I can't
find the "ALSA: make the CS4270 driver a new-style I2C driver" from within
this page.
>
> --
> Jakub Narebski
> Poland
> ShadeHawk on #git
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gitweb improvements
2008-10-05 22:25 ` Tjernlund
@ 2008-10-05 23:54 ` Jakub Narebski
2008-10-06 22:17 ` Tjernlund
0 siblings, 1 reply; 5+ messages in thread
From: Jakub Narebski @ 2008-10-05 23:54 UTC (permalink / raw)
To: Tjernlund; +Cc: 'git'
On Mon, 6 Oct 2008, Tjernlund wrote:
> Jakub Narebski wrote:
>> "Tjernlund" <tjernlund@tjernlund.se> writes:
>>> 2) looking at a merge like:
>>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=66120005e65eed8a05b14a36ab448bdec42f0d6b
>>> is somewhat confusing. It really doesn't tell you which commits that is
>>> included in the merge.
>>
>> I don't understand you there. First, you have "(merge: 0d0f3ef 9778e9a)"
>> in the navbar, so you can easily go to commit view for parents. Second,
>> among commit headers you have two "parent", where SHA-1 of a commit is
>> hidden link, and there are also 'commit' and 'diff' link for those.
>
> hmm, looks like I overlooked "(merge: 0d0f3ef 9778e9a)" part. However, I can't
> find the "ALSA: make the CS4270 driver a new-style I2C driver" from within
> this page.
I think you don't quite understand the situation. The history looks
like this:
M Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
|\
| 2 ALSA: ASoC: Fix another cs4270 error path
| * ALSA: make the CS4270 driver a new-style I2C driver
| |
1 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Parents of commit 'M' (for merge) are '1' and '2', not 2,* or 1,2,*.
Now the fact that commit message for merge contains shortlog of merged
branch does not mean that there must be direct link to such shortlog.
You can go to shortlog (well, kind of) if you click on second parent,
_then_ click on shortlog link at top of the page.
--
Jakub Narebski
Poland
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: gitweb improvements
2008-10-05 23:54 ` Jakub Narebski
@ 2008-10-06 22:17 ` Tjernlund
0 siblings, 0 replies; 5+ messages in thread
From: Tjernlund @ 2008-10-06 22:17 UTC (permalink / raw)
To: 'Jakub Narebski'; +Cc: 'git'
> -----Original Message-----
> From: Jakub Narebski [mailto:jnareb@gmail.com]
> Sent: den 6 oktober 2008 01:54
> To: Tjernlund
> Cc: 'git'
> Subject: Re: gitweb improvements
>
> On Mon, 6 Oct 2008, Tjernlund wrote:
> > Jakub Narebski wrote:
> >> "Tjernlund" <tjernlund@tjernlund.se> writes:
>
> >>> 2) looking at a merge like:
> >>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-
> 2.6.git;a=commit;h=66120005e65eed8a05b14a36ab448bdec42f0d6b
> >>> is somewhat confusing. It really doesn't tell you which commits that is
> >>> included in the merge.
> >>
> >> I don't understand you there. First, you have "(merge: 0d0f3ef 9778e9a)"
> >> in the navbar, so you can easily go to commit view for parents. Second,
> >> among commit headers you have two "parent", where SHA-1 of a commit is
> >> hidden link, and there are also 'commit' and 'diff' link for those.
> >
> > hmm, looks like I overlooked "(merge: 0d0f3ef 9778e9a)" part. However, I can't
> > find the "ALSA: make the CS4270 driver a new-style I2C driver" from within
> > this page.
>
> I think you don't quite understand the situation. The history looks
> like this:
>
> M Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
> |\
> | 2 ALSA: ASoC: Fix another cs4270 error path
> | * ALSA: make the CS4270 driver a new-style I2C driver
> | |
> 1 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
>
> Parents of commit 'M' (for merge) are '1' and '2', not 2,* or 1,2,*.
>
> Now the fact that commit message for merge contains shortlog of merged
> branch does not mean that there must be direct link to such shortlog.
> You can go to shortlog (well, kind of) if you click on second parent,
> _then_ click on shortlog link at top of the page.
You are quite right, I didn't quite follow the situation. I do however have one
observation, would it be possible to list the commits in a merge the same way
you list commits on the top level, that is, more or less make the headings
"ALSA: ASoC: Fix another cs4270 error path"
"ALSA: make the CS4270 driver a new-style I2C driver"
links one can follow?
Jocke
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-10-06 22:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-05 15:45 gitweb improvements Tjernlund
2008-10-05 17:22 ` Jakub Narebski
2008-10-05 22:25 ` Tjernlund
2008-10-05 23:54 ` Jakub Narebski
2008-10-06 22:17 ` Tjernlund
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).