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.
2 parents b287f33 + 1b5c8aa commit 94edfb1Copy full SHA for 94edfb1
src/libutil/git.cc
@@ -134,7 +134,7 @@ void parseTree(
134
RawMode rawMode = std::stoi(perms, 0, 8);
135
auto modeOpt = decodeMode(rawMode);
136
if (!modeOpt)
137
- throw Error("Unknown Git permission: %o", perms);
+ throw Error("Unknown Git permission: %o", rawMode);
138
auto mode = std::move(*modeOpt);
139
140
std::string name = getStringUntil(source, '\0');
0 commit comments