git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [ANNOUNCE] git tracker online
@ 2005-05-11  7:01 Thomas Gleixner
  2005-05-11  9:55 ` Jan-Benedict Glaw
  2005-05-12 19:04 ` Jan-Benedict Glaw
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Gleixner @ 2005-05-11  7:01 UTC (permalink / raw
  To: git

Hi,

git tracker is online in a beta version:

http://www.tglx.de/gittracker

It does:
- multi repository tracking
- Tree browsing
- File revision history
- File diffs
- File annotation
- commit viewer with filtering (e.g. all commits in a tree which are not
in another tree)

The file histories and annotations are partially messed due to the
missing information about head forward merges. Its a pity that there
seems to be no interest to solve this problem really. It might be not
important for some of you, but it is often quite helpful to have
consistent information across multiple trees available.

The simplest solution would be a head order list per repository, which
is updated every time when the head is changed. Thats a non intrusive
feature, which could be simply added to the current tools. 

tglx



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] git tracker online
  2005-05-11  7:01 [ANNOUNCE] git tracker online Thomas Gleixner
@ 2005-05-11  9:55 ` Jan-Benedict Glaw
  2005-05-12 19:04 ` Jan-Benedict Glaw
  1 sibling, 0 replies; 5+ messages in thread
From: Jan-Benedict Glaw @ 2005-05-11  9:55 UTC (permalink / raw
  To: Thomas Gleixner; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

On Wed, 2005-05-11 07:01:18 +0000, Thomas Gleixner <tglx@linutronix.de> wrote:

> http://www.tglx.de/gittracker
>
> It does:
> - multi repository tracking
> - Tree browsing
> - File revision history
> - File diffs
> - File annotation
> - commit viewer with filtering (e.g. all commits in a tree which are not
> in another tree)

Very nice. One (personal) preference: I'd like to see not only the
check-in date, but also the actual time (resolution of one second is
enough, no need to display the µsec parts:-)

MfG, JBG

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] git tracker online
  2005-05-11  7:01 [ANNOUNCE] git tracker online Thomas Gleixner
  2005-05-11  9:55 ` Jan-Benedict Glaw
@ 2005-05-12 19:04 ` Jan-Benedict Glaw
  2005-05-12 19:58   ` Thomas Gleixner
  1 sibling, 1 reply; 5+ messages in thread
From: Jan-Benedict Glaw @ 2005-05-12 19:04 UTC (permalink / raw
  To: Thomas Gleixner; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

On Wed, 2005-05-11 07:01:18 +0000, Thomas Gleixner <tglx@linutronix.de> wrote:
> git tracker is online in a beta version:
> 
> http://www.tglx.de/gittracker

I already said I like it, here are two suggestions:

	- Browsing the Cogito repository doesn't work. Could you fix
	  that?

	- When the {repository,diff against} drop-down box is changed,
	  it would be nice to fire off a onchange="submit()" so that (if
	  your browser is wacked with JavaScript) you don't need to
	  press the submit button.

Thanks, JBG

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] git tracker online
  2005-05-12 19:04 ` Jan-Benedict Glaw
@ 2005-05-12 19:58   ` Thomas Gleixner
  2005-05-12 20:30     ` Jan-Benedict Glaw
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Gleixner @ 2005-05-12 19:58 UTC (permalink / raw
  To: Jan-Benedict Glaw; +Cc: git

On Thu, 2005-05-12 at 21:04 +0200, Jan-Benedict Glaw wrote:

> 	- Browsing the Cogito repository doesn't work. Could you fix
> 	  that?

Sure

> 	- When the {repository,diff against} drop-down box is changed,
> 	  it would be nice to fire off a onchange="submit()" so that (if
> 	  your browser is wacked with JavaScript) you don't need to
> 	  press the submit button.
> 

I thought about that already. I'm currently cleaning up the code and fix
the heuristic guessing a bit and then I will put the code online, so you
can fix yourself if I have not managed to do it until then :)

tglx



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] git tracker online
  2005-05-12 19:58   ` Thomas Gleixner
@ 2005-05-12 20:30     ` Jan-Benedict Glaw
  0 siblings, 0 replies; 5+ messages in thread
From: Jan-Benedict Glaw @ 2005-05-12 20:30 UTC (permalink / raw
  To: Thomas Gleixner; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 1126 bytes --]

On Thu, 2005-05-12 21:58:25 +0200, Thomas Gleixner <tglx@linutronix.de> wrote:
> On Thu, 2005-05-12 at 21:04 +0200, Jan-Benedict Glaw wrote:
> > 	- When the {repository,diff against} drop-down box is changed,
> > 	  it would be nice to fire off a onchange="submit()" so that (if
> > 	  your browser is wacked with JavaScript) you don't need to
> > 	  press the submit button.
> > 
> 
> I thought about that already. I'm currently cleaning up the code and fix
> the heuristic guessing a bit and then I will put the code online, so you
> can fix yourself if I have not managed to do it until then :)

Well, as easy as:

s#<select name='project' size='1'>#<select name='project' onchange="submit()" size='1'>#

You'll manage to add that yourself, I fully trust you :-)

MfG, JBG

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-05-12 20:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-11  7:01 [ANNOUNCE] git tracker online Thomas Gleixner
2005-05-11  9:55 ` Jan-Benedict Glaw
2005-05-12 19:04 ` Jan-Benedict Glaw
2005-05-12 19:58   ` Thomas Gleixner
2005-05-12 20:30     ` Jan-Benedict Glaw

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).