diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-07 17:53:06 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-07 17:53:06 -0800 |
commit | 79f6ac77d90660971d778f2e300935ab16eb26c2 (patch) | |
tree | cd830de103ecb527cdbb48730552580374134167 /Documentation | |
parent | d1745afa2f062764b075300bda06aac1402dfcf6 (diff) | |
download | git-79f6ac77d90660971d778f2e300935ab16eb26c2.tar.gz git-79f6ac77d90660971d778f2e300935ab16eb26c2.tar.xz |
Documentation: asciidoc formatting fix for git-cvsexportcommit doc.
Annoyingly enough, asciidoc wants the same number of '=' on the second
line as there are characters on the first line.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-cvsexportcommit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cvsexportcommit.txt b/Documentation/git-cvsexportcommit.txt index 532db664c..c3da73d1c 100644 --- a/Documentation/git-cvsexportcommit.txt +++ b/Documentation/git-cvsexportcommit.txt @@ -1,5 +1,5 @@ git-cvsexportcommit(1) -================ +====================== NAME ---- |