File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ Git v1.6.4.5 Release Notes
2
+ ==========================
3
+
4
+ Fixes since v1.6.4.4
5
+ --------------------
6
+
7
+ * Simplified base85 implementation.
8
+
9
+ * An overlong line after ".gitdir: " in a git file caused out of bounds
10
+ access to an array on the stack.
11
+
12
+ * "git count-objects" did not handle packs larger than 4G.
13
+
14
+ * "git rev-parse --parseopt --stop-at-non-option" did not stop at non option
15
+ when --keep-dashdash was in effect.
16
+
17
+ * "gitweb" can sometimes be tricked into parrotting a filename argument
18
+ given in a request without properly quoting.
19
+
20
+ Other minor fixes and documentation updates are included.
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.6.4.4
4
+ DEF_VER=v1.6.4.5
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes- 1.6.4.4 .txt
1
+ Documentation/RelNotes/ 1.6.4.5 .txt
You can’t perform that action at this time.
0 commit comments