Change to version-independent git option for 'git log --oneline'
'git log --oneline' is a relatively recent Git function. It is documented to be the same as 'git log --pretty=oneline --abbrev-commit', so use that instead. It works all the way back to Git 1.5.0.
parent
ac8b2ef5
Please register or sign in to comment