commit | 068c77a5189584de2a8d9c2ad29e2370159444ae | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Wed Aug 19 11:26:45 2015 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Aug 19 12:45:28 2015 -0700 |
tree | 5dbbbd4cac5fa3e1ccb83ab3b0c6ec510190c63c | |
parent | 9a549d4397a624a819e881137c519d0ca61fe7e8 [diff] |
builtin/send-pack.c: use parse_options API The old option parsing code in this plumbing command predates this API, so option parsing was done more manually. Using the new API brings send-pack more in line with push, and accepts new variants like --no-* for negating options. Signed-off-by: Dave Borowitz <dborowitz@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>