git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* FEATURE REQUEST: Comment assignment on branches
@ 2010-03-15  8:33 Maxim Treskin
  2010-03-15 21:10 ` René Scharfe
  2010-03-15 21:32 ` Nicolas Sebrecht
  0 siblings, 2 replies; 13+ messages in thread
From: Maxim Treskin @ 2010-03-15  8:33 UTC (permalink / raw)
  To: git

Hello

Is it possible to add comments assignment to branches?
Something like:

$ git branch --comment="New branch with implementation of some features" br14

$ git branch
  br14
* master

$ git branch --comments
  br14           (New branch with implementation of some features)
* master

and when configuration variable branch.comments == true, this behavior
is default.

Thank you

-- 
Maxim Treskin

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

end of thread, other threads:[~2010-03-16 14:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15  8:33 FEATURE REQUEST: Comment assignment on branches Maxim Treskin
2010-03-15 21:10 ` René Scharfe
2010-03-15 21:32   ` Junio C Hamano
2010-03-16  0:35     ` Mark Lodato
2010-03-16  1:49       ` Junio C Hamano
2010-03-16 14:36   ` Nguyen Thai Ngoc Duy
2010-03-15 21:32 ` Nicolas Sebrecht
2010-03-15 21:34   ` Junio C Hamano
2010-03-16  4:45     ` Miles Bader
2010-03-16  6:03       ` Junio C Hamano
2010-03-16  6:20         ` Miles Bader
2010-03-16  6:26           ` Sverre Rabbelier
2010-03-16  7:33             ` Matthieu Moy

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