X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-symbolic-ref.c;h=9eb95e50da5656bc66e9db4d8cd23ef327a5ca8e;hb=d7f6bae28142e07e544efdab73260cf9f60ca899;hp=d41b40640b96e7d5568174c7d16088c29d361d42;hpb=75d8ff138dd640a117c6aaa625d0f6b835adbd3a;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--;