summaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorLibravatar Marco Roeland <marco.roeland@xs4all.nl>2006-03-11 09:55:50 +0100
committerLibravatar Junio C Hamano <junkio@cox.net>2006-03-11 02:00:35 -0800
commit8e7f9035b8271469747e3745aa7e095e12f74e5e (patch)
treeb57d5f313fd37b8d82689608f3c4dfceda7883cd /Documentation/git-clone.txt
parentannotate.perl triggers rpm bug (diff)
downloadtgif-8e7f9035b8271469747e3745aa7e095e12f74e5e.tar.xz
imap-send: cleanup execl() call to use NULL sentinel instead of 0
Some versions of gcc check that calls to the exec() family have the proper sentinel for variadic calls. This should be (char *) NULL according to the man page. Although for all other purposes the 0 is equivalent, gcc nevertheless does emit a warning for 0 and not for NULL. This also makes the usage consistent throughout git. The whitespace in function calls throughout imap-send.c has its own style, so I left it that way. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-clone.txt')
0 files changed, 0 insertions, 0 deletions