GIT
#http://stackoverflow.com/questions/2255416/how-to-determine-when-a-git-branch-was-created
#Use
git show --summary `git merge-base foo master`
#If you’d rather see it in context, then use
gitk --all --select-commit=`git merge-base foo master`