X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=send-pack.c;h=11d6f3d98398e8b7a1add501dd7ee85a736531b6;hb=525e7fba7854c23ee3530d0bf88d75f106f14c95;hp=78bb34ebec297102c852a5b88ec7b4f10ffbc1d8;hpb=bae7e3f153f90b96438e6972e31c540ae9cf8ca0;p=thirdparty%2Fgit.git diff --git a/send-pack.c b/send-pack.c index 78bb34ebec..11d6f3d983 100644 --- a/send-pack.c +++ b/send-pack.c @@ -1,4 +1,5 @@ #include "builtin.h" +#include "config.h" #include "commit.h" #include "refs.h" #include "pkt-line.h" @@ -132,7 +133,7 @@ static int pack_objects(int fd, struct ref *refs, struct oid_array *extra, struc * For a normal non-zero exit, we assume pack-objects wrote * something useful to stderr. For death by signal, though, * we should mention it to the user. The exception is SIGPIPE - * (141), because that's a normal occurence if the remote end + * (141), because that's a normal occurrence if the remote end * hangs up (and we'll report that by trying to read the unpack * status). */