Skip to content

Commit a452d14

Browse files
committed
Git 1.7.7-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 284daf2 commit a452d14

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Documentation/RelNotes/1.7.7.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,21 @@ Fixes since v1.7.6
103103
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
104104
included in this release.
105105

106-
* "ls-files ../$path" that is run from a subdirectory reported errors
106+
* "git branch --set-upstream @{-1} foo" did not expand @{-1} correctly.
107+
(merge e9d4f74 mg/branch-set-upstream-previous later to 'maint').
108+
109+
* "git describe --dirty" did not refresh the index before checking the
110+
state of the working tree files.
111+
(cherry-pick bb57148 ac/describe-dirty-refresh later to 'maint').
112+
113+
* "git ls-files ../$path" that is run from a subdirectory reported errors
107114
incorrectly when there is no such path that matches the given pathspec.
108115
(merge 0f64bfa cb/maint-ls-files-error-report later to 'maint').
109116

110117
--
111118
exec >/var/tmp/1
112119
echo O=$(git describe master)
113-
O=v1.7.6-576-g6fcb384
120+
O=v1.7.6.1-415-g284daf2
114121
git log --first-parent --oneline $O..master
115122
echo
116123
git shortlog --no-merges ^maint ^$O master

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

66
LF='
77
'

0 commit comments

Comments
 (0)