Git 1.7.7.4
[alt-git.git] / Documentation / RelNotes / 1.7.7.4.txt
blobe5234485e714f687e20b0b40a084d2082f60f9e3
1 Git v1.7.7.4 Release Notes
2 ==========================
4 Fixes since v1.7.7.3
5 --------------------
7  * A few header dependencies were missing from the Makefile.
9  * Some newer parts of the code used C99 __VA_ARGS__ while we still
10    try to cater to older compilers.
12  * "git name-rev --all" tried to name all _objects_, naturally failing to
13    describe many blobs and trees, instead of showing only commits as
14    advertised in its documentation.