vendor/libgit2/include/git2/ignore.h in rugged-1.3.2.3 vs vendor/libgit2/include/git2/ignore.h in rugged-1.4.2

- old
+ new

@@ -27,10 +27,10 @@ * error = git_ignore_add_rule(myrepo, "*.c\ndir/\nFile with space\n"); * * This would add three rules to the ignores. * * @param repo The repository to add ignore rules to. - * @param rules Text of rules, a la the contents of a .gitignore file. + * @param rules Text of rules, the contents to add on a .gitignore file. * It is okay to have multiple rules in the text; if so, * each rule should be terminated with a newline. * @return 0 on success */ GIT_EXTERN(int) git_ignore_add_rule(