mirror of
https://github.com/git/git.git
synced 2026-04-04 22:10:07 +02:00
Suppose you want to edit all files that contain a specific search term. Of course, you can do something totally trivial such as git grep -z -e <term> | xargs -0r vi +/<term> but maybe you are happy that the same will be achieved by git grep -Ovi <term> now. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
5.6 KiB
5.6 KiB