Skip to content

Commit 703f05a

Browse files
committed
Git 1.7.7
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8d714b1 commit 703f05a

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

Documentation/RelNotes/1.7.7.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,3 @@ included in this release.
132132

133133
* "git branch -m" and "git checkout -b" incorrectly allowed the tip
134134
of the branch that is currently checked out updated.
135-
(merge 55c4a67 ci/forbid-unwanted-current-branch-update later to 'maint').
136-
137-
--
138-
exec >/var/tmp/1
139-
echo O=$(git describe master)
140-
O=v1.7.7-rc3
141-
git log --first-parent --oneline $O..master
142-
echo
143-
git shortlog --no-merges ^maint ^$O master

Documentation/git.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ unreleased) version of git, that is available from 'master'
4444
branch of the `git.git` repository.
4545
Documentation for older releases are available here:
4646

47+
* link:v1.7.7/git.html[documentation for release 1.7.7]
48+
49+
* release notes for
50+
link:RelNotes/1.7.7.txt[1.7.7].
51+
4752
* link:v1.7.6.4/git.html[documentation for release 1.7.6.4]
4853

4954
* release notes for

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-rc3
4+
DEF_VER=v1.7.7
55

66
LF='
77
'

0 commit comments

Comments
 (0)