Re: [git-users] Trying to execute git archive from an ant target

2018-08-07 Thread Konstantin Khomoutov
On Mon, Aug 06, 2018 at 10:02:06PM -0700, William Steele wrote: > Trying to execute git archive from an ant target and make it part of a > deploy script—I am unable to get it to operate. Any assistance would be > greatly appreciated. > > > If I were to enter the command at the command line,

[git-users] Trying to execute git archive from an ant target

2018-08-06 Thread William Steele
Trying to execute git archive from an ant target and make it part of a deploy script—I am unable to get it to operate. Any assistance would be greatly appreciated. If I were to enter the command at the command line, it would be: git archive -o update.zip HEAD $(git diff --name-only HEAD^)