@@ -74,58 +74,10 @@ Fixes since v1.7.6
74
74
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
75
75
included in this release.
76
76
77
- * "git checkout -b <branch>" sometimes wrote a bogus reflog entry,
78
- causing later "git checkout -" fail.
79
- (merge 71ee7fd jc/checkout-reflog-fix~1 later).
80
-
81
- * "git diff --cc" learned to correctly ignore binary files.
82
- (merge 0508fe5 jk/combine-diff-binary-etc later)
83
-
84
- * "git fast-export" forgot to quote pathnames with unsafe characters
85
- in its output.
86
- (merge 6280dfd jk/fast-export-quote-path later)
87
-
88
- * "git fetch" did not recurse into submodules in subdirectories.
89
- (merge ea2d325 jl/maint-fetch-recursive-fix later)
90
-
91
- * "git ls-tree" did not error out when asked to show a corrupt tree.
92
- (merge 04f8925 js/ls-tree-error later)
93
-
94
- * "git pull" without any argument left an extra whitespace after the
95
- command name in its reflog.
96
- (merge c98d1e4 oa/pull-reflog later)
97
-
98
- * "git rebase -i -p" incorrectly dropped commits from side branches.
99
- (merge 12bf828 aw/rebase-i-p later)
100
-
101
- * "git reset [<commit>] paths..." did not reset the index entry correctly
102
- for unmerged paths.
103
- (merge ff00b682 jc/maint-reset-unmerged-path later)
104
-
105
- * "git submodule add" did not allow a relative repository path when
106
- the superproject did not have any default remote url.
107
- (merge f22a17e8 jl/submodule-add-relurl-wo-upstream later)
108
-
109
- * "git submodule foreach" failed to correctly give the standard input to
110
- the user-supplied command it invoked.
111
- (merge 4dca1aa bc/submodule-foreach-stdin-fix-1.7.4 later)
112
-
113
- * "git submodule update --quiet" was not really quiet.
114
- (merge 7e60407 jl/submodule-update-quiet later)
115
-
116
- * submodules that the user has never showed interest in by running
117
- "git submodule init" was incorrectly marked as interesting by "git
118
- submodule sync".
119
- (merge 2cd9de3 jc/submodule-sync-no-auto-vivify later)
120
-
121
- * "git tag -l <glob>..." did not take multiple glob patterns from the
122
- command line.
123
- (merge 588d0e8 jk/tag-list-multiple-patterns later)
124
-
125
77
--
126
78
exec >/var/tmp/1
127
79
echo O=$(git describe master)
128
- O=v1.7.6-446-g0af53e1
80
+ O=v1.7.6-471-g50b68ae
129
81
git log --first-parent --oneline $O..master
130
82
echo
131
83
git shortlog --no-merges ^maint ^$O master
0 commit comments