X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-symbolic-ref.c;h=9eb95e50da5656bc66e9db4d8cd23ef327a5ca8e;hb=3fb00282538409daf4d05ce4631a2c3eae235c69;hp=d41b40640b96e7d5568174c7d16088c29d361d42;hpb=5f5dbd719d0d8ec136f32a0a56674902bd85f72f;p=git.git diff --git a/builtin-symbolic-ref.c b/builtin-symbolic-ref.c index d41b40640..9eb95e50d 100644 --- a/builtin-symbolic-ref.c +++ b/builtin-symbolic-ref.c @@ -43,8 +43,6 @@ int cmd_symbolic_ref(int argc, const char **argv, const char *prefix) msg = argv[1]; if (!*msg) die("Refusing to perform update with empty message"); - if (strchr(msg, '\n')) - die("Refusing to perform update with \\n in message"); } else if (!strcmp("--", arg)) { argc--;