On Thu, 10 Sep 2015 16:04:43 +0300 Konstantin Khomoutov <[email protected]> wrote:
[...] > The basic idea is like this: once the release build is done, you > > 1) Archive the necessary binary files (that's really > platform-dependent: on Windows, I'd use plain zip, on POSIX systems, > tar + gz or tar + xz or 7zip is supposedly better; in either case > it's up to you). > > This is needed to provide a single file. [...] JFTR, it's possible to refer to multiple files at once via a tag -- by referencing a tree object which, in turn, would reference the blob objects of those files. But this solution, while doable with plain Git, requires scripting so naturally falls into a "separate tool" class of solutions... -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
