Skip to content

Commit 86cca75

Browse files
committed
Merge branch 'jc/attr-doc-fix'
Comment fix. * jc/attr-doc-fix: attr: fix instructions on how to check attrs
2 parents 2fc9e9c + 06cc6f6 commit 86cca75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* const char *path;
4646
*
4747
* setup_check();
48-
* git_check_attr(path, check);
48+
* git_check_attr(&the_index, tree_oid, path, check);
4949
* ------------
5050
*
5151
* - Act on `.value` member of the result, left in `check->items[]`:

0 commit comments

Comments
 (0)