1. 04 7月, 2013 9 次提交
  2. 02 7月, 2013 2 次提交
  3. 01 7月, 2013 5 次提交
  4. 29 6月, 2013 3 次提交
  5. 28 6月, 2013 14 次提交
  6. 21 6月, 2013 1 次提交
  7. 12 6月, 2013 3 次提交
  8. 11 6月, 2013 2 次提交
  9. 10 6月, 2013 1 次提交
    • J
      Merge branch 'jn/config-ignore-inaccessible' into maint · b1c418e1
      Junio C Hamano 提交于
      A git daemon that starts as "root" and then drops privilege often
      leaves $HOME set to that of the root user, which is unreadable by
      the daemon process, which was diagnosed as a configuration error.
      
      Make per-user configuration files that are inaccessible due to
      EACCES as though these files do not exist to avoid this issue, as
      the tightening which was originally meant as an additional security
      has annoyed enough sysadmins.
      
      * jn/config-ignore-inaccessible:
        config: allow inaccessible configuration under $HOME
      b1c418e1