On Tue, Oct 29, 2013 at 4:57 AM, Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote: > On Tue, Oct 29, 2013 at 2:34 AM, Sebastian Schuberth > <sschuberth@xxxxxxxxx> wrote: >> 2) For some commits I get error messages from "git blame" in function >> get_blame because multiple -L options are specified: >> >> $ git contacts b0783baacd20be7007df40cf274985c4863d63fb >> fatal: More than one '-L n,m' option given >> fatal: More than one '-L n,m' option given >> fatal: More than one '-L n,m' option given >> fatal: More than one '-L n,m' option given >> >> From reading git-blame's man page it indeed seems to me as if only one >> -L option is allowed, so is this something that needs to be fixed in >> git-contacts? > > You are probably using a newer version of the script on an older version of Git. Right. git-blame learned to accept multiple -L's in 58dbfa2e59a1, and git-contacts started taking advantage of that feature in 4c70cfbfbc2d. A git-contacts prior to 4c70cfbfbc2d might work for you. -- 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