Skip to content

Commit 7f223b1

Browse files
committed
Merge branch 'ap/git-svn-propset-doc' into maint
"git svn propset" subcommand that was added in 2.3 days is documented now. * ap/git-svn-propset-doc: git-svn: document the 'git svn propset' command
2 parents 073d0b0 + 19a7f24 commit 7f223b1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/git-svn.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,20 @@ Any other arguments are passed directly to 'git log'
459459
Gets the Subversion property given as the first argument, for a
460460
file. A specific revision can be specified with -r/--revision.
461461

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+
462476
'show-externals'::
463477
Shows the Subversion externals. Use -r/--revision to specify a
464478
specific revision.

0 commit comments

Comments
 (0)