1. 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
  2. 16 Sep, 2015 6 commits
  3. 14 Sep, 2015 3 commits
  4. 13 Sep, 2015 14 commits
  5. 12 Sep, 2015 5 commits
  6. 11 Sep, 2015 2 commits
    • Removing memory leak in mempack's free · 707f6537
      It calls git_mempack_reset which reallocates the object array. git_oidmap_free is now called on it explicitly.
      Bryan Woods committed
    • iterator: advance the tree iterator smartly · a1859e21
      While advancing the tree iterator, if we advance over things that
      we aren't interested in, then call `current`.  Which may *itself*
      call advance.
      
      While advancing the tree iterator, if we advance over things that
      we aren't interested in, then call `current`.  Which may *itself*
      call advance.
      
      While advancing the tree iterator, if we advance over things that
      we aren't interested in, then call `current`.  Which may *itself*
      call advance.
      
      While advancing the tree iterator, if we advance over things that
      we aren't interested in, then call `current`.  Which may *itself*
      call advance.
      
      While advancing the tree iterator, if we advance over things that
      we aren't interested in, then call `current`.  Which may *itself*
      call advance.
      
      Error: stack overflow.
      Edward Thomson committed
  7. 10 Sep, 2015 3 commits
  8. 09 Sep, 2015 1 commit
  9. 08 Sep, 2015 5 commits