diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-09-18 10:55:00 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-19 12:22:31 +0200 |
commit | bbaf4584286657582a92d5bb4038a5a06654ebb1 (patch) | |
tree | aefd71e09bc788bcff0e5e7b4f6b7dbb0cbc8583 /transport.c | |
parent | Avoid printing unnecessary warnings during fetch and push (diff) | |
download | git-bbaf4584286657582a92d5bb4038a5a06654ebb1.tar.xz git-bbaf4584286657582a92d5bb4038a5a06654ebb1.zip |
Use 'unsigned:1' when we mean boolean options
These options are all strictly boolean (true/false). Its easier to
document this implicitly by making their storage type a single bit.
There is no compelling memory space reduction reason for this change,
it just makes the structure definition slightly more readable.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'transport.c')
0 files changed, 0 insertions, 0 deletions