1. 03 Mar, 2015 3 commits
    • config: borrow refcounted references · 9a97f49e
      This changes the get_entry() method to return a refcounted version of
      the config entry, which you have to free when you're done.
      
      This allows us to avoid freeing the memory in which the entry is stored
      on a refresh, which may happen at any time for a live config.
      
      For this reason, get_string() has been forbidden on live configs and a
      new function get_string_buf() has been added, which stores the string in
      a git_buf which the user then owns.
      
      The functions which parse the string value takea advantage of the
      borrowing to parse safely and then release the entry.
      Carlos Martín Nieto committed
    • repository: remove log message override for switching the active branch · 4e498646
      We want to use the "checkout: moving from ..." message in order to let
      git know when a change of branch has happened. Make the convenience
      functions for this goal write this message.
      Carlos Martín Nieto committed
    • Remove the signature from ref-modifying functions · 659cf202
      The signature for the reflog is not something which changes
      dynamically. Almost all uses will be NULL, since we want for the
      repository's default identity to be used, making it noise.
      
      In order to allow for changing the identity, we instead provide
      git_repository_set_ident() and git_repository_ident() which allow a user
      to override the choice of signature.
      Carlos Martín Nieto committed
  2. 27 Feb, 2015 1 commit
  3. 08 Nov, 2014 1 commit
  4. 27 Oct, 2014 1 commit
  5. 22 Oct, 2014 1 commit
  6. 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
  7. 11 Jul, 2014 1 commit
  8. 02 Jul, 2014 1 commit
  9. 01 Jul, 2014 1 commit
  10. 27 Jun, 2014 1 commit
  11. 29 May, 2014 1 commit
  12. 28 May, 2014 3 commits
  13. 02 Apr, 2014 1 commit
  14. 07 Mar, 2014 1 commit
  15. 06 Mar, 2014 1 commit
  16. 30 Jan, 2014 3 commits
  17. 27 Jan, 2014 1 commit
  18. 11 Dec, 2013 1 commit
  19. 14 Nov, 2013 1 commit