On Sun, 29 Jan 2012 21:08:31 +0200 Kevin Wilson <[email protected]> wrote:
> Hi, > I am working with net-next kernel git tree; I want to know to which a > certain git commit in this tree belongs. "git tag" gives all tags; how can > I know which tag corresponds to a specified commit when I know the commit > id ? git name-rev [--tags] $commit may be? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
