summaryrefslogtreecommitdiffstats
path: root/git-svn.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-04-12 15:17:35 +0900
committerJunio C Hamano <gitster@pobox.com>2018-04-12 15:17:35 +0900
commitbbb584b1065a684f3ce95ab24b609bd800e6cae1 (patch)
tree2d67b95352cfcfd79d1270ccdca5eca0d763a922 /git-svn.html
parent8ed7c46b5019e5867405ba53a4dcd4d83749dcb4 (diff)
downloadgit-htmldocs-bbb584b1065a684f3ce95ab24b609bd800e6cae1.tar.gz
Autogenerated HTML docs for v2.17.0-252-gfe0a9
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html19
1 files changed, 13 insertions, 6 deletions
diff --git a/git-svn.html b/git-svn.html
index 019a7b25c..98d5af64b 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -1,9 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.9" />
+<meta name="generator" content="AsciiDoc 8.6.10" />
<title>git-svn(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -1847,7 +1848,8 @@ config key: svn.findcopiesharder</pre>
</dt>
<dd>
<p>
- Syntax is compatible with the file used by <em>git cvsimport</em>:
+ Syntax is compatible with the file used by <em>git cvsimport</em> but
+ an empty email address can be supplied with <em>&lt;&gt;</em>:
</p>
<div class="listingblock">
<div class="content">
@@ -1871,9 +1873,14 @@ after the authors-file is modified should continue operation.</p></div>
If this option is specified, for each SVN committer name that
does not exist in the authors file, the given file is executed
with the committer name as the first argument. The program is
- expected to return a single line of the form "Name &lt;email&gt;",
- which will be treated as if included in the authors file.
-</p>
+ expected to return a single line of the form "Name &lt;email&gt;" or
+ "Name &lt;&gt;", which will be treated as if included in the authors
+ file.
+</p>
+<div class="paragraph"><p>Due to historical reasons a relative <em>filename</em> is first searched
+relative to the current directory for <em>init</em> and <em>clone</em> and relative
+to the root of the working tree for <em>fetch</em>. If <em>filename</em> is
+not found, it is searched like any other command in <em>$PATH</em>.</p></div>
<div class="verseblock">
<pre class="content">config key: svn.authorsProg</pre>
<div class="attribution">
@@ -2507,7 +2514,7 @@ rewinds it.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-04-12 15:17:19 JST
</div>
</div>
</body>