David Kastrup <dak@xxxxxxx> writes: > (vc-git-symbolic-commit): Simplify and make it return > something useful in almost all cases. It would be easier to review and understand if "something useful" were more specific. It appears that the previous version of this function tried not to barf if it got nil or false as input but now it does not seem to worry about that case. Also the option given to name-rev is different which would lead to different behaviour -- arguably a better one, but that needs to be documented in the log message. > (vc-git-previous-version): Simplify. > (vc-git-next-version): Simplify and make more efficient. If you make the result symbolic using vc-git-symbolic-commit, do you need to add --abbrev/--abbrev-commit to these functions? These options have very small but still non zero cost. > (vc-git-annotate-command): heed REV argument. > (vc-annotate-extract-revision-at-line): Activate. Ok. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html