completion: restore removed line continuating backslash
commit3ba042017a63492d8709b1991def43414ce87976
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 13 Feb 2017 19:20:36 +0000 (13 20:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Feb 2017 20:46:13 +0000 (13 12:46 -0800)
treeee861f8652a528fae9915f873c462e4bf061b531
parentfad9484f0aebc818112fb52270ebcddc768a7573
completion: restore removed line continuating backslash

Recent commit 1cd23e9e0 (completion: don't use __gitdir() for git
commands, 2017-02-03) rewrapped a couple of long lines, and while
doing so it inadvertently removed a '\' from the end of a line, thus
breaking completion for 'git config remote.name.push <TAB>'.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash