File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -828,23 +828,6 @@ int error = git_index_new(&idx);
828
828
[ ` git_index_new ` ] ( http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_new )
829
829
)
830
830
831
- <h3 id =" index_capabilities " >Capabilities</h3 >
832
-
833
- An index has certain properties, indicated by capability flags.
834
-
835
- ``` c
836
- unsigned int caps = git_index_caps(idx);
837
-
838
- /* These are settable as well */
839
- caps |= GIT_INDEXCAP_NO_SYMLINKS;
840
- int error = git_index_set_caps(idx, caps);
841
- ```
842
-
843
- (
844
- [ ` git_index_caps ` ] ( http://libgit2.github.com/libgit2/#HEAD/group/index/git_index_caps ) ,
845
- [ ` git_indexcap_t ` ] ( http://libgit2.github.com/libgit2/#HEAD/type/git_indexcap_t )
846
- )
847
-
848
831
<h3 id =" index_disk " >Disk</h3 >
849
832
850
833
``` c
You can’t perform that action at this time.
0 commit comments