git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Wanted - a file browser interface to git
@ 2005-10-19  0:58 John Ellson
  2005-10-19  1:07 ` Linus Torvalds
  0 siblings, 1 reply; 6+ messages in thread
From: John Ellson @ 2005-10-19  0:58 UTC (permalink / raw)
  To: git

I know that Linus thinks that files are less important than commits, but we are 
finding a real need to be able to browse though old versions of files and we 
have not yet found an efficient way to do it with git.

An example is:  "I know that file xxx contained algorithm yyy at some point in 
the past and now I'd like to browse back through the history of xxx to find the 
exact details."

I think what I'd like is a file browser on git that:

- can navigate the directory tree, starting by default with the HEAD
tree, but able to browse the state of the tree at any time in the history.

- can select any file from the tree, and then view the state of that file at any 
time in its history by stepping forward or back through commits that have 
affected that file.
	
- can view the difference between any pair of states of the file, with 
annotations as to the source of the changes.

- can search for a string across the complete history of a file.

- can invoke the users choice of editor on the file.


Neither gitk nor qgit provide tree browsing, so it can be hard to get at a
specific file.

qgit has nice file browser that annotates all changes, but I think I'd prefer a 
two panel diff view.

Neither qgit not gitk provide links to an editor so that a file can be worked on 
once found.


Am I out in left field here, or does anyone else feel the need for something 
like this?

John

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

end of thread, other threads:[~2005-10-19  4:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-19  0:58 Wanted - a file browser interface to git John Ellson
2005-10-19  1:07 ` Linus Torvalds
2005-10-19  1:23   ` John Ellson
2005-10-19  3:03     ` Linus Torvalds
2005-10-19  3:15   ` [PATCH] cg-history FILE [NTH_PARENT] - was: " John Ellson
2005-10-19  4:01     ` [PATCH] cg-history FILE [NTH_PARENT] Linus Torvalds

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).