1. 18 Nov, 2013 1 commit
  2. 01 Nov, 2013 1 commit
  3. 02 Oct, 2013 1 commit
  4. 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
  5. 20 Apr, 2013 2 commits
    • refspec: unify the string and parsed data · 1be680c4
      It used to be separate as an attempt to make the querying easier, but
      it didn't work out that way, so put all the data together.
      
      Add git_refspec_string() as well to get the original string, which is
      now stored alongside the independent parts.
      Carlos Martín Nieto committed
    • remote: handle multiple refspecs · 4330ab26
      A remote can have a multitude of refspecs. Up to now our git_remote's
      have supported a single one for each fetch and push out of simplicity
      to get something working.
      
      Let the remotes and internal code know about multiple remotes and get
      the tests passing with them.
      
      Instead of setting a refspec, the external users can clear all and add
      refspecs. This should be enough for most uses, though we're still
      missing a querying function.
      Carlos Martín Nieto committed
  6. 08 Jan, 2013 1 commit
  7. 02 Jan, 2013 1 commit
  8. 20 Dec, 2012 1 commit
  9. 10 Dec, 2012 1 commit
  10. 28 Nov, 2012 1 commit
  11. 27 Nov, 2012 1 commit
  12. 11 Nov, 2012 1 commit
  13. 06 Nov, 2012 1 commit
  14. 01 Nov, 2012 1 commit
  15. 24 Oct, 2012 1 commit
  16. 20 Oct, 2012 1 commit
  17. 07 Oct, 2012 1 commit
  18. 30 Sep, 2012 2 commits
  19. 04 Aug, 2012 1 commit
  20. 26 Jul, 2012 2 commits
  21. 21 Jul, 2012 1 commit
  22. 26 May, 2012 1 commit
  23. 13 Feb, 2012 1 commit
  24. 28 Nov, 2011 1 commit
  25. 12 Oct, 2011 1 commit
  26. 18 Sep, 2011 1 commit
    • Cleanup legal data · bb742ede
      1. The license header is technically not valid if it doesn't have a
      copyright signature.
      
      2. The COPYING file has been updated with the different licenses used in
      the project.
      
      3. The full GPLv2 header in each file annoys me.
      Vicent Marti committed
  27. 18 Aug, 2011 5 commits
  28. 27 Jun, 2011 1 commit
  29. 26 Jun, 2011 1 commit