git log give us a really good functionality to know about what happened in the project. When we are in our machine and we have the cloned project is just executing the command. But I've realized that sometimes I need to read the log from somewhere else that is not my machine, so it would be great to ask for a log without having the repository cloned.
I've been looking around through google an reading the git-log man page but I didn't found a way to do it.
Does anybody know if this way of log can be done?
Thanks in advance.