* Documentation for fetch, url, branches, tags keywords in git config?
@ 2013-10-29 19:23 Jim Garrison
2013-10-29 19:37 ` Fredrik Gustafsson
0 siblings, 1 reply; 3+ messages in thread
From: Jim Garrison @ 2013-10-29 19:23 UTC (permalink / raw)
To: git@vger.kernel.org
A typical config
[svn-remote "svn"]
noMetadata = 1
url = http://repository.url/svn
fetch = trunk/etl_app:refs/remotes/etl_app/trunk
branches = branches/etl_app/*:refs/remotes/branches/*
tags = tags/etl_app/*:refs/remotes/tags/*
However, the manpage for git-config(1) does not include anything exlicit on "url", "fetch", "branches", 'tags", and the meaning of the syntax following the colon.
Where can I find this info?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Documentation for fetch, url, branches, tags keywords in git config?
2013-10-29 19:23 Documentation for fetch, url, branches, tags keywords in git config? Jim Garrison
@ 2013-10-29 19:37 ` Fredrik Gustafsson
2013-10-29 19:42 ` Jim Garrison
0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Gustafsson @ 2013-10-29 19:37 UTC (permalink / raw)
To: Jim Garrison; +Cc: git@vger.kernel.org
On Tue, Oct 29, 2013 at 07:23:20PM +0000, Jim Garrison wrote:
> A typical config
>
> [svn-remote "svn"]
> noMetadata = 1
> url = http://repository.url/svn
> fetch = trunk/etl_app:refs/remotes/etl_app/trunk
> branches = branches/etl_app/*:refs/remotes/branches/*
> tags = tags/etl_app/*:refs/remotes/tags/*
>
>
> However, the manpage for git-config(1) does not include anything exlicit on "url", "fetch", "branches", 'tags", and the meaning of the syntax following the colon.
>
> Where can I find this info?
Is the info in here what you're looking for?
http://jk.gs/git-svn.html
--
Med vänliga hälsningar
Fredrik Gustafsson
tel: 0733-608274
e-post: iveqy@iveqy.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Documentation for fetch, url, branches, tags keywords in git config?
2013-10-29 19:37 ` Fredrik Gustafsson
@ 2013-10-29 19:42 ` Jim Garrison
0 siblings, 0 replies; 3+ messages in thread
From: Jim Garrison @ 2013-10-29 19:42 UTC (permalink / raw)
To: Fredrik Gustafsson; +Cc: git@vger.kernel.org
I've already read that manpage. It does not describe the meaning of "fetch", "branches" and "tags", and the significance of the ":refs/remotes/branches/*" syntax.
> -----Original Message-----
> From: Fredrik Gustafsson [mailto:iveqy.mailbox@gmail.com] On Behalf Of
> Fredrik Gustafsson
> Sent: Tuesday, October 29, 2013 12:37 PM
> To: Jim Garrison
> Cc: git@vger.kernel.org
> Subject: Re: Documentation for fetch, url, branches, tags keywords in git
> config?
>
> On Tue, Oct 29, 2013 at 07:23:20PM +0000, Jim Garrison wrote:
> > A typical config
> >
> > [svn-remote "svn"]
> > noMetadata = 1
> > url = http://repository.url/svn
> > fetch = trunk/etl_app:refs/remotes/etl_app/trunk
> > branches = branches/etl_app/*:refs/remotes/branches/*
> > tags = tags/etl_app/*:refs/remotes/tags/*
> >
> >
> > However, the manpage for git-config(1) does not include anything exlicit on
> "url", "fetch", "branches", 'tags", and the meaning of the syntax following
> the colon.
> >
> > Where can I find this info?
>
> Is the info in here what you're looking for?
> http://jk.gs/git-svn.html
>
> --
> Med vänliga hälsningar
> Fredrik Gustafsson
>
> tel: 0733-608274
> e-post: iveqy@iveqy.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-29 19:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 19:23 Documentation for fetch, url, branches, tags keywords in git config? Jim Garrison
2013-10-29 19:37 ` Fredrik Gustafsson
2013-10-29 19:42 ` Jim Garrison
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox