Skip to content
Snippets Groups Projects
Commit 7e170b82 authored by Georg Seibt's avatar Georg Seibt :nerd:
Browse files

Revert "Merged in HPunkt/gitwrapper/backports (pull request #7)"

This reverts commit 44992289, reversing
changes made to 9e3e2f64.
parent 44992289
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ public class LocalRepository extends Repository {
* be found or turned into a full hash
*/
private Optional<String> verify(boolean fullSymbolicName, String arg, String type) {
String argument = type != null ? String.format("\"%s^{%s}\"", arg, type) : arg;
String argument = type != null ? String.format("%s^{%s}", arg, type) : arg;
Optional<ExecRes> revParse;
if (fullSymbolicName) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment