|
From: Ivo R. <iv...@iv...> - 2017-03-01 13:24:50
|
2017-02-27 21:45 GMT+01:00 Matthias Schwarzott <zz...@ge...>: > > I wonder if the parameter 10 in --abbrev=10 should be skipped, now that > git has an automatic estimation for the number of digits to be used. Are you referring to "--short=10" command line option for "git rev-parse"? The manual [1] states that if no length is specified than 7 is used. Could you give us a reference where the automatic length estimation is described? I. [1] https://git-scm.com/docs/git-rev-parse/ |