From: Knut F. <Knu...@gm...> - 2010-11-07 10:53:34
|
I've committed your patches, except for 1 (in the hope that we can agree not to maintain two repositories) and 2 (since I think it makes little sense to update the version number somewhere between releases). With both opj2dat and CMake buildfile (from the days of liborigin1) back in place, I think we have a good basis for the next big changes. :-) One thing we still need to figure out is the best procedure for submitting patches; copy-pasting them to an email client can easily break them: [2010-11-05 00:13] Miquel Garriga <gbm...@gm...>: > diff --git a/README b/README [...] > + CMake is available at http://www.cmake.org/ > ^ leading space (diff format) was missing from empty context lines... > -After installing qmake and the BOOST C++ library headers on your > system, issue the following commands: ... and long lines got word-wrapped. I had to manually edit the patches to fix these, which could get tedious for larger patches. Maybe you can teach your mail client not to munge the patches, or you could try git send-email (git help send-email even has a section explaining how to set it up for gmail). Knut |