git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] just an (stupid) idea when creating a new branch
@ 2006-07-08 15:55 moreau francis
  2006-07-08 21:41 ` Jakub Narebski
  2006-07-09  3:27 ` Pavel Roskin
  0 siblings, 2 replies; 12+ messages in thread
From: moreau francis @ 2006-07-08 15:55 UTC (permalink / raw)
  To: git

Hi GIT folks.

I'm a complete newbie on git development so excuse me if
this idea is completely stupid.

Would it be possible to let the user stick a short explanation
on  what a branch is supposed to implement during its creation.

That is

$ git branch --topic "Implement a killer feature \
> This set of patches add the foo feature to GIT" mybranch master

Then it would be possible with another command to consult this topic
after a while. And even more useful, when generating the patch set
with the following git command

$ git-format-patch -n HEAD master

it uses the topic branch to generate as first patch a summary
of the patch serie. That is

"""
Subject: [PATCH 0/n] Implement a killer feature

This This set of patches add the foo feature to GIT.
"""

Is it useless ?

Thanks

Francis

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

end of thread, other threads:[~2006-07-09 22:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-08 15:55 [RFC] just an (stupid) idea when creating a new branch moreau francis
2006-07-08 21:41 ` Jakub Narebski
2006-07-08 22:15   ` Johannes Schindelin
2006-07-09 17:04     ` Jakub Narebski
2006-07-09 19:09       ` Johannes Schindelin
2006-07-09  6:54   ` Marco Costalba
2006-07-09 14:33     ` Johannes Schindelin
2006-07-09 22:01       ` Petr Baudis
2006-07-09 22:12         ` Johannes Schindelin
2006-07-09  3:27 ` Pavel Roskin
2006-07-09  9:48   ` Re : " moreau francis
2006-07-09 10:16     ` Junio C Hamano

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