1. 12 Jul, 2015 1 commit
  2. 03 Mar, 2015 1 commit
    • 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
  3. 08 Nov, 2014 1 commit
  4. 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
  5. 03 Sep, 2014 1 commit
  6. 06 Jun, 2014 1 commit
  7. 03 Apr, 2014 2 commits