git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* `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

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).