notes-merge: Don't remove .git/NOTES_MERGE_WORKTREE; it may be the user's cwd
[git] / Documentation / technical / api-setup.txt
1 setup API
2 =========
3
4 Talk about
5
6 * setup_git_directory()
7 * setup_git_directory_gently()
8 * is_inside_git_dir()
9 * is_inside_work_tree()
10 * setup_work_tree()
11 * get_pathspec()
12
13 (Dscho)