* `git help svn` missing description of `propset`
@ 2016-06-07 6:24 Joseph Pecoraro
2016-06-07 20:08 ` Eric Wong
0 siblings, 1 reply; 3+ messages in thread
From: Joseph Pecoraro @ 2016-06-07 6:24 UTC (permalink / raw)
To: git
`git help svn` does not mention `propset` but it does mention `proplist` and `propget`. This seems like an oversight.
$ git help svn
...
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.
...
Interestingly, the generic `git svn` help does mention `propset`.
$ git svn
...
propget Print the value of a property on a file or directory
--revision, -r <num>
proplist List all properties of a file or directory
--revision, -r <num>
propset Set the value of a property on a file or directory - will be set on commit
...
It seems Documentation/git-svn.txt is missing text for `propset`.
- Joe
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: `git help svn` missing description of `propset`
2016-06-07 6:24 `git help svn` missing description of `propset` Joseph Pecoraro
@ 2016-06-07 20:08 ` Eric Wong
2016-06-08 23:54 ` Alfred Perlstein
0 siblings, 1 reply; 3+ messages in thread
From: Eric Wong @ 2016-06-07 20:08 UTC (permalink / raw)
To: Joseph Pecoraro; +Cc: git, Alfred Perlstein, David Fraser
+Cc Alfred, David
Joseph Pecoraro <pecoraro@apple.com> wrote:
> `git help svn` does not mention `propset` but it does mention `proplist` and `propget`. This seems like an oversight.
>
>
> $ git help svn
> ...
> 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.
> ...
>
>
> Interestingly, the generic `git svn` help does mention `propset`.
>
>
> $ git svn
> ...
> propget Print the value of a property on a file or directory
> --revision, -r <num>
> proplist List all properties of a file or directory
> --revision, -r <num>
> propset Set the value of a property on a file or directory - will be set on commit
> ...
>
> It seems Documentation/git-svn.txt is missing text for `propset`.
Thanks Joseph, indeed it is missing from the manpage.
Alfred / David: either of you have a few cycles to spare to write
a manpage entry for this feature you worked on?
If not, let us know, too, so others can work on it. Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: `git help svn` missing description of `propset`
2016-06-07 20:08 ` Eric Wong
@ 2016-06-08 23:54 ` Alfred Perlstein
0 siblings, 0 replies; 3+ messages in thread
From: Alfred Perlstein @ 2016-06-08 23:54 UTC (permalink / raw)
To: Eric Wong, Joseph Pecoraro; +Cc: git, David Fraser
Eric,
Would love to contribute more to git! I'm in the middle of a major
product launch, so I can do this next week. Of course no hard feelings
will be had if someone else wants to do it. I'm making myself a
calendar invite to remind myself right now.
I'll ping y'all in a week hopefully with a patch.
thank you,
-Alfred
On 6/7/16 1:08 PM, Eric Wong wrote:
> +Cc Alfred, David
>
> Joseph Pecoraro <pecoraro@apple.com> wrote:
>> `git help svn` does not mention `propset` but it does mention `proplist` and `propget`. This seems like an oversight.
>>
>>
>> $ git help svn
>> ...
>> 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.
>> ...
>>
>>
>> Interestingly, the generic `git svn` help does mention `propset`.
>>
>>
>> $ git svn
>> ...
>> propget Print the value of a property on a file or directory
>> --revision, -r <num>
>> proplist List all properties of a file or directory
>> --revision, -r <num>
>> propset Set the value of a property on a file or directory - will be set on commit
>> ...
>>
>> It seems Documentation/git-svn.txt is missing text for `propset`.
> Thanks Joseph, indeed it is missing from the manpage.
>
> Alfred / David: either of you have a few cycles to spare to write
> a manpage entry for this feature you worked on?
>
> If not, let us know, too, so others can work on it. Thanks.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-09 0:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07 6:24 `git help svn` missing description of `propset` Joseph Pecoraro
2016-06-07 20:08 ` Eric Wong
2016-06-08 23:54 ` Alfred Perlstein
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).