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 954d638 commit a60ed13Copy full SHA for a60ed13
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