1 comment:
Patchset:
You need to first know exactly what you want to find before start using grep, so first step is openi […]
The point of `git grep ...` is exactly to allow finding stuff without prior knowledge of the exact file ;) Personally I would not say "really difficult". It used to be quite simple: open gsm_data.h and you'll find everything in there. With ctags you also don't need to care that much. But from the hierarchical point of view it indeed makes more sense to have a separate header per a logical component.
To view, visit change 28979. To unsubscribe, or for help writing mail filters, visit settings.