Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.

Commit 2f93541

Browse files
committed
Git 1.8.4.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ac1fbbd commit 2f93541

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

Documentation/RelNotes/1.8.4.5.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Git v1.8.4.5 Release Notes
2+
==========================
3+
4+
Fixes since v1.8.4.4
5+
--------------------
6+
7+
* Recent update to remote-hg that attempted to make it work better
8+
with non ASCII pathnames fed Unicode strings to the underlying Hg
9+
API, which was wrong.
10+
11+
* "git submodule init" copied "submodule.$name.update" settings from
12+
.gitmodules to .git/config without making sure if the suggested
13+
value was sensible.

Documentation/git.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.8.4.4/git.html[documentation for release 1.8.4.4]
46+
* link:v1.8.4.5/git.html[documentation for release 1.8.4.5]
4747

4848
* release notes for
49+
link:RelNotes/1.8.4.5.txt[1.8.4.5],
4950
link:RelNotes/1.8.4.4.txt[1.8.4.4],
5051
link:RelNotes/1.8.4.3.txt[1.8.4.3],
5152
link:RelNotes/1.8.4.2.txt[1.8.4.2],

GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.8.4.3
4+
DEF_VER=v1.8.4.5
55

66
LF='
77
'

RelNotes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.8.4.4.txt
1+
Documentation/RelNotes/1.8.4.5.txt

0 commit comments

Comments
 (0)