[add Eric to Cc] Shahid Alam wrote: > Add --no-abbrev-commit arg to working_head_Info()'s invocation > of git log. [...] > @@ -1803,7 +1803,7 @@ sub cmt_sha2rev_batch { > sub working_head_info { > my ($head, $refs) = @_; > my @args = qw/log --no-color --no-decorate --first-parent > - --pretty=medium/; > + --no-abbrev-commit --pretty=medium/; Undeniably a bug, but to prevent the same from happening again, wouldn't it be better to rewrite it using simply rev-list --first-parent --pretty=medium ? -- Thomas Rast trast@{inf,student}.ethz.ch -- 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