Skip to content
/ git Public
forked from git/git

Commit 7c78c59

Browse files
tmzullingergitster
authored andcommitted
CodingGuidelines: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c50fbb2 commit 7c78c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/CodingGuidelines

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ code are expected to match the style the surrounding code already
4444
uses (even if it doesn't match the overall style of existing code).
4545

4646
But if you must have a list of rules, here are some language
47-
specific ones. Note that Documentation/ToolsForGit.txt document
47+
specific ones. Note that Documentation/ToolsForGit.adoc document
4848
has a collection of tips to help you use some external tools
4949
to conform to these guidelines.
5050

@@ -755,7 +755,7 @@ Externally Visible Names
755755
Writing Documentation:
756756

757757
Most (if not all) of the documentation pages are written in the
758-
AsciiDoc format in *.txt files (e.g. Documentation/git.txt), and
758+
AsciiDoc format in *.adoc files (e.g. Documentation/git.adoc), and
759759
processed into HTML and manpages (e.g. git.html and git.1 in the
760760
same directory).
761761

0 commit comments

Comments
 (0)