aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/howto/using-signed-tag-in-pull-request.txt
diff options
context:
space:
mode:
authorThomas Ackermann <th.acker66@arcor.de>2012-10-16 19:25:29 +0200
committerJunio C Hamano <gitster@pobox.com>2012-10-18 10:51:34 -0700
commit1797e5c50c00b514b798f7b0441c86ee71fb0fab (patch)
tree40835d0cb2880348613ba4763ff478a4b246bcca /Documentation/howto/using-signed-tag-in-pull-request.txt
parent5316c8e9399dacd9e0f7c22132f3ad67186408ed (diff)
downloadgit-1797e5c50c00b514b798f7b0441c86ee71fb0fab.tar.gz
Documentation/howto: convert plain text files to asciidoc
These were not originally meant for asciidoc, but they are already so close. Mark them up in asciidoc. Signed-off-by: Thomas Ackermann <th.acker@arcor.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/howto/using-signed-tag-in-pull-request.txt')
-rw-r--r--Documentation/howto/using-signed-tag-in-pull-request.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/howto/using-signed-tag-in-pull-request.txt b/Documentation/howto/using-signed-tag-in-pull-request.txt
index 98c0033a55..00f693bde8 100644
--- a/Documentation/howto/using-signed-tag-in-pull-request.txt
+++ b/Documentation/howto/using-signed-tag-in-pull-request.txt
@@ -7,8 +7,8 @@ Abstract: Beginning v1.7.9, a contributor can push a signed tag to her
later validate it.
Content-type: text/asciidoc
-Using signed tag in pull requests
-=================================
+How to use a signed tag in pull requests
+========================================
A typical distributed workflow using Git is for a contributor to fork a
project, build on it, publish the result to her public repository, and ask