On May 24, 2008, at 2:45 PM, Dirk Süsserott wrote:
I'm using msysGit. Upon shell startup it says "Welcome to Git (version 1.5.5-preview20080413)". That's the latest msysGit version. git --version says "git version 1.5.5.1015.g9d258" I'd like to know which official Git version (as cloned from git://git.kernel.org/pub/scm/git/git.git) corresponds to my msysGit version.
It's not in official git.git. msysgit is based on official git 1.5.5, i.e. tag v1.5.5 (9d8318051). msysGit adds, however, a lot of commits that are (not yet) in official git.git.
git checkout 9d258 didn't work. Any hints? Is there a Website or another mailing list for msysGit?
http://code.google.com/p/msysgit/ Steffen -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html