1Git v1.7.7.4 Release Notes
2==========================
34
Fixes since v1.7.7.3
5--------------------
67
* A few header dependencies were missing from the Makefile.
89
* Some newer parts of the code used C99 __VA_ARGS__ while we still
10try to cater to older compilers.
1112
* "git name-rev --all" tried to name all _objects_, naturally failing to
13describe many blobs and trees, instead of showing only commits as
14advertised in its documentation.