1. 19 Oct, 2018 1 commit
  2. 30 Aug, 2018 1 commit
    • docs: clarify and include licenses of dependencies · 2e0f926e
      While our contribution guide tries to make clear the licenses that apply
      to libgit2, it does not make clear that different licenses apply to our
      bundled dependencies. Make this clear by listing each dependency
      together with the licenses that they are governed by. Furthermore,
      bundle the complete license texts next to the code they apply to.
      Patrick Steinhardt committed
  3. 27 Aug, 2018 1 commit
  4. 20 Aug, 2018 2 commits
  5. 03 Aug, 2018 3 commits
  6. 29 Jun, 2018 1 commit
  7. 12 Jun, 2018 1 commit
  8. 09 Jun, 2018 1 commit
  9. 30 May, 2018 1 commit
    • docs: reorganize documents · 68a3c0b1
      Our non-technical documents are currently floating around loosely in our
      project's root, making it harden than necessary to discover what one is
      searching for. We do have a "docs/" directory, though, which serves
      exactly that purpose of hosting documentation.
      
      Move our non-technical documentation into the "docs/" directory. Adjust
      all links to these documents.
      Patrick Steinhardt committed
  10. 21 May, 2018 1 commit
  11. 02 May, 2018 1 commit
  12. 30 Mar, 2018 1 commit
  13. 20 Feb, 2018 1 commit
  14. 15 Feb, 2018 1 commit
  15. 27 Jan, 2018 1 commit
  16. 19 Jan, 2018 1 commit
  17. 26 May, 2016 1 commit
  18. 26 Oct, 2015 1 commit
  19. 01 Dec, 2013 1 commit
  20. 25 Sep, 2013 3 commits
  21. 11 Jun, 2013 1 commit
    • Implement regex pattern diff driver · 5dc98298
      This implements the loading of regular expression pattern lists
      for diff drivers that search for function context in that way.
      This also changes the way that diff drivers update options and
      interface with xdiff APIs to make them a little more flexible.
      Russell Belfer committed
  22. 10 Jun, 2013 1 commit
    • Reorganize diff and add basic diff driver · 114f5a6c
      This is a significant reorganization of the diff code to break it
      into a set of more clearly distinct files and to document the new
      organization.  Hopefully this will make the diff code easier to
      understand and to extend.
      
      This adds a new `git_diff_driver` object that looks of diff driver
      information from the attributes and the config so that things like
      function content in diff headers can be provided.  The full driver
      spec is not implemented in the commit - this is focused on the
      reorganization of the code and putting the driver hooks in place.
      
      This also removes a few #includes from src/repository.h that were
      overbroad, but as a result required extra #includes in a variety
      of places since including src/repository.h no longer results in
      pulling in the whole world.
      Russell Belfer committed
  23. 30 Apr, 2013 1 commit
  24. 04 Jan, 2013 1 commit
  25. 19 May, 2012 1 commit
  26. 03 Mar, 2012 1 commit