Skip to content
Snippets Groups Projects
Commit e6630d7f authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Make sure inspect doesn't generate crazy string

parent 6d9fb6b0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -79,6 +79,10 @@ class Repository
)
end
 
def inspect
"#<#{self.class.name}:#{@disk_path}>"
end
#
# Git repository can contains some hidden refs like:
# /refs/notes/*
Loading
Loading
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