mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 14:02:57 +00:00
Fix example in comment
This commit is contained in:
parent
308581de9e
commit
4bc252e4ec
@ -24,7 +24,7 @@ GIT_BEGIN_DECL
|
||||
*
|
||||
* Example usage:
|
||||
*
|
||||
* error = git_ignore_add(myrepo, "*.c\ndir/\nFile with space\n");
|
||||
* error = git_ignore_add_rule(myrepo, "*.c\ndir/\nFile with space\n");
|
||||
*
|
||||
* This would add three rules to the ignores.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user