Skip to content
  1. Aug 29, 2017
    • Richard Hartmann's avatar
      Merge pull request #236 from lyda/git-version-bsd-fix · 83ae3460
      Richard Hartmann authored
      Fix version processing on BSD systems.
      83ae3460
    • Kevin Lyda's avatar
      Fix version processing on BSD systems. · b469b65f
      Kevin Lyda authored
      BSD systems ship with the original sed; lacking a host of GNU
      extensions. However both GNU sed and POSIX sed support the -E flag
      for extended regular expressions which are close to the change this
      is replacing.
      
      See the descriptions of extended REs in IEEE Std 1003.2 (aka POSIX.2)
      or re_format(7) on BSD systems. What matters for this is that the
      + operator works and that it and the grouping operators no longer
      need to be escaped.
      b469b65f
  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
  15. Feb 14, 2016
  16. Dec 29, 2015
  17. Dec 22, 2015
  18. Dec 19, 2015
Loading