Message ID | pull.1441.v3.git.git.1674768107941.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 06cc6f6a41668a9290fb53a142f21c1a49527ed0 |
Headers | show |
Series | [v3] attr: fix instructions on how to check attrs | expand |
"John Cai via GitGitGadget" <gitgitgadget@gmail.com> writes: > Changes since V2: > > * updated with adding second argument after rebasing against master Ahh, thanks for being so careful. I forgot all about that other topic changing the function signature.
diff --git a/attr.h b/attr.h index 58a2bc1344f..9884ea2bc60 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, tree_oid, path, check); * ------------ * * - Act on `.value` member of the result, left in `check->items[]`: