On Wed, Jun 24, 2009 at 12:52:41AM +0000, Chris Morley wrote:
> Hey - that is pretty cool. Will take a while to get used to git.
> I do miss the 'graphical tree' display of commits CVS had 
> that I could search on the web. Does git have anything 
> similar?

Did you try gitk or qgit?  they're both programs that you install and
run locally.

For instance, if you run
    gitk src/emc/usr_intf/pncconf
then you'll see only the changes to files in that directory on your
current branch (probably master).

If you run with
    gitk --all src/emc/usr_intf/axis/scripts/axis.py
then you'll see changes including other branches.  (I chose a different
file for that example, because I think pcncconf doesn't have anything on
other branches)

Both commandlines seem to work the same in qgit as well.

Jeff

------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to