1. 05 5月, 2011 1 次提交
  2. 24 4月, 2011 1 次提交
  3. 20 4月, 2011 1 次提交
  4. 15 4月, 2011 1 次提交
  5. 07 4月, 2011 1 次提交
  6. 03 4月, 2011 1 次提交
  7. 13 3月, 2011 1 次提交
    • J
      docs: point git.txt author credits to git-scm.com · d8f708f8
      Jeff King 提交于
      There is a nice shortlog-ish output of the authors there. We
      also point people directly to shortlog, but of course they
      might be reading the documentation online or from a binary
      package of git.
      d8f708f8
  8. 11 3月, 2011 1 次提交
    • J
      doc: drop author/documentation sections from most pages · 48bb914e
      Jeff King 提交于
      The point of these sections is generally to:
      
        1. Give credit where it is due.
      
        2. Give the reader an idea of where to ask questions or
           file bug reports.
      
      But they don't do a good job of either case. For (1), they
      are out of date and incomplete. A much more accurate answer
      can be gotten through shortlog or blame.  For (2), the
      correct contact point is generally git@vger, and even if you
      wanted to cc the contact point, the out-of-date and
      incomplete fields mean you're likely sending to somebody
      useless.
      
      So let's drop the fields entirely from all manpages except
      git(1) itself. We already point people to the mailing list
      for bug reports there, and we can update the Authors section
      to give credit to the major contributors and point to
      shortlog and blame for more information.
      
      Each page has a "This is part of git" footer, so people can
      follow that to the main git manpage.
      48bb914e
  9. 12 2月, 2011 1 次提交
  10. 31 1月, 2011 1 次提交
  11. 25 1月, 2011 1 次提交
  12. 06 1月, 2011 1 次提交
  13. 23 12月, 2010 1 次提交
  14. 17 12月, 2010 1 次提交
  15. 10 12月, 2010 1 次提交
  16. 22 10月, 2010 1 次提交
  17. 14 10月, 2010 1 次提交
  18. 09 10月, 2010 1 次提交
  19. 30 9月, 2010 1 次提交
  20. 19 9月, 2010 1 次提交
  21. 07 9月, 2010 1 次提交
  22. 04 9月, 2010 1 次提交
  23. 01 9月, 2010 1 次提交
  24. 20 8月, 2010 1 次提交
  25. 03 8月, 2010 1 次提交
  26. 28 7月, 2010 3 次提交
  27. 22 7月, 2010 1 次提交
  28. 06 7月, 2010 1 次提交
  29. 01 7月, 2010 1 次提交
  30. 24 4月, 2010 1 次提交
  31. 23 4月, 2010 1 次提交
  32. 12 4月, 2010 1 次提交
  33. 05 4月, 2010 2 次提交
    • J
      Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEM · cf87463e
      Junio C Hamano 提交于
      If a missing ONE_FILESYSTEM defaults to true, the only users who set this
      variable set it to false to tell git not to limit the discovery to one
      filesystem; there are too many negations in one sentence to make a simple
      panda brain dizzy.
      
      Use the variable GIT_DISCOVERY_ACROSS_FILESYSTEM that changes the
      behaviour from the default "limit to one filesystem" to "cross the
      boundary as I ask you to"; makes the semantics much more straight
      forward.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      cf87463e
    • J
      GIT_ONE_FILESYSTEM: flip the default to stop at filesystem boundaries · e6405517
      Junio C Hamano 提交于
      Regarding the new environment variable, Linus Torvalds
      <torvalds@linux-foundation.org> writes on Tue, 30 Mar 2010 in
      <alpine.LFD.2.00.1003301537150.3707@i5.linux-foundation.org>:
      
          I suspect that it is _very_ unusual to have a source repo that crosses
          multiple filesystems, and the original reason for this patch-series
          seems to me to be likely to be more common than that multi-fs case. So
          having the logic go the other way would seem to match the common case,
          no?
      
      The "crossing filesystem boundary" condition is checked by comparing
      st_dev field in the result from stat(2).  This is slightly worrysome if
      non-POSIX ports return different values in the field even for directories
      in the same work tree extracted to the same "filesystem".  Erik Faye-Lund
      confirms that in the msysgit port st_dev is 0, so this should be safe, as
      "even Windows is safe" ;-)
      
      This will affect those who use /.git to cram /etc and /home/me in the same
      repostiory, /home is mounted from non-root filesystem, and a git operation
      is done from inside /home/me/src.  But that is such a corner case we don't
      want to give preference over helping people who will benefit from having
      this default so that they do not have to suffer from slow automounters.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      e6405517
  34. 01 4月, 2010 1 次提交
  35. 29 3月, 2010 2 次提交
  36. 22 3月, 2010 1 次提交