How to get the change history from git in specific manner -


in git,how should complete change history of different releases in sorted order (sorted release number beginning particular stable release) there situations change history of particular release added later.how link main path.

i assume when looking change history specific release mean have specific branches. when asking history means there should 2 datums, 1 datum branch , other should ideally branch_point

  git log branch_point..release_branch   # give changes done since..to  

Comments