1. 18 Sep, 2015 2 commits
    • repository: only reserve repo dirs in the workdir · 538dfc88
      Check that the repository directory is beneath the workdir before
      adding it to the list of reserved paths.  If it is not, then there
      is no possibility of checking out files into it, and it should not
      be a reserved word.
      
      This is a particular problem with submodules where the repo directory
      may be in the super's .git directory.
      Edward Thomson committed
    • repo::reservedname: test a submodule update · e8ddd8d7
      Test an initial submodule update, where we are trying to checkout
      the submodule for the first time, and placing a file within the
      submodule working directory with the same name as the submodule
      (and consequently, the same name as the repository itself).
      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 4 commits