Re: git-contacts questions

2013-10-29 Thread Sebastian Schuberth
On Tue, Oct 29, 2013 at 8:02 PM, Eric Sunshine wrote: >>> $ 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 g

Re: git-contacts questions

2013-10-29 Thread Eric Sunshine
On Tue, Oct 29, 2013 at 4:57 AM, Felipe Contreras wrote: > On Tue, Oct 29, 2013 at 2:34 AM, Sebastian Schuberth > wrote: >> 2) For some commits I get error messages from "git blame" in function >> get_blame because multiple -L options are specified: >> >> $ git contacts b0783baacd20be7007df40cf27

Re: git-contacts questions

2013-10-29 Thread Felipe Contreras
On Tue, Oct 29, 2013 at 8:17 AM, Sebastian Schuberth wrote: > On Tue, Oct 29, 2013 at 11:35 AM, Felipe Contreras > wrote: >> On Tue, Oct 29, 2013 at 3:12 AM, Sebastian Schuberth >> wrote: >>> $ git related b0783baacd20be7007df40cf274985c4863d63fb >>> C:/Program Files (x86)/Git/libexec/git-core/

Re: git-contacts questions

2013-10-29 Thread Sebastian Schuberth
On Tue, Oct 29, 2013 at 3:39 PM, Matthieu Moy wrote: >> I'm not sure what you're trying to point me at. It's clear that from >> an implementation view you need to blame HEAD^ if you need to know >> which poeple should review your changes in HEAD. > > I agree that the situation when providing only

Re: git-contacts questions

2013-10-29 Thread Matthieu Moy
Sebastian Schuberth writes: > On Tue, Oct 29, 2013 at 11:35 AM, Felipe Contreras > wrote: >> On Tue, Oct 29, 2013 at 3:12 AM, Sebastian Schuberth >> wrote: >>> On Tue, Oct 29, 2013 at 9:57 AM, Felipe Contreras >>> wrote: >>> > 1) Passing just "HEAD" as a committish like in "git contacts HE

Re: git-contacts questions

2013-10-29 Thread Sebastian Schuberth
On Tue, Oct 29, 2013 at 11:35 AM, Felipe Contreras wrote: > On Tue, Oct 29, 2013 at 3:12 AM, Sebastian Schuberth > wrote: >> On Tue, Oct 29, 2013 at 9:57 AM, Felipe Contreras >> wrote: >> 1) Passing just "HEAD" as a committish like in "git contacts HEAD" does not output anything for me

Re: git-contacts questions

2013-10-29 Thread Felipe Contreras
On Tue, Oct 29, 2013 at 3:12 AM, Sebastian Schuberth wrote: > On Tue, Oct 29, 2013 at 9:57 AM, Felipe Contreras > wrote: > >>> 1) Passing just "HEAD" as a committish like in "git contacts HEAD" >>> does not output anything for me, but using the SHA1 for HEAD does >>> neither. My HEAD commit does

Re: git-contacts questions

2013-10-29 Thread Sebastian Schuberth
On Tue, Oct 29, 2013 at 9:57 AM, Felipe Contreras wrote: >> 1) Passing just "HEAD" as a committish like in "git contacts HEAD" >> does not output anything for me, but using the SHA1 for HEAD does >> neither. My HEAD commit does not add any files, but only modifies >> previously existing files, so

Re: git-contacts questions

2013-10-29 Thread Felipe Contreras
On Tue, Oct 29, 2013 at 2:34 AM, Sebastian Schuberth wrote: > 1) Passing just "HEAD" as a committish like in "git contacts HEAD" > does not output anything for me, but using the SHA1 for HEAD does > neither. My HEAD commit does not add any files, but only modifies > previously existing files, so

git-contacts questions

2013-10-29 Thread Sebastian Schuberth
Hi, I'm currently trying to get git-contacts to work under Windows / MSYS. I have a few issues that may be due to me using the script in a wrong way, or the script having some bugs, so I'd like to ask you for help. 1) Passing just "HEAD" as a committish like in "git contacts HEAD" does not output