8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4252d55 commit 7468526Copy full SHA for 7468526
LibGit2Sharp/Repository.cs
@@ -469,7 +469,7 @@ private static string PathFromRevparseSpec(string spec)
469
470
internal GitObject Lookup(string objectish, GitObjectType type, LookUpOptions lookUpOptions)
471
{
472
- Ensure.ArgumentNotNullOrEmptyString(objectish, "commitOrBranchSpec");
+ Ensure.ArgumentNotNullOrEmptyString(objectish, "objectish");
473
474
GitObject obj;
475
using (GitObjectSafeHandle sh = Proxy.git_revparse_single(handle, objectish))
0 commit comments