https://issues.dlang.org/show_bug.cgi?id=14750
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #9 from Jonathan M Davis <[email protected]> --- (In reply to Walter Bright from comment #7) > True, you can do that (thanks for the tip!) but the zip file is for use on > systems that don't have git. But does it need to be generated on any systems without git? I would have thought that it would be fine for the target for the zip file to only work on systems with git installed, because the primary purpose of the zip file is to create it for distributing a release, and the releases are being done by developers who need git to work on the main D repos in the first place. --
