git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: Graham Perks <graham@kace.com>
Cc: git@vger.kernel.org
Subject: Re: [RFC] Git User's Survey 2009 - trial run
Date: Fri, 26 Jun 2009 19:00:47 +0200	[thread overview]
Message-ID: <200906261900.48310.jnareb@gmail.com> (raw)
In-Reply-To: <665CFE02-78DC-49E5-A9F2-9A614691FBAE@kace.com>

On Fri, 26 June 2009, Graham Perks wrote:

> Some comments on the survey:
> 
> Q14. I got confused on. "How do you fetch from <an> upstream  
> repository?"
> 
> Firstly, the word "an" is missing from the question.

Actually originally it was only "How do you fetch from upstream?", 
and it should be "How do you fetch from upstream repositories?".
One can follow more than one git repository.

> Secondly, the first two options are "git protocol" and "ssh". We use  
> git:// over ssh. So I don't know how to answer this.

"git protocol" was meant to be about connecting to git-daemon 
(anonymous, unauthenticated, port 9418), i.e. using URL like
"git://git.example.com/repo.git" for fetch/clone.

"ssh" was meant to be about running git-upload-pack via SSH, 
which means connecting to sshd/ssh daemon (authenticated, 
usually port 22).  This means URL like "ssh://example.com/srv/git/repo.git"
or "user@example.com:/srv/git/repo.git" (or ssh+git:// or git+ssh://).
Tunneling connection to git-daemon over SSH is not "ssh" in this
sense.

I'll try to explain this in 'footnotes' for this question, and use
example URLs to make it more clear how should one answer this question.

> 
> Q15, How do you publish?
>
> We sometimes use git format-patch and email out. Since we're on  
> Exchange, we can't use git am to pull directly from the email. We have  
> to save the patch files and "git am < 0001.change.patch". I don't see  
> an option that separates this usage out from how git am was  
> (seemingly) designed to work, directly against the mail server.

If you use git-format-patch (or equivalent) and send patches via email,
you should tick 'git format-patch + email' answer. It does not matter
how it is applied on the other side; only what you as sender do is
important.

I''l try to come with some explanation about this.


Thank you very much for your help in improving this survey!
-- 
Jakub Narebski
Poland

      parent reply	other threads:[~2009-06-26 17:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-25 19:22 [RFC] Git User's Survey 2009 - trial run Jakub Narebski
2009-06-26  7:32 ` Johan Herland
2009-06-26  9:10   ` Santi Béjar
2009-06-26 10:55   ` Felipe Contreras
2009-06-26 13:08   ` Jakub Narebski
2009-06-26 14:44     ` Johan Herland
2009-06-28 23:23       ` Jakub Narebski
2009-06-26 10:16 ` Peter Baumann
2009-06-26 15:10   ` Jakub Narebski
2009-06-26 11:12 ` Felipe Contreras
2009-06-26 15:44   ` Jakub Narebski
2009-06-26 19:05     ` Felipe Contreras
2009-06-29 23:21       ` Jakub Narebski
     [not found] ` <665CFE02-78DC-49E5-A9F2-9A614691FBAE@kace.com>
2009-06-26 17:00   ` Jakub Narebski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200906261900.48310.jnareb@gmail.com \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=graham@kace.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).