lib/yard/cli/diff.rb in yard-0.7.5 vs lib/yard/cli/diff.rb in yard-0.8.0
- old
+ new
@@ -61,10 +61,10 @@
puts
end
end
private
-
+
def load_git_commit(commit)
commit_path = 'git_commit' + commit.gsub(/\W/, '_')
tmpdir = File.join(Dir.tmpdir, commit_path)
log.info "Expanding #{commit} to #{tmpdir}..."
Dir.chdir(@old_path)
\ No newline at end of file