Hello David,
> This bundle contains patches to replace all #include FT_XXX_H > statements from the library into the corresponding #include > <freetype/xxxxxx.h> include. Thanks! If I understand you correctly, the idea is to 'normalize' FreeType so that it looks similar to other libraries, not alienating users with strange macros, right? > The bundle contains 88 commits. Each one renaming a single macro. I > recommend submitting the bundle squashed after verifying that > everything works, but I'll let you choose otherwise if you > preferĀ :-) This is the first time ever that I got a git bundle to handle, and I'm stuck. I don't know how to apply it to the git repository. Trying git pull freetype2-remove-macro-includes.bundle results in fatal: Couldn't find remote ref HEAD Ditto for `git fetch`. Please advise. Werner