All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Document the 'svn propset' command.
@ 2016-06-12 19:15 Alfred Perlstein
  2016-06-13  6:59 ` Pranit Bauva
  2016-06-15  5:19 ` Alfred Perlstein
  0 siblings, 2 replies; 11+ messages in thread
From: Alfred Perlstein @ 2016-06-12 19:15 UTC (permalink / raw)
  To: gitster; +Cc: git, Eric Wong, Joseph Pecoraro, David Fraser

Junio + all,

A week ago I was requested to provide documentation for the
'svn propset' command.  I have attached a diff off of the
'maint' branch for this, however it seems to apply cleanly
to 'master' as well.

Thank you for your patience.

This is also available on my github here:
https://github.com/splbio/git/tree/document_propset


---
 Documentation/git-svn.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index fb23a98..e104824 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -459,6 +459,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.
-- 
2.7.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-06-15 20:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-12 19:15 [PATCH] Document the 'svn propset' command Alfred Perlstein
2016-06-13  6:59 ` Pranit Bauva
2016-06-13 12:52   ` Alfred Perlstein
2016-06-13 14:24     ` Pranit Bauva
2016-06-13 14:42       ` Pranit Bauva
2016-06-13 22:09         ` Alfred Perlstein
2016-06-15  5:19 ` Alfred Perlstein
2016-06-15 20:15   ` Eric Wong
2016-06-15 20:21     ` Junio C Hamano
2016-06-15 20:24       ` Alfred Perlstein
2016-06-15 20:32         ` Joseph Pecoraro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.