Skip to content
  1. Aug 29, 2017
  2. Aug 28, 2017
  3. Aug 27, 2017
  4. Aug 26, 2017
  5. Aug 23, 2017
  6. Jul 20, 2017
  7. Jul 17, 2017
    • Daniel Shahaf's avatar
      docs: Clarify what 'enter' does. · e47baf02
      Daniel Shahaf authored
      e47baf02
    • Thomas Tuegel's avatar
      Do not use shared Git repositories · 12d208c2
      Thomas Tuegel authored
      Shared repositories were created using `git init --shared=0600` with the intent
      of keeping configuration data private. Git reports an error if "shared"
      repositories are created with private permissions. (Due to an apparent bug, the
      error was not reported before git-2.13.2.)
      
      Instead of creating a shared repository, use `umask 0077` to make created files
      accessible only to the current user. The umask setting is inherited by child
      processes and respected by Git.
      12d208c2
  8. Jul 16, 2017
Loading