public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* git grep failure?
@ 2026-03-18 23:28 Randy Dunlap
  2026-03-19  0:38 ` Jeff King
  0 siblings, 1 reply; 9+ messages in thread
From: Randy Dunlap @ 2026-03-18 23:28 UTC (permalink / raw)
  To: git

Hi,

If I apply the patch at
https://lore.kernel.org/linux-doc/c5bb61cf789df1ecb32facc29df9749987c7ddfc.1773346620.git.ljs@kernel.org/

Subject: [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback

to the Linux kernel tree (e.g., linux-next-20260316), it applies cleanly.

I noticed a typo in the patch ("struct vma_area_desc" should be
"struct vm_area_desc"). When I run
$ git grep vma_area_desc
the output is empty.

Is this expected? (but not by me :)

thanks.
-- 
~Randy


^ permalink raw reply	[flat|nested] 9+ messages in thread
* git grep failure?
@ 2019-08-21  3:32 Wayne Walker
  2019-08-21  4:04 ` Wayne Walker
  0 siblings, 1 reply; 9+ messages in thread
From: Wayne Walker @ 2019-08-21  3:32 UTC (permalink / raw)
  To: git

I use git grep constantly.  Today it failed for me. It isn't looking
at all the files for some reason.  Am I somehow missing something?

midsizeschools@ut:~/tams (master u= origin/master)$ git ls-files | wc
    254     254   10062
midsizeschools@ut:~/tams (master u= origin/master)$ git grep -l . | wc
    250     250    9938
midsizeschools@ut:~/tams (master % u= origin/master)$ git grep -l . |
sort > b
midsizeschools@ut:~/tams (master % u= origin/master)$ git ls-files |
sort > a
midsizeschools@ut:~/tams (master % u= origin/master)$ diff a b
26,27d25
< app/models/tars_attendee.rb
< app/models/tars_district_registration.rb
144d141
< nbproject/private/config.properties
156d152
< public/favicon.ico

# git knows about the file:
~/tams (master u= origin/master)$ git ls-files | grep
app/models/tars_district_registration.rb
app/models/tars_district_registration.rb

# the string is found by grep in the file:
~/tams (master u= origin/master)$ grep accepts_nested_attributes_for
app/models/tars_district_registration.rb
accepts_nested_attributes_for :tars_attendees, :allow_destroy =>
false, :reject_if => proc { |attrs| attrs.all? { |k, v| v.blank? } }

# but git grep doesn't find the file????
~/tams (master u= origin/master)$ git grep accepts_nested_attributes_for
~/tams (master u= origin/master)$

# git version is reasonably new - not my server, can't upgrade it
~/tams (master u= origin/master)$ git --version
git version 2.19.2

--
Wayne Walker
lwaynewalker@gmail.com

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-03-19 17:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 23:28 git grep failure? Randy Dunlap
2026-03-19  0:38 ` Jeff King
2026-03-19  4:42   ` Randy Dunlap
2026-03-19  5:16     ` Junio C Hamano
2026-03-19 15:53     ` Jeff King
2026-03-19 16:47       ` Randy Dunlap
2026-03-19 17:24         ` Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2019-08-21  3:32 Wayne Walker
2019-08-21  4:04 ` Wayne Walker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox