Re: [PATCH] Document the 'svn propset' command.

2016-06-15 Thread Joseph Pecoraro
> On Jun 15, 2016, at 1:24 PM, Alfred Perlstein  wrote:
> 
>> On Jun 15, 2016, at 1:21 PM, Junio C Hamano  wrote:
>> 
>> Eric Wong  writes:
>> 
>>> Thanks Alfred,
>>> 
>>> I've removed the '.' from the commit subject, signed-off,
>>> and pushed to my repo for Junio:
>>> 
>>> The following changes since commit 05219a1276341e72d8082d76b7f5ed394b7437a4:
>>> 
>>> Git 2.9 (2016-06-13 10:42:13 -0700)
>>> 
>>> are available in the git repository at:
>>> 
>>> git://bogomips.org/git-svn.git svn-propset-doc
>>> 
>>> for you to fetch changes up to f3961b2eba8ba6aa2fddc827ddf5c26b41391872:
>>> 
>>> Document the 'svn propset' command (2016-06-15 20:11:22 +)
>> 
>> I actually queued it directly on top of v2.3.0-rc0~32^2 (git-svn:
>> support for git-svn propset, 2014-12-07) so that it could go to
>> older maintenance tracks.
>> 
>> I will pick up your Reviewed-by: and redo it.  Thanks.
>> 
> 
> Thank you, always great working with the git project!  
> 
> -Alfred 

Thanks for addressing this!

- Joe

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


`git help svn` missing description of `propset`

2016-06-06 Thread Joseph Pecoraro
`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 
  proplist List all properties of a file or directory
 --revision, -r 
  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--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html