Difference between revisions of "Git grep"
Jump to navigation
Jump to search
(Created page with "{{lc}} git grep <regexp> $(git rev-list --all) {{grep}} {{git grep}}") Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | git grep | + | [[git --no-pager]] grep your-text-to-search $([[git rev-list --all]]) |
+ | git grep your-text-to-search $([[git rev-list --all]]) | ||
+ | * https://git-scm.com/docs/git-grep | ||
+ | == Activites == | ||
+ | * Read https://stackoverflow.com/questions/tagged/git-grep?tab=Votes | ||
− | |||
+ | == Related == | ||
+ | [[git log -p --all -S]] | ||
+ | [[pager]] | ||
− | {{git grep}} | + | == See also == |
+ | * {{git grep}} | ||
+ | * {{grep}} | ||
+ | |||
+ | |||
+ | [[Category:Git]] |
Latest revision as of 08:37, 28 March 2023
git --no-pager grep your-text-to-search $(git rev-list --all) git grep your-text-to-search $(git rev-list --all)
Activites[edit]
Related[edit]
git log -p --all -S pager
See also[edit]
Advertising: