1. 16 Dec, 2014 4 commits
  2. 10 Dec, 2014 19 commits
  3. 09 Dec, 2014 5 commits
  4. 08 Dec, 2014 1 commit
  5. 07 Dec, 2014 4 commits
  6. 06 Dec, 2014 6 commits
  7. 05 Dec, 2014 1 commit
    • ignore: match git's rule negation rules · e05b2ff1
      A rule can only negate something which was explicitly mentioned in the
      rules before it. Change our parsing to ignore a negative rule which does
      not negate something mentioned in the rules above it.
      
      While here, fix a wrong allocator usage. The memory for the match string
      comes from pool allocator. We must not free it with the general
      allocator. We can instead simply forget the string and it will be
      cleaned up.
      Carlos Martín Nieto committed