1. 29 9月, 2009 2 次提交
  2. 27 9月, 2009 1 次提交
    • N
      make 'git clone' ask the remote only for objects it cares about · 5bdc32d3
      Nicolas Pitre 提交于
      Current behavior of 'git clone' when not using --mirror is to fetch
      everything from the peer, and then filter out unwanted refs just before
      writing them out to the cloned repository.  This may become highly
      inefficient if the peer has an unusual ref namespace, or if it simply
      has "remotes" refs of its own, and those locally unwanted refs are
      connecting to a large set of objects which becomes unreferenced as soon
      as they are fetched.
      
      Let's filter out those unwanted refs from the peer _before_ asking it
      what refs we want to fetch instead, which is the most logical thing to
      do anyway.
      Signed-off-by: NNicolas Pitre <nico@fluxnic.net>
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      5bdc32d3
  3. 26 9月, 2009 3 次提交
  4. 23 9月, 2009 7 次提交
  5. 22 9月, 2009 1 次提交
  6. 21 9月, 2009 5 次提交
  7. 19 9月, 2009 17 次提交
  8. 17 9月, 2009 4 次提交