summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2013-01-01 16:30:53 +0700
committerJunio C Hamano <gitster@pobox.com>2013-01-01 12:13:43 -0800
commita5ba2cbe1443b7fe7b2977e07dbe7c08435e71b4 (patch)
treef80245086a1f7b0930ff710cae80d0c03ea59595
parent7e2010537e96d0a1144520222f20ba1dc3d61441 (diff)
downloadgit-a5ba2cbe1443b7fe7b2977e07dbe7c08435e71b4.tar.gz
config.txt: a few lines about branch.<name>.description
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 122e3c4996..96a3d31de9 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -734,6 +734,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