git-svn: document the 'git svn propset' command

Add example usage to the git-svn documentation. Reported-by: Joseph Pecoraro <pecoraro@apple.com> Signed-off-by: Alfred Perlstein <alfred@freebsd.org> Reviewed-by: Eric Wong <e@80x24.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Alfred Perlstein committed Jun 14, 2016 at 22:19 UTC 19a7f24b6f8aa89ea5899c928c2fa350f4b1521e
1 file changed +14
Documentation/git-svn.txt
+14
@@ -456,6 +456,20 @@ Any other arguments are passed directly to 'git log'
456 Gets the Subversion property given as the first argument, for a
457 file. A specific revision can be specified with -r/--revision.
458
459 +'propset'::
460 + Sets the Subversion property given as the first argument, to the
461 + value given as the second argument for the file given as the
462 + third argument.
463 ++
464 +Example:
465 ++
466 +------------------------------------------------------------------------
467 +git svn propset svn:keywords "FreeBSD=%H" devel/py-tipper/Makefile
468 +------------------------------------------------------------------------
469 ++
470 +This will set the property 'svn:keywords' to 'FreeBSD=%H' for the file
471 +'devel/py-tipper/Makefile'.
472 +
473 'show-externals'::
474 Shows the Subversion externals. Use -r/--revision to specify a
475 specific revision.