I want to get a list of the latest commits on a certain remote Git repository. However, I do not want to create a clone because that takes too long.
With SVN, I can simply pass along a username and password. With Git I haven't found an option to do this. Also, is there an XML output option like with SVN?