提交 19a7f24b 编写于 作者: A Alfred Perlstein 提交者: Junio C Hamano

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

Add example usage to the git-svn documentation.
Reported-by: NJoseph Pecoraro <pecoraro@apple.com>
Signed-off-by: NAlfred Perlstein <alfred@freebsd.org>
Reviewed-by: NEric Wong <e@80x24.org>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 83c9433e
......@@ -456,6 +456,20 @@ Any other arguments are passed directly to 'git log'
Gets the Subversion property given as the first argument, for a
file. A specific revision can be specified with -r/--revision.
'propset'::
Sets the Subversion property given as the first argument, to the
value given as the second argument for the file given as the
third argument.
+
Example:
+
------------------------------------------------------------------------
git svn propset svn:keywords "FreeBSD=%H" devel/py-tipper/Makefile
------------------------------------------------------------------------
+
This will set the property 'svn:keywords' to 'FreeBSD=%H' for the file
'devel/py-tipper/Makefile'.
'show-externals'::
Shows the Subversion externals. Use -r/--revision to specify a
specific revision.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册