diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-22 20:35:34 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-22 20:35:34 -0800 |
commit | 66afe50b439e4d83679d12639dd084bcab0486f0 (patch) | |
tree | 33b6c7f7b4c93207328f5bd67aa4a70161e64526 /Documentation/howto/maintain-git.txt | |
parent | 854dfda8be946b6d2a7cbbf2cd85628c92ddfb64 (diff) | |
parent | 5e00439f0a522c6f240791b0d105a17e0dde3247 (diff) | |
download | git-66afe50b439e4d83679d12639dd084bcab0486f0.tar.gz git-66afe50b439e4d83679d12639dd084bcab0486f0.tar.xz |
Merge branch 'ta/doc-cleanup' into maint
* ta/doc-cleanup:
Documentation: build html for all files in technical and howto
Documentation/howto: convert plain text files to asciidoc
Documentation/technical: convert plain text files to asciidoc
Change headline of technical/send-pack-pipeline.txt to not confuse its content with content from git-send-pack.txt
Shorten two over-long lines in git-bisect-lk2009.txt by abbreviating some sha1
Split over-long synopsis in git-fetch-pack.txt into several lines
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 8823a3706..ea6e4a52c 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. |