From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustaf Hendeby Subject: [PATCH] Documentation: Add missing git svn commands Date: Mon, 12 May 2008 21:32:39 +0200 Message-ID: <1210620759-25768-1-git-send-email-hendeby@isy.liu.se> Cc: junio@pobox.com, normalperson@yhbt.net, Gustaf Hendeby To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon May 12 21:33:58 2008 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 1JvdmK-0007Ks-2P for gcvg-git-2@gmane.org; Mon, 12 May 2008 21:33:44 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759043AbYELTco (ORCPT ); Mon, 12 May 2008 15:32:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759003AbYELTcn (ORCPT ); Mon, 12 May 2008 15:32:43 -0400 Received: from bogotron.isy.liu.se ([130.236.48.26]:43389 "EHLO bogotron.isy.liu.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758510AbYELTcm (ORCPT ); Mon, 12 May 2008 15:32:42 -0400 Received: from spamotron.isy.liu.se (spamotron.isy.liu.se [130.236.48.19]) by bogotron.isy.liu.se (Postfix) with ESMTP id BD4DF25A9D; Mon, 12 May 2008 21:32:40 +0200 (MEST) Received: from bogotron.isy.liu.se ([130.236.48.26]) by spamotron.isy.liu.se (spamotron.isy.liu.se [130.236.48.19]) (amavisd-new, port 10022) with ESMTP id 07376-03; Thu, 8 May 2008 07:37:09 +0200 (MEST) Received: from pluring.isy.liu.se (pluring.isy.liu.se [130.236.56.134]) by bogotron.isy.liu.se (Postfix) with ESMTP id F0DE525A98; Mon, 12 May 2008 21:32:39 +0200 (MEST) Received: by pluring.isy.liu.se (Postfix, from userid 2087) id BF342177A0; Mon, 12 May 2008 21:32:39 +0200 (CEST) X-Mailer: git-send-email 1.5.5.1.328.g4377c X-Virus-Scanned: by amavisd-new at isy.liu.se X-Spam-Checker-Version: SpamAssassin 2.63-isy (2004-01-11) on spamotron.isy.liu.se Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Gustaf Hendeby --- Documentation/git-svn.txt | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index f4ba105..c02f220 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -189,10 +189,10 @@ All arguments are passed directly to `git blame'. independently of git-svn functions. 'create-ignore':: - Recursively finds the svn:ignore property on directories and creates matching .gitignore files. The resulting files are staged to - be committed, but are not committed. + be committed, but are not committed. Use -r/--revision to refer to a + specfic revision. 'show-ignore':: Recursively finds and lists the svn:ignore property on @@ -216,6 +216,19 @@ All arguments are passed directly to `git blame'. argument. Use the --url option to output only the value of the 'URL:' field. +'proplist':: + Lists the properties stored in the Subversion repository about a + given file or directory. Use -r/--revision to refer to a specific + Subversion revision. + +'propget':: + Gets the Subversion property given as the first argument, for a + file. A specific revision can be specified with -r/--revision. + +'show-externals':: + Shows the Subversion externals. Use -r/--revision to specify a + specific revision. + -- OPTIONS -- 1.5.5.1.328.g4377c