Skip to content
Snippets Groups Projects
  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
  9. Jul 08, 2017
  10. Feb 26, 2017
  11. Nov 17, 2016
    • Kevin Lyda's avatar
      Fix commit. · c0b61b8e
      Kevin Lyda authored
      Commit is currently broken. This fixes it by shifting the command line
      arguments to remove "commit" and by correctly quoting "$@".
      c0b61b8e
  12. Jun 19, 2016
  13. Mar 26, 2016
  14. Feb 21, 2016
Loading