Re: wishlist: git info

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Thomas Neumann <tneumann@...>
Cc: Johannes Schindelin <Johannes.Schindelin@...>, <git@...>
Date: Saturday, November 17, 2007 - 12:21 pm

On Tue, Nov 13, 2007 at 12:32:19 +0100, Thomas Neumann wrote:
all=20
=20

The remote URL isn't /the/ useful bit, most of the time. Either you have ju=
st
one remote, which is the project central repository and you probably know
which it is just by knowing which project it is, or you have many of them a=
nd
their names tell you enough.

Note, that unlike in Subversion, the branch name is /not/ part of the URL.
And that is the useful bit of the information. So what 'git info' probably
should show is:
 - Which branch is currently checked out
 - Which branch it is tracking (inspect the config)
 - List of n (where n is small integer) "closest" branches, where the
   distance to a branch is number of commits in HEAD since common ancestor
   with that branch.
 - Latest included tag. Basically something like git describe.
 - Short log of last few commits.

--=20
						 Jan 'Bulb' Hudec <bulb@ucw.cz>
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: wishlist: git info, Jakub Narebski, (Mon Nov 12, 7:46 pm)
Re: wishlist: git info, Thomas Neumann, (Tue Nov 13, 4:27 am)
Re: wishlist: git info, Johannes Schindelin, (Tue Nov 13, 7:13 am)
Re: wishlist: git info, Alex Riesen, (Tue Nov 13, 5:22 pm)
Re: wishlist: git info, Andreas Ericsson, (Tue Nov 13, 6:23 pm)
Re: wishlist: git info, Junio C Hamano, (Tue Nov 13, 3:08 pm)
Re: wishlist: git info, Thomas Neumann, (Tue Nov 13, 3:24 pm)
Re: wishlist: git info, Junio C Hamano, (Tue Nov 13, 4:06 pm)
Re: wishlist: git info, Andreas Ericsson, (Tue Nov 13, 3:49 pm)
Re: wishlist: git info, Thomas Neumann, (Tue Nov 13, 7:32 am)
Re: wishlist: git info, Jan Hudec, (Sat Nov 17, 12:21 pm)