1. 30 Sep, 2014 2 commits
    • remote: implement opportunistic remote-tracking branch updates · c5837cad
      When a list of refspecs is passed to fetch (what git would consider
      refspec passed on the command-line), we not only need to perform the
      updates described in that refspec, but also update the remote-tracking
      branch of the fetched remote heads according to the remote's configured
      refspecs.
      
      These "fetches" are not however to be written to FETCH_HEAD as they
      would be duplicate data, and it's not what the user asked for.
      Carlos Martín Nieto committed
    • remote: store passive refspecs · 2cdd5c57
      The configured/base fetch refspecs need to be taken into account in
      order to implement opportunistic remote-tracking branch updates. DWIM
      them and store them in the struct, but don't do anything with them yet.
      Carlos Martín Nieto committed
  2. 16 Sep, 2014 1 commit
    • net: remove support for outright ignoring certificates · 41698f22
      This option make it easy to ignore anything about the server we're
      connecting to, which is bad security practice. This was necessary as we
      didn't use to expose detailed information about the certificate, but now
      that we do, we should get rid of this.
      
      If the user wants to ignore everything, they can still provide a
      callback which ignores all the information passed.
      Carlos Martín Nieto committed
  3. 14 Aug, 2014 1 commit
    • Custom transport: minor cleanups · c180c065
       * Move the transport registration mechanisms into a new header under
         'sys/' because this is advanced stuff.
       * Remove the 'priority' argument from the registration as it adds
         unnecessary complexity.  (Since transports cannot decline to operate,
         only the highest priority transport is ever executed.)  Users who
         require per-priority transports can implement that in their custom
         transport themselves.
       * Simplify registration further by taking a scheme (eg "http") instead
         of a prefix (eg "http://").
      Edward Thomson committed
  4. 27 Jun, 2014 1 commit
  5. 18 Nov, 2013 1 commit
  6. 01 Nov, 2013 1 commit
  7. 02 Oct, 2013 1 commit
  8. 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
  9. 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
  10. 08 Jan, 2013 1 commit
  11. 02 Jan, 2013 1 commit
  12. 20 Dec, 2012 1 commit
  13. 10 Dec, 2012 1 commit
  14. 28 Nov, 2012 1 commit
  15. 27 Nov, 2012 1 commit
  16. 11 Nov, 2012 1 commit
  17. 06 Nov, 2012 1 commit
  18. 01 Nov, 2012 1 commit
  19. 24 Oct, 2012 1 commit
  20. 20 Oct, 2012 1 commit
  21. 07 Oct, 2012 1 commit
  22. 30 Sep, 2012 2 commits
  23. 04 Aug, 2012 1 commit
  24. 26 Jul, 2012 2 commits
  25. 21 Jul, 2012 1 commit
  26. 26 May, 2012 1 commit
  27. 13 Feb, 2012 1 commit
  28. 28 Nov, 2011 1 commit
  29. 12 Oct, 2011 1 commit
  30. 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
  31. 18 Aug, 2011 5 commits
  32. 27 Jun, 2011 1 commit