Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.

Commit edca415

Browse files
committed
Git 1.8.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5e49f30 commit edca415

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Documentation/RelNotes/1.8.3.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ Updates since v1.8.2
4242
Foreign interface
4343

4444
* remote-hg and remote-bzr helpers (in contrib/ since v1.8.2) have
45-
been updated; especially, the latter has been accelerated to help
46-
Emacs folks, whose primary SCM seems to be stagnating.
45+
been updated; especially, the latter has been done in an
46+
accelerated schedule (read: we may not have merged to this release
47+
if we were following the usual "cook sufficiently in next before
48+
unleashing it to the world" workflow) in order to help Emacs folks,
49+
whose primary SCM seems to be stagnating.
4750

4851

4952
UI, Workflows & Features
@@ -111,9 +114,10 @@ UI, Workflows & Features
111114
of erroneous inputs was suboptimal and has been improved.
112115

113116
* When the interactive access to git-shell is not enabled, it issues
114-
a message meant to help the system administrator to enable it.
115-
An explicit way to help the end users who connect to the service by
116-
issuing custom messages to refuse such an access has been added.
117+
a message meant to help the system administrator to enable it. An
118+
explicit way has been added to issue custom messages to refuse an
119+
access over the network to help the end users who connect to the
120+
service expecting an interactive shell.
117121

118122
* In addition to the case where the user edits the log message with
119123
the "e)dit" option of "am -i", replace the "Applying: this patch"
@@ -123,8 +127,8 @@ UI, Workflows & Features
123127
* "git status" suggests users to look into using --untracked=no option
124128
when it takes too long.
125129

126-
* "git status" shows a bit more information during a
127-
rebase/bisect session.
130+
* "git status" shows a bit more information during a rebase/bisect
131+
session.
128132

129133
* "git fetch" learned to fetch a commit at the tip of an unadvertised
130134
ref by specifying a raw object name from the command line when the
@@ -241,7 +245,6 @@ details).
241245

242246
* Various subcommands of "git remote" simply ignored extraneous
243247
command line arguments instead of diagnosing them as errors.
244-
(merge b17dd3f tr/remote-tighten-commandline-parsing later to maint).
245248

246249
* When receive-pack detects an error in the pack header it received in
247250
order to decide which of unpack-objects or index-pack to run, it
@@ -264,7 +267,6 @@ details).
264267
buffer around as human readable object names. This was not a huge
265268
problem but was exposed by a new change that uses these names in
266269
error output.
267-
(merge 70d26c6 tr/copy-revisions-from-stdin later to maint).
268270

269271
* Smart-capable HTTP servers were not restricted via the
270272
GIT_NAMESPACE mechanism when talking with commit-walking clients,
@@ -309,11 +311,9 @@ details).
309311

310312
* Fix a 1.8.1.x regression that stopped matching "dir" (without a
311313
trailing slash) to a directory "dir".
312-
(merge efa5f82 jc/directory-attrs-regression-fix later to maint-1.8.1).
313314

314315
* "git apply --whitespace=fix" was not prepared to see a line getting
315316
longer after fixing whitespaces (e.g. tab-in-indent aka Python).
316-
(merge 329b26e jc/apply-ws-fix-tab-in-indent later to maint-1.8.1).
317317

318318
* The prompt string generator (in contrib/completion/) did not notice
319319
when we are in a middle of a "git revert" session.

0 commit comments

Comments
 (0)