1. 13 Feb, 2017 1 commit
    • repository: rename `path_repository` and `path_gitlink` · 84f56cb0
      The `path_repository` variable is actually confusing to think
      about, as it is not always clear what the repository actually is.
      It may either be the path to the folder containing worktree and
      .git directory, the path to .git itself, a worktree or something
      entirely different. Actually, the intent of the variable is to
      hold the path to the gitdir, which is either the .git directory
      or the bare repository.
      
      Rename the variable to `gitdir` to avoid confusion. While at it,
      also rename `path_gitlink` to `gitlink` to improve consistency.
      Patrick Steinhardt committed
  2. 29 Dec, 2016 1 commit
  3. 27 Feb, 2015 1 commit
  4. 14 Feb, 2015 2 commits
  5. 01 Jul, 2014 1 commit
    • git_checkout_index: checkout other indexes · 967f5a76
      git_checkout_index can now check out other git_index's (that are not
      necessarily the repository index).  This allows checkout_index to use
      the repository's index for stat cache information instead of the index
      data being checked out.  git_merge and friends now check out their
      indexes directly instead of trying to blend it into the running index.
      Edward Thomson committed
  6. 02 May, 2014 1 commit
  7. 14 Apr, 2014 1 commit
  8. 20 Mar, 2014 1 commit
  9. 06 Mar, 2014 2 commits
  10. 12 Dec, 2013 1 commit
  11. 09 Dec, 2013 1 commit
  12. 03 Dec, 2013 1 commit
  13. 02 Dec, 2013 2 commits