diff options
author | Thomas Ackermann <th.acker66@arcor.de> | 2012-10-16 19:25:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-18 10:51:34 -0700 |
commit | 1797e5c50c00b514b798f7b0441c86ee71fb0fab (patch) | |
tree | 40835d0cb2880348613ba4763ff478a4b246bcca /Documentation/howto/maintain-git.txt | |
parent | 5316c8e9399dacd9e0f7c22132f3ad67186408ed (diff) | |
download | git-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/maintain-git.txt')
-rw-r--r-- | Documentation/howto/maintain-git.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/howto/maintain-git.txt b/Documentation/howto/maintain-git.txt index 8823a37067..ea6e4a52c9 100644 --- a/Documentation/howto/maintain-git.txt +++ b/Documentation/howto/maintain-git.txt @@ -5,6 +5,10 @@ Abstract: Imagine that git development is racing along as usual, when our friend neighborhood maintainer is struck down by a wayward bus. Out of the hordes of suckers (loyal developers), you have been tricked (chosen) to step up as the new maintainer. This howto will show you "how to" do it. +Content-type: text/asciidoc + +How to maintain Git +=================== The maintainer's git time is spent on three activities. |