diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-09-30 23:20:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-30 23:20:57 +0200 |
commit | 703f05ad5835cff92b12c29aecf8d724c8c847e2 (patch) | |
tree | c287712024ab66c8f552e6e4180bd7ee39c3bcdc /Documentation/RelNotes/1.7.7.txt | |
parent | templates/hooks--*: remove sample hooks without any functionality (diff) | |
download | git-703f05ad5835cff92b12c29aecf8d724c8c847e2.tar.xz git-703f05ad5835cff92b12c29aecf8d724c8c847e2.zip |
Git 1.7.7v1.7.7
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.7.txt')
-rw-r--r-- | Documentation/RelNotes/1.7.7.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/RelNotes/1.7.7.txt b/Documentation/RelNotes/1.7.7.txt index 7fe5218cf3..7655cccfaa 100644 --- a/Documentation/RelNotes/1.7.7.txt +++ b/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 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 |