| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2013-03-20 | Makefile: re-use Git's Makefile where possible | John Keeping | |
| Git does quite a lot of platform-specific detection in its Makefile, which can result in it defining preprocessor variables that are used in its header files. If CGit does not define the same variables it can result in different sizes of some structures in different places in the same application. For example, on Solaris Git uses it's "compat" regex library which has a different sized regex_t structure than that available in the p | |||