All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] config.txt: a few lines about branch.<name>.description
@ 2013-01-01  9:30 Nguyễn Thái Ngọc Duy
  2013-01-01  9:30 ` [PATCH 2/3] format-patch: pick up branch description when no ref is specified Nguyễn Thái Ngọc Duy
  2013-01-01  9:30 ` [PATCH 3/3] branch: delete branch description if it's empty Nguyễn Thái Ngọc Duy
  0 siblings, 2 replies; 5+ messages in thread
From: Nguyễn Thái Ngọc Duy @ 2013-01-01  9:30 UTC (permalink / raw)
  To: git; +Cc: Nguyễn Thái Ngọc Duy


Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
 Documentation/config.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index bf8f911..ee64846 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -735,6 +735,12 @@ branch.<name>.rebase::
 it unless you understand the implications (see linkgit:git-rebase[1]
 for details).
 
+branch.<name>.description::
+	Branch description, can be edited with
+	`git branch --edit-description`. Branch description is
+	automatically added in the format-patch cover letter or
+	request-pull summary.
+
 browser.<tool>.cmd::
 	Specify the command to invoke the specified browser. The
 	specified command is evaluated in shell with the URLs passed
-- 
1.8.0.rc2.23.g1fb49df

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

end of thread, other threads:[~2013-01-02  1:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-01  9:30 [PATCH 1/3] config.txt: a few lines about branch.<name>.description Nguyễn Thái Ngọc Duy
2013-01-01  9:30 ` [PATCH 2/3] format-patch: pick up branch description when no ref is specified Nguyễn Thái Ngọc Duy
2013-01-01 20:38   ` Junio C Hamano
2013-01-02  1:25     ` Duy Nguyen
2013-01-01  9:30 ` [PATCH 3/3] branch: delete branch description if it's empty Nguyễn Thái Ngọc Duy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.