git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benoit Sigoure <tsuna@lrde.epita.fr>
To: git@vger.kernel.org
Cc: normalperson@yhbt.net, Benoit Sigoure <tsuna@lrde.epita.fr>
Subject: [PATCH] git-svn: Document the `create-ignore', `propget' and `proplist' subcommands.
Date: Mon, 12 Nov 2007 18:13:19 +0100	[thread overview]
Message-ID: <1194887599-5821-1-git-send-email-tsuna@lrde.epita.fr> (raw)
In-Reply-To: <1192545412-10929-4-git-send-email-tsuna@lrde.epita.fr>

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
---
I forgot to do this when I added these options to git-svn, my bad, sorry about
that.  I think mentioning the current limitation of the implementation of
propget and proplist is worthwhile, I wouldn't like to be surprised by this.
Moreover, this is the kind of thing that's going to be fixed (or rather
"enhanced" I should say), one day or another.

 Documentation/git-svn.txt |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 488e4b1..0d5406d 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -182,6 +182,9 @@ Any other arguments are passed directly to `git log'
 	directories.  The output is suitable for appending to
 	the $GIT_DIR/info/exclude file.
 
+'create-ignore'::
+	Create a .gitignore file per svn:ignore.
+
 'commit-diff'::
 	Commits the diff of two tree-ish arguments from the
 	command-line.  This command is intended for interoperability with
@@ -193,6 +196,16 @@ Any other arguments are passed directly to `git log'
 	repository (that has been init-ed with git-svn).
 	The -r<revision> option is required for this.
 
+'propget'::
+	Print the value of a property on a file or directory.
+	The current implementation needs access to the SVN repository to
+	perform this operation.
+
+'proplist'::
+	List all properties of a file or directory.
+	The current implementation needs access to the SVN repository to
+	perform this operation.
+
 --
 
 OPTIONS
-- 
1.5.3.5.654.gdd5ec

  parent reply	other threads:[~2007-11-12 17:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-16 14:36 [PATCHv2 1/5] Add a generic tree traversal to fetch SVN properties Benoit Sigoure
2007-10-16 14:36 ` [PATCHv2 2/5] Implement git svn create-ignore Benoit Sigoure
2007-10-16 14:36   ` [PATCHv2 3/5] Add git svn propget Benoit Sigoure
2007-10-16 14:36     ` [PATCHv2 4/5] Add git svn proplist Benoit Sigoure
2007-10-16 14:36       ` [PATCHv2 5/5] Simplify the handling of fatal errors Benoit Sigoure
2007-11-12 17:13       ` Benoit Sigoure [this message]
2007-10-16 14:53 ` [PATCHv2 1/5] Add a generic tree traversal to fetch SVN properties Johannes Sixt
2007-10-16 15:10   ` Benoit SIGOURE

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1194887599-5821-1-git-send-email-tsuna@lrde.epita.fr \
    --to=tsuna@lrde.epita.fr \
    --cc=git@vger.kernel.org \
    --cc=normalperson@yhbt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).