Robert Dailey:

Is there a way to graphically see what is the "nearest" named ref to the specified commit in the logs?

git log --graph --decorate commit..

will display all the commits that happened after the commit "commit", with the branch names indicated, with lines indicating the ancestry. That's the closest I can come to think of.

--
\\// Peter - http://www.softwolves.pp.se/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to