commit | 06038cd7b7646333f15de663b7564cf390dcefbe | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon Feb 16 00:46:30 2015 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Feb 15 22:55:11 2015 -0800 |
tree | 4345c42d14eddb09aad19330ca792d1d637ae2a2 | |
parent | 18d0fec24027ac226dc2c4df2b955eef2a16462a [diff] |
git_push_config: drop cargo-culted wt_status pointer The push config callback does not expect any incoming data via the void pointer. And if it did, it would certainly not be a "struct wt_status". This probably got picked up accidentally in b945901 (push: heed user.signingkey for signed pushes, 2014-10-22), which copied the template for the config callback from builtin/commit.c. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>