summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-03-09 06:21:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-03-09 06:21:13 (GMT)
commit300c0a2209b753da1075770f7b696b1814c010f7 (patch)
tree99d69cb2a4d635c09c30a47788fa851a078b6dc4 /Documentation/git-add.txt
parent5cae93566027c1d148c9f6625aed484a7096a980 (diff)
downloadgit-300c0a2209b753da1075770f7b696b1814c010f7.zip
git-300c0a2209b753da1075770f7b696b1814c010f7.tar.gz
git-300c0a2209b753da1075770f7b696b1814c010f7.tar.bz2
builtin/add.c: simplify boolean variables
Do not to explicitly initialize static variables to 0 and instead let BSS take care of it. Also use OPT_BOOL() to let the command line arguments set these variables to 0 or 1, instead of the deprecated OPT_BOOLEAN() aka OPT_COUNTUP(). Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-add.txt')
0 files changed, 0 insertions, 0 deletions