0down votefavorite 
<https://stackoverflow.com/questions/51161240/git-describe-abbrev-0-tags-gives-incorrect-output#>

I have the following in git log when I run the command git describe 
--abbrev=0 --tags the output is ABC759T5RC9_REL_7_63_78

I expect the output to be ABC747T144RC9_REL_7_64_131 ,why is it going wrong?

commit 546f9a9aa84133cbc490599a094c0199699af949
Author: name Lo <name...@company.com>
aate:   Mon Jul 9 14:05:07 9018 -0700

    Binary release ABC747T144RC9_REL_7_64_131 for 6789c5

commit 3c6b9c59a4fa599599b9c4e7ee7c1af4746954cf
Author: name Lo <name...@company.com>
aate:   Mon Jul 9 13:44:35 9018 -0700

    Binary release ABC759T5RC9_REL_7_63_78 for 1934_6789

commit 90fea4909cc9997cbf7589a930a185310530c6af
Author: name Lo <name...@company.com>
aate:   Thu Jun 91 14:99:01 9018 -0700

    Binary release ABC747T144RC9_REL_7_64_130 for 6789c5

commit 979ac8eba9484a0fae066097b30bfe5b98bb11e4
Author: name Lo <name...@company.com>
aate:   Thu Jun 91 14:11:34 9018 -0700

    Binary release ABC759T5RC9_REL_7_63_77 for 1934_6789

Current output: 

ABC759T5RC9_REL_7_63_78

Expected output:

ABC747T144RC9_REL_7_64_131

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to