public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] Create HTML for technical/http-protocol.txt
@ 2014-01-11 11:19 Thomas Ackermann
  2014-01-13 18:40 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Ackermann @ 2014-01-11 11:19 UTC (permalink / raw)
  To: git; +Cc: gitster, spearce


- Add to Documentation/Makefile
- Start every TODO with a new line
- Fix indentation error

Signed-off-by: Thomas Ackermann <th.acker@arcor•de>
---
 Documentation/Makefile                    | 1 +
 Documentation/technical/http-protocol.txt | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/Makefile b/Documentation/Makefile
index 36c58fc..b4a4c82 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -70,6 +70,7 @@ TECH_DOCS += technical/racy-git
 TECH_DOCS += technical/send-pack-pipeline
 TECH_DOCS += technical/shallow
 TECH_DOCS += technical/trivial-merge
+TECH_DOCS += technical/http-protocol
 SP_ARTICLES += $(TECH_DOCS)
 SP_ARTICLES += technical/api-index
 
diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt
index d21d77d..c64a5e9 100644
--- a/Documentation/technical/http-protocol.txt
+++ b/Documentation/technical/http-protocol.txt
@@ -332,6 +332,7 @@ server advertises capability "allow-tip-sha1-in-want".
   have_list         =  *PKT-LINE("have" SP id LF)
 
 TODO: Document this further.
+
 TODO: Don't use uppercase for variable names below.
 
 The Negotiation Algorithm
@@ -376,10 +377,8 @@ The computation to select the minimal pack proceeds as follows
 
      Commands MUST appear in the following order, if they appear
      at all in the request stream:
-
        * want
        * have
-
      The stream is terminated by a pkt-line flush ("0000").
 
      A single "want" or "have" command MUST have one hex formatted
-- 
1.8.5.2.msysgit.0


---
Thomas

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-13 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-11 11:19 [PATCH] Create HTML for technical/http-protocol.txt Thomas Ackermann
2014-01-13 18:40 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox