Merge branch 'jc/attr-doc-fix'

Comment fix.

* jc/attr-doc-fix:
  attr: fix instructions on how to check attrs
This commit is contained in:
Junio C Hamano 2023-02-03 16:08:21 -08:00
commit 86cca7593e

2
attr.h
View File

@ -45,7 +45,7 @@
* const char *path;
*
* setup_check();
* git_check_attr(path, check);
* git_check_attr(&the_index, tree_oid, path, check);
* ------------
*
* - Act on `.value` member of the result, left in `check->items[]`: