commit 5f5d5a73a7cc577673dbe0358d961fecf40919b1 from: Stefan Sperling via: Thomas Adam date: Fri Mar 11 16:34:31 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 - f111bd6ad40f24789055cc9fd2cfc398a54f79ed commit + 5f5d5a73a7cc577673dbe0358d961fecf40919b1 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.