1. 09 Oct, 2015 9 commits
  2. 06 Oct, 2015 2 commits
    • Bram Schoenmakers's avatar
      Link to blog post for Git commit message guidelines · 69cd72ba
      Bram Schoenmakers authored
      Summarizing:
      
      1. Separate subject from body with a blank line
      2. Limit the subject line to 50 characters
      3. Capitalize the subject line
      4. Do not end the subject line with a period
      5. Use the imperative mood in the subject line
      6. Wrap the body at 72 characters
      7. Use the body to explain what and why vs. how
      69cd72ba
    • Bram Schoenmakers's avatar
      Also hide tags that are preceded by punctuation. · af4af9ba
      Bram Schoenmakers authored
      The expression in the PrettyPrinterHideTagFilter expects that tag names
      don't have any spaces around them, but this could be the case when
      adding this to the configuration file:
      
       hide_tags = p, id
      
      So make sure to strip off all spaces from tag names before passing them
      along.
      af4af9ba
  3. 05 Oct, 2015 4 commits
  4. 30 Sep, 2015 3 commits
  5. 29 Sep, 2015 1 commit
  6. 28 Sep, 2015 1 commit
  7. 26 Aug, 2015 1 commit
  8. 24 Aug, 2015 1 commit
  9. 20 Aug, 2015 3 commits
  10. 18 Aug, 2015 2 commits
  11. 12 Aug, 2015 1 commit
  12. 10 Aug, 2015 7 commits
  13. 01 Aug, 2015 3 commits
  14. 31 Jul, 2015 2 commits