Hi
I am trying to find how to reference branch start commit from script. I mean the commit sha at which branch was forked.
Moreover I expect it work for history made from svn repo.
http://stackoverflow.com/questions/1006775/git-how-to-reference-the-initial-commit/1007545#1007545 just gives first commit of repo creation and not feature branch start commit.
Help :)