Changes

Line 261: Line 261:  
To count number of changes developers have made between a version x and y:
 
To count number of changes developers have made between a version x and y:
 
* First, search commit id of tags you want to compare
 
* First, search commit id of tags you want to compare
To find id_start
+
To find id_start (common commit id between 2 versios/tags)
 
<source lang="bash">
 
<source lang="bash">
 
git merge-base refs/tags/3.3.0 origin/3.4
 
git merge-base refs/tags/3.3.0 origin/3.4