From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Herland Subject: [RFCv2 08/12] Preliminary clarifications to git-vcs documentation Date: Fri, 31 Jul 2009 12:00:28 +0200 Message-ID: <1249034432-31437-9-git-send-email-johan@herland.net> References: <1249034432-31437-1-git-send-email-johan@herland.net> Mime-Version: 1.0 Content-Type: TEXT/PLAIN Content-Transfer-Encoding: 7BIT Cc: Johan Herland , barkalow@iabervon.org, gitster@pobox.com To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Jul 31 12:03:05 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1MWox6-0008BK-5S for gcvg-git-2@gmane.org; Fri, 31 Jul 2009 12:03:04 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752071AbZGaKBk (ORCPT ); Fri, 31 Jul 2009 06:01:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752040AbZGaKBj (ORCPT ); Fri, 31 Jul 2009 06:01:39 -0400 Received: from mx.getmail.no ([84.208.15.66]:61382 "EHLO get-mta-out02.get.basefarm.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752036AbZGaKBh (ORCPT ); Fri, 31 Jul 2009 06:01:37 -0400 Received: from mx.getmail.no ([10.5.16.4]) by get-mta-out02.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0KNN00B6856QZJ70@get-mta-out02.get.basefarm.net> for git@vger.kernel.org; Fri, 31 Jul 2009 12:01:38 +0200 (MEST) Received: from localhost.localdomain ([84.215.102.95]) by get-mta-in01.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0KNN005FA55FU840@get-mta-in01.get.basefarm.net> for git@vger.kernel.org; Fri, 31 Jul 2009 12:01:37 +0200 (MEST) X-PMX-Version: 5.5.3.366731, Antispam-Engine: 2.7.0.366912, Antispam-Data: 2009.7.31.94825 X-Mailer: git-send-email 1.6.4.rc3.138.ga6b98.dirty In-reply-to: <1249034432-31437-1-git-send-email-johan@herland.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Johan Herland --- Documentation/git-vcs.txt | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/git-vcs.txt b/Documentation/git-vcs.txt index 402c927..febe415 100644 --- a/Documentation/git-vcs.txt +++ b/Documentation/git-vcs.txt @@ -22,13 +22,15 @@ capabilities (limited both by the particular helper and by the capabilities of the system they connect to), and they report what capabilities they support. -These programs can store refs in refs//*, and arbitrary -information in info/. +These programs can store refs in refs//*, note refs in +refs/notes//*, and arbitrary information in info//*. COMMANDS -------- Commands are given by the caller on the helper's standard input, one per line. +The output of each command must be produced on the helper's standard output. +The helper's standard error stream can be used for status/progress messages. 'capabilities':: Outputs a single line with a list of feature names separated @@ -45,6 +47,7 @@ Commands are given by the caller on the helper's standard input, one per line. operations, such as importing the content, to see whether it matches.) Other information, not yet supported, may be output as well, separated by single spaces. + The output list shall be terminated with a blank line. 'import' ref:: Imports the given ref by outputting it in git-fast-import -- 1.6.4.rc3.138.ga6b98.dirty