diff options
author | 2007-11-07 11:20:27 +0100 | |
---|---|---|
committer | 2007-11-11 16:54:15 -0800 | |
commit | db7244bd5be12e389badb9cec621dbbcfa11f59a (patch) | |
tree | e9934986eaa77ec543e1809ac35e97c28dc131cd /pack.h | |
parent | Merge branch 'js/upload-pack' (diff) | |
download | tgif-db7244bd5be12e389badb9cec621dbbcfa11f59a.tar.xz |
parse-options new features.
options flags:
~~~~~~~~~~~~~
PARSE_OPT_NONEG allow the caller to disallow the negated option to exists.
option types:
~~~~~~~~~~~~
OPTION_BIT: ORs (or NANDs) a mask.
OPTION_SET_INT: force the value to be set to this integer.
OPTION_SET_PTR: force the value to be set to this pointer.
helper:
~~~~~~
HAS_MULTI_BITS (in git-compat-util.h) is a bit-hack to check if an
unsigned integer has more than one bit set, useful to check if conflicting
options have been used.
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack.h')
0 files changed, 0 insertions, 0 deletions