1. 17 Mar, 2015 1 commit
  2. 11 Mar, 2015 1 commit
  3. 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
    • push: remove reflog message override · 412a3808
      We always use "update by push".
      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
  4. 13 Feb, 2015 1 commit
  5. 08 Jan, 2015 1 commit
  6. 05 Jan, 2015 2 commits
  7. 01 Jan, 2015 1 commit
  8. 30 Dec, 2014 1 commit
  9. 14 Dec, 2014 5 commits
  10. 10 Dec, 2014 1 commit
  11. 23 Nov, 2014 2 commits
  12. 19 Nov, 2014 1 commit
  13. 17 Nov, 2014 1 commit
  14. 08 Nov, 2014 7 commits
  15. 03 Nov, 2014 2 commits
  16. 02 Nov, 2014 1 commit
  17. 27 Oct, 2014 3 commits
  18. 24 Oct, 2014 1 commit
    • remote: accept a repo and name for renaming · 46c8f7f8
      Remote objects are not meant to be changed from under the user. We did
      this in rename, but only the name and left the refspecs, such that a
      save would save the wrong refspecs (and a fetch and anything else would
      use the wrong refspecs).
      
      Instead, let's simply take a name and not change any loaded remote from
      under the user.
      Carlos Martín Nieto committed
  19. 22 Oct, 2014 1 commit
  20. 10 Oct, 2014 1 commit
  21. 09 Oct, 2014 1 commit
  22. 30 Sep, 2014 2 commits