* [PATCH] Documentation: Add missing git svn commands
@ 2008-05-19 22:47 Gustaf Hendeby
2008-05-20 2:01 ` Eric Wong
2008-05-20 5:21 ` Junio C Hamano
0 siblings, 2 replies; 5+ messages in thread
From: Gustaf Hendeby @ 2008-05-19 22:47 UTC (permalink / raw)
To: Git Mailing List; +Cc: junio, normalperson
Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
---
I sent this one out about a week ago and haven't heard anything about
it. Did it just get lost in the noise, or is it just not
interesting/incorrect in some way?
/Gustaf
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: Add missing git svn commands
2008-05-19 22:47 [PATCH] Documentation: Add missing git svn commands Gustaf Hendeby
@ 2008-05-20 2:01 ` Eric Wong
2008-05-20 7:08 ` Gustaf Hendeby
2008-05-20 5:21 ` Junio C Hamano
1 sibling, 1 reply; 5+ messages in thread
From: Eric Wong @ 2008-05-20 2:01 UTC (permalink / raw)
To: Gustaf Hendeby
Cc: Git Mailing List, Junio C Hamano, Kevin Ballard,
Karl Hasselström, Daniel Berlin
Gustaf Hendeby <hendeby@isy.liu.se> wrote:
> Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
Looks correct, thanks.
Acked-by: Eric Wong <normalperson@yhbt.net>
> ---
>
> I sent this one out about a week ago and haven't heard anything about
> it. Did it just get lost in the noise, or is it just not
> interesting/incorrect in some way?
Sorry I've been very busy lately and haven't been feeling well, either.
I'll try to get around to the rest of the outstanding git-svn stuff as
soon as I get better.
> /Gustaf
>
> 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
> --
--
Eric Wong
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] Documentation: Add missing git svn commands
2008-05-20 2:01 ` Eric Wong
@ 2008-05-20 7:08 ` Gustaf Hendeby
0 siblings, 0 replies; 5+ messages in thread
From: Gustaf Hendeby @ 2008-05-20 7:08 UTC (permalink / raw)
To: gitster; +Cc: git, normalperson, Gustaf Hendeby
Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
Acked-by: Eric Wong <normalperson@yhbt.net>
---
I'm sorry Junio, when resending the patch I simply did a forward of
the original post and it didn't cross my mind that it would mangle the
whitespaces. This one should apply cleanly on top of master.
Thanks for the great job!
/Gustaf
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.445.g65fa
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: Add missing git svn commands
2008-05-19 22:47 [PATCH] Documentation: Add missing git svn commands Gustaf Hendeby
2008-05-20 2:01 ` Eric Wong
@ 2008-05-20 5:21 ` Junio C Hamano
1 sibling, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2008-05-20 5:21 UTC (permalink / raw)
To: Gustaf Hendeby; +Cc: Git Mailing List, normalperson
Gustaf Hendeby <hendeby@isy.liu.se> writes:
> Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
> ---
>
> I sent this one out about a week ago and haven't heard anything about
> it. Did it just get lost in the noise, or is it just not
> interesting/incorrect in some way?
It's severely whitespace damaged isn't it?
> 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
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] Documentation: Add missing git svn commands
@ 2008-05-12 19:32 Gustaf Hendeby
0 siblings, 0 replies; 5+ messages in thread
From: Gustaf Hendeby @ 2008-05-12 19:32 UTC (permalink / raw)
To: git; +Cc: junio, normalperson, Gustaf Hendeby
Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-05-20 7:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-19 22:47 [PATCH] Documentation: Add missing git svn commands Gustaf Hendeby
2008-05-20 2:01 ` Eric Wong
2008-05-20 7:08 ` Gustaf Hendeby
2008-05-20 5:21 ` Junio C Hamano
-- strict thread matches above, loose matches on Subject: below --
2008-05-12 19:32 Gustaf Hendeby
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).