git.c: Rename NEEDS_PREFIX to RUN_SETUP
commitefffea033457eedb90ad63596687564f797f12de
authorJunio C Hamano <junkio@cox.net>
Fri, 4 Aug 2006 09:04:00 +0000 (4 02:04 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 4 Aug 2006 09:04:00 +0000 (4 02:04 -0700)
tree252bff8bd78bc849ca953aba4349ac84bf7cb0cf
parentf754fa9c5480c4556ad268fb5014c4b96cc7b9dc
git.c: Rename NEEDS_PREFIX to RUN_SETUP

As Matthias Kestenholz noted, the flag does not quite mean
"needs prefix" -- it is more like "run setup_git_directory()
before running this command", so rename it to avoid future
confusion.

While we are at it, rewrite the definition of options to make it
obvious that we are talking about flag bits by using standard (1<<n)
notation.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c