Re: [PATCH v4 1/4] Add tar extract install options override in installation processing.

2018-01-24 Thread Ramsay Jones
On 24/01/18 20:33, Junio C Hamano wrote: > randall.s.bec...@rogers.com writes: > >> From: "Randall S. Becker" >> Subject: Re: [PATCH v4 1/4] Add tar extract install options override in >> installation processing. > > We typically start the subject wi

RE: [PATCH v4 1/4] Add tar extract install options override in installation processing.

2018-01-24 Thread Randall S. Becker
> -Original Message- > From: Todd Zullinger [mailto:t...@pobox.com] > Sent: January 24, 2018 5:02 PM > To: Junio C Hamano > Cc: randall.s.bec...@rogers.com; git@vger.kernel.org; Randall S. Becker > > Subject: Re: [PATCH v4 1/4] Add tar extract install options overr

Re: [PATCH v4 1/4] Add tar extract install options override in installation processing.

2018-01-24 Thread Todd Zullinger
Junio C Hamano wrote: > randall.s.bec...@rogers.com writes: >> +# Define TAR_EXTRACT_OPTIONS if you want to change the default behaviour >> +# from xvf to something else during installation. The option only includes ^^^ Shouldn't this be xof? >> +# "o" as xf are required. -- Todd

Re: [PATCH v4 1/4] Add tar extract install options override in installation processing.

2018-01-24 Thread Junio C Hamano
randall.s.bec...@rogers.com writes: > From: "Randall S. Becker" > Subject: Re: [PATCH v4 1/4] Add tar extract install options override in > installation processing. We typically start the subject with some short token to help readers of "git shortlog --no-merges"

[PATCH v4 1/4] Add tar extract install options override in installation processing.

2018-01-21 Thread randall . s . becker
From: "Randall S. Becker" Introduced TAR_EXTRACT_OPTIONS as a configuration option to change the options of tar processing during extract. The default value is "o" which synthesizes xof, by default. Signed-off-by: Randall S. Becker --- Makefile | 7 ++- 1 file changed, 6 insertions(+), 1 d