git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: branch description
@ 2008-04-22 17:57 Michael Dressel
  2008-04-22 18:46 ` Johan Herland
  2008-04-22 18:59 ` Jakub Narebski
  0 siblings, 2 replies; 26+ messages in thread
From: Michael Dressel @ 2008-04-22 17:57 UTC (permalink / raw)
  To: git


On Friday 18 April 2008, Jakub Narebski wrote:
> Let me sum up here proposals where to put branch description:

what's the opinion of having a new branch object? Actually the tag object 
probably already does the job? This would spoil the elegant light weight 
current branch references. But tags are not that heavy.

In this approach the tags would not reference commits but tags. And tags 
have annotation. The difference to the normal tags would be that these 
tags are referenced from refs/heads/<branch> instead of refs/tags.

I have no clue how involved this change would become and if the benefit 
would justify the effort. I guess using proper objects for branches 
would only be justified if additional advantages could be achieved.

Cheers,
 	Michael

^ permalink raw reply	[flat|nested] 26+ messages in thread
* branch description
@ 2008-04-15 16:51 Stephen Sinclair
  2008-04-15 17:31 ` Russ Dill
  0 siblings, 1 reply; 26+ messages in thread
From: Stephen Sinclair @ 2008-04-15 16:51 UTC (permalink / raw)
  To: git

Hi,

I find it useful to use fairly short names for branches.  However,
sometimes I would like to have a full sentence to actually describe
what the branch is for, without having the peruse the actual commits.

This is both for when I later can't remember why I made a certain
branch, or for when people clone and look at a list of branches
wondering what the differences are between them.

This information could of course be kept on a web page, but it would
be nice to have it in the repo.
Is there any such branch annotation command?
Ideally I'd like to see a sentence displayed next to the branch name
when I use "git-branch".
Perhaps, git-branch --info or something.


Steve

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

end of thread, other threads:[~2008-04-22 19:00 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22 17:57 branch description Michael Dressel
2008-04-22 18:46 ` Johan Herland
2008-04-22 18:59 ` Jakub Narebski
  -- strict thread matches above, loose matches on Subject: below --
2008-04-15 16:51 Stephen Sinclair
2008-04-15 17:31 ` Russ Dill
2008-04-15 18:01   ` Brian Gernhardt
2008-04-15 19:12     ` Junio C Hamano
2008-04-15 19:19       ` Jeff King
2008-04-15 22:37         ` Jeff King
2008-04-15 22:56           ` Junio C Hamano
2008-04-15 20:53       ` Stephen Sinclair
2008-04-15 21:04         ` Brian Gernhardt
2008-04-16  1:33       ` Jakub Narebski
2008-04-16  2:55         ` Jeff King
2008-04-16  3:28         ` Stephen Sinclair
2008-04-16  5:55           ` Mike Hommey
2008-04-16  3:46         ` Matt Graham
2008-04-16  8:29           ` Johan Herland
2008-04-18 21:58             ` Jakub Narebski
2008-04-19  9:18               ` Johan Herland
2008-04-19 17:43                 ` Junio C Hamano
2008-04-19 18:09                   ` Johan Herland
2008-04-19 21:05                 ` Jakub Narebski
2008-04-16  5:27         ` Junio C Hamano
2008-04-16 19:56           ` Jakub Narebski
2008-04-15 18:36   ` Jakub Narebski

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