1. 23 Feb, 2022 1 commit
  2. 26 Apr, 2019 1 commit
    • refs: loosen restriction on wildcard "*" refspecs · 51214b85
      In commit cd377f45c9 (refs: loosen restriction on wildcard "*"
      refspecs, 2015-07-22) in git.git, the restrictions on wildcard
      "*" refspecs has been loosened. While wildcards were previously
      only allowed if the component is a single "*", this was changed
      to also accept other patterns as part of the component.
      
      We never adapted to that change and still reject any wildcard
      patterns that aren't a single "*" only. Update our tests to
      reflect the upstream change and adjust our own code accordingly.
      Patrick Steinhardt committed
  3. 17 Jan, 2019 1 commit
  4. 13 Jul, 2018 1 commit
    • treewide: remove use of C++ style comments · 9994cd3f
      C++ style comment ("//") are not specified by the ISO C90 standard and
      thus do not conform to it. While libgit2 aims to conform to C90, we did
      not enforce it until now, which is why quite a lot of these
      non-conforming comments have snuck into our codebase. Do a tree-wide
      conversion of all C++ style comments to the supported C style comments
      to allow us enforcing strict C90 compliance in a later commit.
      Patrick Steinhardt committed
  5. 04 May, 2018 1 commit
  6. 14 Nov, 2013 1 commit
  7. 11 Feb, 2013 1 commit
  8. 25 Jan, 2013 1 commit
  9. 04 Jan, 2013 1 commit
  10. 01 Dec, 2012 1 commit
  11. 25 Sep, 2012 2 commits
  12. 27 Aug, 2012 1 commit
  13. 01 Apr, 2012 1 commit
  14. 31 Mar, 2012 1 commit
  15. 30 Mar, 2012 1 commit