diff options
author | Jim Meyering <jim@meyering.net> | 2012-03-28 10:41:54 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-28 08:47:23 -0700 |
commit | a7793a749115ead3b8f7447ce1e96572ea5d8ea3 (patch) | |
tree | b25c8f7aca546e7113e694a23318db546799bd68 /contrib | |
parent | l10n updates for Git 1.7.10-rc1 (diff) | |
download | tgif-a7793a749115ead3b8f7447ce1e96572ea5d8ea3.tar.xz |
correct spelling: an URL -> a URL
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/svn-fe/svn-fe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/svn-fe/svn-fe.txt b/contrib/svn-fe/svn-fe.txt index 2dd27ceb0e..1128ab2ce4 100644 --- a/contrib/svn-fe/svn-fe.txt +++ b/contrib/svn-fe/svn-fe.txt @@ -51,7 +51,7 @@ as committer, where 'user' is the value of the `svn:author` property and 'UUID' the repository's identifier. To support incremental imports, 'svn-fe' puts a `git-svn-id` line at -the end of each commit log message if passed an url on the command +the end of each commit log message if passed a URL on the command line. This line has the form `git-svn-id: URL@REVNO UUID`. The resulting repository will generally require further processing |