File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ Git v1.7.7.4 Release Notes
2
+ ==========================
3
+
4
+ Fixes since v1.7.7.3
5
+ --------------------
6
+
7
+ * A few header dependencies were missing from the Makefile.
8
+
9
+ * Some newer parts of the code used C99 __VA_ARGS__ while we still
10
+ try to cater to older compilers.
11
+
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.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.7.3
4
+ DEF_VER=v1.7.7.4
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes/1.7.7.3 .txt
1
+ Documentation/RelNotes/1.7.7.4 .txt
You can’t perform that action at this time.
0 commit comments