Werner LEMBERG <w...@gnu.org> wrote:
 |Please say `git help blame' on the command line and read this
 |command's manpage :-)

Or "$ man git-XY", e.g., "man git-blame" (but Ralph yet said so).

 |>>>         - reducing the number of global variables
 |>> 
 |>> Why?  Again, please provide an example that could benefit.

Because it consumes space in BSS, or DATA -- and then even causing
linker work upon loading time, even if never used.
A program with a DATA section is shit ;)

--steffen

Reply via email to