Skip to content

Commit 7ece7ee

Browse files
committed
Update dtaft release notes to 1.8.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a15696b commit 7ece7ee

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

Documentation/RelNotes/1.8.3.txt

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Updates since v1.8.2
3232

3333
UI, Workflows & Features
3434

35+
* "git help" learned "-g" option to show the list of guides just like
36+
list of commands are given with "-a".
37+
3538
* A triangular "pull from one place, push to another place" workflow
3639
is supported better by new remote.pushdefault (overrides the
3740
"origin" thing) and branch.*.pushremote (overrides the
@@ -41,11 +44,11 @@ UI, Workflows & Features
4144
revert session, just like it does for a cherry-pick and a bisect
4245
session.
4346

44-
* The handing by "git branch --set-upstream-to" against various forms
45-
of errorneous inputs was suboptimal and has been improved.
47+
* The handling by "git branch --set-upstream-to" against various forms
48+
of erroneous inputs was suboptimal and has been improved.
4649

4750
* When the interactive access to git-shell is not enabled, it issues
48-
a message meant to help the system admininstrator to enable it.
51+
a message meant to help the system administrator to enable it.
4952
An explicit way to help the end users who connect to the service by
5053
issuing custom messages to refuse such an access has been added.
5154

@@ -113,6 +116,10 @@ Performance, Internal Implementation, etc.
113116

114117
* Updates for building under msvc.
115118

119+
* The logic to coalesce the same lines removed from the parents in
120+
the output from "diff -c/--cc" has been updated, but with an O(n^2)
121+
complexity, so this might turn out to be undesirable.
122+
116123
* The code to enforce permission bits on files in $GIT_DIR/ for
117124
shared repositories have been simplified.
118125

@@ -139,6 +146,9 @@ Performance, Internal Implementation, etc.
139146
which have been consolidated. Also a bug in "git checkout dir/"
140147
that is started from an unmerged index has been fixed.
141148

149+
* A few bugfixes to "git rerere" working on corner case merge
150+
conflicts have been applied.
151+
142152

143153
Also contains minor documentation updates and code clean-ups.
144154

@@ -150,6 +160,11 @@ Unless otherwise noted, all the fixes since v1.8.2 in the maintenance
150160
track are contained in this release (see release notes to them for
151161
details).
152162

163+
* "git log -S/-G" started paying attention to textconv filter, but
164+
there was no way to disable this. Make it honor --no-textconv
165+
option.
166+
(merge 61690bf sr/log-SG-no-textconv later to maint).
167+
153168
* When used with "-d temporary-directory" option, "git filter-branch"
154169
failed to come back to the original working tree to perform the
155170
final clean-up procedure.
@@ -179,8 +194,8 @@ details).
179194
"--option=value" form.
180195
(merge 862ae6c rs/submodule-summary-limit later to maint).
181196

182-
* "index-pack --fix-thin" used uninitialize value to compute delta
183-
depths of objects it appends to the resulting pack.
197+
* "index-pack --fix-thin" used an uninitialized value to compute
198+
delta depths of objects it appends to the resulting pack.
184199
(merge 57165db jk/index-pack-correct-depth-fix later to maint).
185200

186201
* "index-pack --verify-stat" used a few counters outside protection
@@ -294,4 +309,4 @@ details).
294309
alphabetical order.
295310

296311
* "git submodule update", when recursed into sub-submodules, did not
297-
acccumulate the prefix paths.
312+
accumulate the prefix paths.

0 commit comments

Comments
 (0)