Code style: do not use underscore prefix for memebers
commit0f361fbcb29c6f9899adda133e858447a96d3ffc
authorMarco Costalba <mcostalba@gmail.com>
Sun, 20 Jan 2008 09:31:51 +0000 (20 10:31 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 20 Jan 2008 09:31:51 +0000 (20 10:31 +0100)
tree8030455eecc8a42a786025fce3dcead454401803
parent2e63608e128e0242f02a819da391cdc3dc98a8f5
Code style: do not use underscore prefix for memebers

Avoid using an underscore as a member name prefix to
differentiate from local variables.

This rule is only partially implemented in the surces
so better revert to normal naming.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/git.cpp
src/git.h
src/git_startup.cpp