Re: Tool renames? was Re: First stab at glossary

From: Martin Langhoff <martin.langhoff@gmail.com>
Date: 2005-09-06 10:13:29
On 9/6/05, Linus Torvalds <torvalds@osdl.org> wrote:
> Grepping for strings.
> 
> For example, when renaming a binary, the sane way to check that you fixed
> all users right now is
> 
>         grep old-binary-name *.c *.h *-scripts
> 
> and you catch all users.

Grep knows how to ignore binary files. Try:

   grep -I git-commit *

cheers,


martin
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Tue Sep 06 10:14:25 2005

This archive was generated by hypermail 2.1.8 : 2005-09-06 10:14:28 EST