We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d60bf00 + cff4ca2 commit d43d490Copy full SHA for d43d490
include/git2/index.h
@@ -555,8 +555,7 @@ GIT_EXTERN(int) git_index_add_bypath(git_index *index, const char *path);
555
*
556
* If a previous index entry exists that has the same path as the
557
* given 'entry', it will be replaced. Otherwise, the 'entry' will be
558
- * added. The `id` and the `file_size` of the 'entry' are updated with the
559
- * real value of the blob.
+ * added.
560
561
* This forces the file to be added to the index, not looking
562
* at gitignore rules. Those rules can be evaluated through
0 commit comments