File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -456,6 +456,20 @@ Any other arguments are passed directly to 'git log'
456
456
Gets the Subversion property given as the first argument, for a
457
457
file. A specific revision can be specified with -r/--revision.
458
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
+
459
473
'show-externals'::
460
474
Shows the Subversion externals. Use -r/--revision to specify a
461
475
specific revision.
You can’t perform that action at this time.
0 commit comments