Skip to content

Commit d4d5ab4

Browse files
committed
Git 1.7.7.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 916034b commit d4d5ab4

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Documentation/RelNotes/1.7.7.3.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Git v1.7.7.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.7.2
5+
--------------------
6+
7+
* Adjust the "quick-install-doc" procedures as preformatted
8+
html/manpage are no longer in the source repository.
9+
10+
* The logic to optimize the locality of the data in a pack introduced in
11+
1.7.7 was grossly inefficient.
12+
13+
* The logic to filter out forked projects in the project list in
14+
"gitweb" was broken for some time.
15+
16+
* "git branch -m/-M" advertised to update RENAME_REF ref in the
17+
commit log message that introduced the feature but not anywhere in
18+
the documentation, and never did update such a ref anyway. This
19+
undocumented misfeature that did not exist has been excised.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
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.7.7.1
4+
DEF_VER=v1.7.7.3
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.7.7.2.txt
1+
Documentation/RelNotes/1.7.7.3.txt

0 commit comments

Comments
 (0)