Message ID | pull.1441.v2.git.git.1674447742078.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Commit | 13d6c61e6b97c5ee5aa12dfc41f425b0e5d08d4d |
Headers | show |
Series | [v2] attr: fix instructions on how to check attrs | expand |
diff --git a/attr.h b/attr.h index 2f22dffadb3..47f1111f391 100644 --- a/attr.h +++ b/attr.h @@ -45,7 +45,7 @@ * const char *path; * * setup_check(); - * git_check_attr(path, check); + * git_check_attr(&the_index, path, check); * ------------ * * - Act on `.value` member of the result, left in `check->items[]`: