vendor/libgit2/include/git2/index.h in rugged-1.0.1 vs vendor/libgit2/include/git2/index.h in rugged-1.1.0

- old
+ new

@@ -553,11 +553,10 @@ * entry represents the position of the blob relative to the * repository's root folder. * * If a previous index entry exists that has the same path as the * given 'entry', it will be replaced. Otherwise, the 'entry' will be - * added. The `id` and the `file_size` of the 'entry' are updated with the - * real value of the blob. + * added. * * This forces the file to be added to the index, not looking * at gitignore rules. Those rules can be evaluated through * the git_status APIs (in status.h) before calling this. *