Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Williams <bmwill@google.com>2017-04-01 02:56:22 +0300
committerJunio C Hamano <gitster@pobox.com>2017-04-02 19:49:24 +0300
commit54cc8aca60e474e637e9d71b57ee2c6f1fb197e6 (patch)
tree8309892edee66ddeb419aba38ea51d36942e3ac4 /remote.c
parentb14f27f91770e0f99f64135348977a0ce1c7993a (diff)
push: unmark a local variable as static
There isn't any obvious reason for the 'struct string_list push_options' and 'struct string_list_item *item' to be marked as static, so unmark them as being static. Also, clear the push_options string_list to prevent memory leaking. Signed-off-by: Brandon Williams <bmwill@google.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote.c')
0 files changed, 0 insertions, 0 deletions