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 @@ -459,6 +459,20 @@ Any other arguments are passed directly to 'git log'
459
459
Gets the Subversion property given as the first argument, for a
460
460
file. A specific revision can be specified with -r/--revision.
461
461
462
+ 'propset'::
463
+ Sets the Subversion property given as the first argument, to the
464
+ value given as the second argument for the file given as the
465
+ third argument.
466
+ +
467
+ Example:
468
+ +
469
+ ------------------------------------------------------------------------
470
+ git svn propset svn:keywords "FreeBSD=%H" devel/py-tipper/Makefile
471
+ ------------------------------------------------------------------------
472
+ +
473
+ This will set the property 'svn:keywords' to 'FreeBSD=%H' for the file
474
+ 'devel/py-tipper/Makefile'.
475
+
462
476
'show-externals'::
463
477
Shows the Subversion externals. Use -r/--revision to specify a
464
478
specific revision.
You can’t perform that action at this time.
0 commit comments