Skip to content

Commit 586aa78

Browse files
tacker66gitster
authored andcommitted
create HTML for http-protocol.txt
./Documentation/technical/http-protocol.txt was missing from TECH_DOCS in Makefile. Add it and also improve HTML formatting while still retaining good readability of the ASCII text: - Use monospace font instead of italicized or roman font for machine output and source text - Use roman font for things which should be body text - Use double quotes consistently for "want" and "have" commands - Use uppercase "C" / "S" consistently for "client" / "server"; also use "C:" / "S:" instead of "(C)" / "(S)" for consistency and to avoid having formatted "(C)" as copyright symbol in HTML - Use only spaces and not a combination of tabs and spaces for whitespace Signed-off-by: Thomas Ackermann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b594c97 commit 586aa78

File tree

2 files changed

+110
-105
lines changed

2 files changed

+110
-105
lines changed

Documentation/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ SP_ARTICLES += howto/maintain-git
6060
API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))
6161
SP_ARTICLES += $(API_DOCS)
6262

63-
TECH_DOCS = technical/index-format
63+
TECH_DOCS = technical/http-protocol
64+
TECH_DOCS += technical/index-format
6465
TECH_DOCS += technical/pack-format
6566
TECH_DOCS += technical/pack-heuristics
6667
TECH_DOCS += technical/pack-protocol

0 commit comments

Comments
 (0)