1. 31 Mar, 2016 1 commit
  2. 28 Mar, 2016 2 commits
  3. 21 Mar, 2016 1 commit
  4. 24 Nov, 2015 2 commits
  5. 17 Nov, 2015 1 commit
  6. 30 Oct, 2015 1 commit
  7. 21 Oct, 2015 1 commit
  8. 18 Sep, 2015 1 commit
  9. 17 Sep, 2015 1 commit
    • git_futils_mkdir_*: make a relative-to-base mkdir · ac2fba0e
      Untangle git_futils_mkdir from git_futils_mkdir_ext - the latter
      assumes that we own everything beneath the base, as if it were
      being called with a base of the repository or working directory,
      and is tailored towards checkout and ensuring that there is no
      bogosity beneath the base that must be cleaned up.
      
      This is (at best) slow and (at worst) unsafe in the larger context
      of a filesystem where we do not own things and cannot do things like
      unlink symlinks that are in our way.
      Edward Thomson committed
  10. 13 Sep, 2015 1 commit
  11. 12 Aug, 2015 3 commits
  12. 04 May, 2015 7 commits
  13. 23 Apr, 2015 2 commits
  14. 21 Apr, 2015 2 commits
  15. 20 Apr, 2015 2 commits
  16. 10 Apr, 2015 1 commit
    • Fix checking of return value for regcomp. · 129022ee
      The regcomp function returns a non-zero value if compilation of
      a regular expression fails. In most places we only check for
      negative values, but positive values indicate an error, as well.
      Fix this tree-wide, fixing a segmentation fault when calling
      git_config_iterator_glob_new with an invalid regexp.
      Patrick Steinhardt committed
  17. 03 Mar, 2015 2 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
  18. 12 Feb, 2015 1 commit
  19. 14 Jan, 2015 1 commit
  20. 10 Dec, 2014 1 commit
  21. 03 Nov, 2014 1 commit
  22. 01 Nov, 2014 1 commit
  23. 27 Oct, 2014 1 commit
  24. 23 Oct, 2014 3 commits