commit 4be911ed5341c159d93089befd31a1190dbd6353 from: Stefan Sperling date: Thu Mar 10 22:17:13 2022 UTC fix got_repo_match_object_id() docstring, it is not specific to commits This was a leftover from got_repo_resolve_commit_arg() which was superseded in commit 71a276322e39e17baf5697b5daac8e8fe6ad2ae1 commit - d8247bfd656690b08de2d17c40861701b5b8be6d commit + 4be911ed5341c159d93089befd31a1190dbd6353 blob - 16dcde35f5cc7689f88ae7e3486c4f1fe72aa8f2 blob + b6e44e8b40b8476a471c53fd10cffd4a7ff3b32d --- include/got_repository.h +++ include/got_repository.h @@ -139,7 +139,7 @@ const struct got_error *got_repo_match_object_id_prefi /* * Given an object ID string or reference name, attempt to find a corresponding - * commit object. + * object. * The object type may be restricted to commit, tree, blob, or tag. * Tags will only be matched if a list of references is provided. * GOT_OBJ_TYPE_ANY will match any type of object.