]> git.ipfire.org Git - thirdparty/git.git/commit
advice: change "setupStreamFailure" to "setUpstreamFailure"
authorHeba Waly <heba.waly@gmail.com>
Mon, 2 Mar 2020 20:01:58 +0000 (20:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Mar 2020 20:37:22 +0000 (12:37 -0800)
commitfef0c76f1802c42f1d1f3b6344deb182a3600625
tree3b286ae7139d073731ffd4c174c5cbb3c362c13e
parent06ac2b3b6e30e65f4f9bc63ca78a1e33025f2e4c
advice: change "setupStreamFailure" to "setUpstreamFailure"

fb6fbffbda (advice: keep config name in camelCase in advice_config[],
2018-05-26) changed the config names to camelCase, but one of the names
wasn't changed correctly. Fix it.

Signed-off-by: Heba Waly <heba.waly@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
advice.c