I have a repository with branches master and A and lots of merge activity between the two. How can I find the commit in my repository when branch A was created based on mast
To find commits from the branching point, you could use this.
git log --ancestry-path master..topicbranch