Skip to content

Commit 19a7f24

Browse files
splbiogitster
authored andcommitted
git-svn: document the 'git svn propset' command
Add example usage to the git-svn documentation. Reported-by: Joseph Pecoraro <[email protected]> Signed-off-by: Alfred Perlstein <[email protected]> Reviewed-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 83c9433 commit 19a7f24

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
@@ -456,6 +456,20 @@ Any other arguments are passed directly to 'git log'
456456
Gets the Subversion property given as the first argument, for a
457457
file. A specific revision can be specified with -r/--revision.
458458

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

0 commit comments

Comments
 (0)