Browse Source

Git 1.7.7

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v1.7.7
Junio C Hamano 14 years ago
parent
commit
703f05ad58
  1. 9
      Documentation/RelNotes/1.7.7.txt
  2. 5
      Documentation/git.txt
  3. 2
      GIT-VERSION-GEN

9
Documentation/RelNotes/1.7.7.txt

@ -132,12 +132,3 @@ included in this release.


* "git branch -m" and "git checkout -b" incorrectly allowed the tip * "git branch -m" and "git checkout -b" incorrectly allowed the tip
of the branch that is currently checked out updated. of the branch that is currently checked out updated.
(merge 55c4a67 ci/forbid-unwanted-current-branch-update later to 'maint').

--
exec >/var/tmp/1
echo O=$(git describe master)
O=v1.7.7-rc3
git log --first-parent --oneline $O..master
echo
git shortlog --no-merges ^maint ^$O master

5
Documentation/git.txt

@ -44,6 +44,11 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository. branch of the `git.git` repository.
Documentation for older releases are available here: Documentation for older releases are available here:


* link:v1.7.7/git.html[documentation for release 1.7.7]

* release notes for
link:RelNotes/1.7.7.txt[1.7.7].

* link:v1.7.6.4/git.html[documentation for release 1.7.6.4] * link:v1.7.6.4/git.html[documentation for release 1.7.6.4]


* release notes for * release notes for

2
GIT-VERSION-GEN

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh


GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.7.7-rc3 DEF_VER=v1.7.7


LF=' LF='
' '

Loading…
Cancel
Save