|
|
Subscribe / Log in / New account

git tracker online

From:  Thomas Gleixner <tglx@linutronix.de>
To:  git@vger.kernel.org
Subject:  [ANNOUNCE] git tracker online
Date:  Wed, 11 May 2005 07:01:18 +0000

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


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



Copyright © 2005, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds