From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: [PATCH v4 15/22] pack-protocol doc: typofix for PKT-LINE Date: Fri, 5 Sep 2014 13:55:03 -0700 Message-ID: <1409950510-10209-16-git-send-email-gitster@pobox.com> References: <1409950510-10209-1-git-send-email-gitster@pobox.com> To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Sep 05 22:56:48 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XQ0Yp-0006Pa-LH for gcvg-git-2@plane.gmane.org; Fri, 05 Sep 2014 22:56:47 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752601AbaIEUzu (ORCPT ); Fri, 5 Sep 2014 16:55:50 -0400 Received: from smtp.pobox.com ([208.72.237.35]:52539 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752554AbaIEUzs (ORCPT ); Fri, 5 Sep 2014 16:55:48 -0400 Received: from smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp0.pobox.com (Postfix) with ESMTP id BAD8A366BD; Fri, 5 Sep 2014 16:55:47 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:in-reply-to:references; s=sasl; bh=aUFD xxKq7yr1rl7H9pRbTtgy68U=; b=qH7AgW3Hx0KudTx8FkdHbxGI1vYCLrxz4wCT lUO7/Hwg8bkdWfKkmR5AUGGxpekCKaZMgF68Db2/OucadDhkzPaUSN+Wg83nKcIy KQsTeVdqXXfQA4x9oIrtui0cmUOtXzDH8cSGMIt/c31USWsGiCHqgylZjqwF/6sR yBZDWlw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :date:message-id:in-reply-to:references; q=dns; s=sasl; b=LV5MdT O9TbneyYwcVTv0ebpISKULYH3dcQW1mQuFMhfaglm34ekbKP3zDG3xAsQ3ufKzcO 2UEyPOWMiwLQZyABBPHYhLaG6ycWYCXz/jbs4aucMa9uHFT0ebvRubsgv+t2KNEp CdFHHukBK6kpGgsdUa4H2EUf3iEb8fpqh8OI0= Received: from pb-smtp0. (unknown [127.0.0.1]) by pb-smtp0.pobox.com (Postfix) with ESMTP id B0E8B366BB; Fri, 5 Sep 2014 16:55:47 -0400 (EDT) Received: from pobox.com (unknown [72.14.226.9]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by pb-smtp0.pobox.com (Postfix) with ESMTPSA id 3804D366BA; Fri, 5 Sep 2014 16:55:47 -0400 (EDT) X-Mailer: git-send-email 2.1.0-404-gcacb207 In-Reply-To: <1409950510-10209-1-git-send-email-gitster@pobox.com> X-Pobox-Relay-ID: 02B1BE7E-353F-11E4-A1EA-BD2DC4D60FE0-77302942!pb-smtp0.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Everywhere else we use PKT-LINE to denote the pkt-line formatted data, but "shallow/deepen" messages are described with PKT_LINE(). Fix them. Signed-off-by: Junio C Hamano --- Documentation/technical/pack-protocol.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt index 18dea8d..a845d51 100644 --- a/Documentation/technical/pack-protocol.txt +++ b/Documentation/technical/pack-protocol.txt @@ -212,9 +212,9 @@ out of what the server said it could do with the first 'want' line. want-list = first-want *additional-want - shallow-line = PKT_LINE("shallow" SP obj-id) + shallow-line = PKT-LINE("shallow" SP obj-id) - depth-request = PKT_LINE("deepen" SP depth) + depth-request = PKT-LINE("deepen" SP depth) first-want = PKT-LINE("want" SP obj-id SP capability-list LF) additional-want = PKT-LINE("want" SP obj-id LF) -- 2.1.0-399-g2df620b