1. 29 Aug, 2017 14 commits
  2. 28 Aug, 2017 4 commits
  3. 27 Aug, 2017 10 commits
  4. 26 Aug, 2017 2 commits
  5. 23 Aug, 2017 6 commits
  6. 20 Jul, 2017 1 commit
  7. 17 Jul, 2017 2 commits
    • 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. 16 Jul, 2017 1 commit