receive-pack: improve English grammar of denyCurrentBranch message

The article "the" is required here. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Alex Henrie committed Dec 4, 2016 at 15:04 UTC 2ddaa42783dcead77b840d5a26f20ba7d7ca3ec8
1 file changed +2 -2
builtin/receive-pack.c
+2 -2
@@ -795,8 +795,8 @@ static char *refuse_unconfigured_deny_msg =
795 "with what you pushed, and will require 'git reset --hard' to match\n"
796 "the work tree to HEAD.\n"
797 "\n"
798 - "You can set 'receive.denyCurrentBranch' configuration variable to\n"
799 - "'ignore' or 'warn' in the remote repository to allow pushing into\n"
798 + "You can set the 'receive.denyCurrentBranch' configuration variable\n"
799 + "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
800 "its current branch; however, this is not recommended unless you\n"
801 "arranged to update its work tree to match what you pushed in some\n"
802 "other way.\n"