On 6/5/06, Dmitry Timoshkov dmitry@codeweavers.com wrote:
I'd rather we got out of the habit of doing this seeing as I think git can deal with binaries better than cvs can.
There is no point in storing the binaries in the *source* tree, besides tiny .com file which shows the bug shouldn't take more than 100 bytes of an array in the .c file.
Sure it might be small, but it's still a binary no matter how we store it. It's not more useful as an array than as a true binary file on disk. Why obfuscate and expand it by embedding it into a text file?
thanks -mike