1. 02 1月, 2007 1 次提交
  2. 27 1月, 2006 1 次提交
  3. 25 1月, 2006 1 次提交
    • M
      git-fetch: pass --upload-pack to fetch-pack · 2c620a1a
      Michal Ostrowski 提交于
      Without this, there is no way to specify a remote executable when
      invoking git-pull/git-fetch as there is for git-clone.
      
      [jc: I have a mild suspicion that this is a broken environment (aka
       sysadmin disservice).  It may be legal to configure your sshd to
       spawn named program without involving shell at all, and if your
       sysadmin does so and you have your git programs under your home
       directory, you would need something like this, but then I suspect
       you would need such workaround everywhere, not just git. But we
       have these options we can use to work around the issue, so there
       is no strong reason not to reject this patch, either. ]
      Signed-off-by: NMichal Ostrowski <mostrows@watson.ibm.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      2c620a1a
  4. 11 1月, 2006 1 次提交
  5. 08 1月, 2006 1 次提交
    • J
      git-fetch: auto-following tags. · 03febf99
      Junio C Hamano 提交于
      I added things to ls-remote so that Cogito can auto-follow tags
      easily and correctly a while ago, but git-fetch did not use the
      facility.  Recently added git-describe command relies on
      repository keeping up-to-date set of tags, which made it much
      more attractive to automatically follow tags, so we do that as
      well.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      03febf99
  6. 02 12月, 2005 1 次提交
  7. 19 11月, 2005 1 次提交
  8. 08 11月, 2005 1 次提交
  9. 07 11月, 2005 1 次提交