author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Tue, 15 Jul 2008 07:49:40 +0000 (09:49 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 15 Jul 2008 14:08:11 +0000 (07:08 -0700) | ||
commit | 34533004b27df4f34e18d9e26832fcc956a39fca | |
tree | 4b08c40dda8f421a4dd27c199dc0dbf7686bc19e | tree | snapshot |
parent | dc6282d2013792c0df625527e12a54e40d07b122 | commit | diff |
archive: remove args member from struct archiver
Pass struct archiver and struct archiver_args explicitly to parse_archive_args
and remove the latter from the former. This allows us to get rid of struct
archiver_desc and simplifies the code a bit.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Pass struct archiver and struct archiver_args explicitly to parse_archive_args
and remove the latter from the former. This allows us to get rid of struct
archiver_desc and simplifies the code a bit.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive.h | diff | blob | history | |
builtin-archive.c | diff | blob | history | |
builtin-upload-archive.c | diff | blob | history |