Re: Weird behavior with git grep --recurse-submodules

2019-08-03 Thread Brandon Williams
On Mon, Jul 29, 2019 at 1:27 PM Matheus Tavares Bernardino wrote: > > On Tue, Jul 16, 2019 at 3:09 PM Daniel Zaoui wrote: > > > > Hi Matheus, > > Hi, Daniel > > I'm sorry, your last message went to my spam folder for some reason :( > > > Thank you for your response. > > > > I really hope the chan

Re: Weird behavior with git grep --recurse-submodules

2019-07-29 Thread Matheus Tavares Bernardino
On Tue, Jul 16, 2019 at 3:09 PM Daniel Zaoui wrote: > > Hi Matheus, Hi, Daniel I'm sorry, your last message went to my spam folder for some reason :( > Thank you for your response. > > I really hope the change Brandon made is not a project decision. At least, it > does seem to me like a bug. >

Re: Weird behavior with git grep --recurse-submodules

2019-07-16 Thread Daniel Zaoui
Hi Matheus, Thank you for your response. I really hope the change Brandon made is not a project decision. At least, it does seem to me like a bug. How do you recommend me to solve this issue? Is there some place where I can check if some bug ticket has been created on this matter? I didn't fin

Re: Weird behavior with git grep --recurse-submodules

2019-07-10 Thread Johannes Schindelin
[cC:ing Brandon via his current email address, as per .mailmap] On Wed, 10 Jul 2019, Matheus Tavares Bernardino wrote: > On Mon, Jul 8, 2019 at 5:22 AM Daniel Zaoui wrote: > > > > Hi guys, > > Hi, Daniel > > > I work with submodules and use git grep a lot. > > > > I noted that when it is invoke

Re: Weird behavior with git grep --recurse-submodules

2019-07-09 Thread Matheus Tavares Bernardino
On Mon, Jul 8, 2019 at 5:22 AM Daniel Zaoui wrote: > > Hi guys, Hi, Daniel > I work with submodules and use git grep a lot. > > I noted that when it is invoked used with --recurse-submodules, the result is > not as expected for the submodules. I get submodules results as if no files > were mod

Weird behavior with git grep --recurse-submodules

2019-07-08 Thread Daniel Zaoui
Hi guys, I work with submodules and use git grep a lot. I noted that when it is invoked used with --recurse-submodules, the result is not as expected for the submodules. I get submodules results as if no files were modified (like --cached option) although I would expect results taking into acc