1. 20 Jul, 2019 1 commit
  2. 01 Dec, 2018 1 commit
  3. 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
  4. 10 Jun, 2018 1 commit
  5. 25 Nov, 2015 1 commit
  6. 07 Jul, 2015 1 commit
  7. 16 Mar, 2015 1 commit
  8. 03 Mar, 2015 2 commits
  9. 27 Oct, 2014 1 commit
  10. 03 Aug, 2014 1 commit
  11. 14 Apr, 2014 1 commit
  12. 20 Mar, 2014 1 commit
  13. 06 Mar, 2014 1 commit
  14. 05 Feb, 2014 1 commit
  15. 03 Feb, 2014 1 commit
  16. 20 Jan, 2014 2 commits
    • Remove the "merge none" flag · 0e1ba46c
      The "merge none" (don't automerge) flag was only to aide in
      merge trivial tests.  We can easily determine whether merge
      trivial resulted in a trivial merge or an automerge by examining
      the REUC after automerge has completed.
      Edward Thomson committed
    • merge_file should use more aggressive levels · c1d648c5
      The default merge_file level was XDL_MERGE_MINIMAL, which will
      produce conflicts where there should not be in the case where
      both sides were changed identically.  Change the defaults to be
      more aggressive (XDL_MERGE_ZEALOUS) which will more aggressively
      compress non-conflicts.  This matches git.git's defaults.
      
      Increase testing around reverting a previously reverted commit to
      illustrate this problem.
      Edward Thomson committed
  17. 03 Dec, 2013 2 commits
  18. 02 Dec, 2013 1 commit