@@ -14,10 +14,6 @@ Updates since v1.7.7
1414 * The date parser now accepts timezone designators that lack minutes
1515 part and also has a colon between "hh:mm".
1616
17- * On some BSD systems, adding +s bit on directories is detrimental
18- (it is not necessary on BSD to begin with). The installation
19- procedure has been updated to take this into account.
20-
2117 * The contents of the /etc/mailname file, if exists, is used as the
2218 default value of the hostname part of the committer/author e-mail.
2319
@@ -135,13 +131,6 @@ included in this release.
135131 with too many refs were unnecessarily slow.
136132 (merge 17d68a54d jp/get-ref-dir-unsorted later to maint).
137133
138- * After incorrectly written third-party tools store a tag object in
139- HEAD, git diagnosed it as a repository corruption and refused to
140- proceed in order to avoid spreading the damage. We now gracefully
141- recover from such a situation by pretending as if the commit that
142- is pointed at by the tag were in HEAD.
143- (merge baf18fc nd/maint-autofix-tag-in-head later to maint).
144-
145134 * Report from "git commit" on untracked files was confused under
146135 core.ignorecase option.
147136 (merge 2548183b jk/name-hash-dirent later to maint).
@@ -150,23 +139,10 @@ included in this release.
150139 core.ignorecase was set.
151140 (merge 6eba621 bc/attr-ignore-case later to maint).
152141
153- * "git apply --whitespace=error" did not bother to report the exact
154- line number in the patch that introduced new blank lines at the end
155- of the file.
156- (merge 8557263 jc/apply-blank-at-eof-fix later to maint).
157-
158- * "git apply --index" did not check corrupted patch.
159- (merge 2c93286 jm/maint-apply-detects-corrupt-patch-header later to maint).
160-
161142 * "git bisect" did not notice when it failed to update the working tree
162143 to the next commit to be tested.
163144 (merge 1acf11717 js/bisect-no-checkout later to maint).
164145
165- * "git checkout $tree $directory/" resurrected paths locally removed or
166- modified only in the working tree in $directory/ that did not appear
167- in $directory of the given $tree. They should have been kept intact.
168- (merge 0a1283b jc/checkout-from-tree-keep-local-changes later to maint).
169-
170146 * "git config --bool --get-regexp" failed to separate the variable name
171147 and its value "true" when the variable is defined without "= true".
172148 (merge 880e3cc mm/maint-config-explicit-bool-display later to maint).
0 commit comments