Need the number of the current git because am doing regression on it, because it doesn't compile on my machine using my gcc. gcc (Ubuntu 4.3.2-2ubuntu5) 4.3.3 20081129 (prerelease) (And BTW can the regression test page link to this page?) Thank you very much. Susan
Susan Cragin wrote:
Need the number of the current git because am doing regression on it, because it doesn't compile on my machine using my gcc. gcc (Ubuntu 4.3.2-2ubuntu5) 4.3.3 20081129 (prerelease) (And BTW can the regression test page link to this page?) Thank you very much. Susan
Susan:
Does the 1.1.9 release compile? If so the tag for it is:
Module: wine Branch: refs/tags/wine-1.1.9 Tag: 4b5566a684abbe42e0ef566f8d3f491fdebc35a9 URL: http://source.winehq.org/git/wine.git/?a=tag;h=4b5566a684abbe42e0ef566f8d3f4...
Tagger: Alexandre Julliard julliard@winehq.org Date: Fri Nov 21 17:20:28 2008 +0100
Release 1.1.9
I don't know how to get the current tag other than to git "HEAD" and it should be in the .git file somewhere.
James McKenzie
Am Sonntag, den 30.11.2008, 07:42 -0500 schrieb Susan Cragin:
Need the number of the current git because am doing regression on it, because it doesn't compile on my machine using my gcc.
Sorry, I don't really understand what you mean. If you mean the commit ID of your tree, you just look into the top line of the output of git-log. Currently it should be bbaa72de5f6baf007106775ed23c390adda0dfd8 But to use the git tools like git-bisect, you don't need to know the number (which can be abbreviated by the first 8 characters, by the way), but you can use the alias "HEAD" for it. HEAD always means the version you are currently working on. If you do a git-commit, git-pull or other things like that, the target of the alias HEAD is automatically adjusted.
Regards, Michael Karcher