1. 11 Dec, 2019 1 commit
  2. 19 Jun, 2019 1 commit
  3. 20 May, 2019 1 commit
  4. 15 Sep, 2017 2 commits
  5. 30 Aug, 2017 2 commits
  6. 29 Aug, 2017 4 commits
    • Kevin Lyda's avatar
      Add editor modeline. · 581ae312
      Kevin Lyda authored
      This will make sure people have a better chance of following the
      code style of this file.
      581ae312
    • 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. · fa21f597
      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.
      fa21f597
    • 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
  7. 28 Aug, 2017 4 commits
  8. 27 Aug, 2017 8 commits
  9. 26 Aug, 2017 1 commit
  10. 23 Aug, 2017 1 commit
  11. 20 Jul, 2017 1 commit
  12. 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
  13. 16 Jul, 2017 3 commits
  14. 08 Jul, 2017 1 commit
  15. 26 Feb, 2017 2 commits
  16. 17 Nov, 2016 1 commit
    • 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
  17. 19 Jun, 2016 1 commit
  18. 26 Mar, 2016 2 commits
  19. 21 Feb, 2016 2 commits