fetch-pack: remove global (static) configuration variable "args"
commitf8eb3036d0cc1838cc6865884b1648ff50a4f804
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 26 Oct 2012 15:53:54 +0000 (26 22:53 +0700)
committerJeff King <peff@peff.net>
Mon, 29 Oct 2012 07:08:30 +0000 (29 03:08 -0400)
tree75964be50cb6be916bdc40647ee097b1a325b0e1
parentf5d942e1ede7ce5e74537d3021df9fdc179a8377
fetch-pack: remove global (static) configuration variable "args"

This helps removes the hack in fetch_pack() that copies my_args to args.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
builtin/fetch-pack.c