@@ -18,10 +18,13 @@ UI, Workflows & Features
1818
1919 * A third-party tool "git subtree" is distributed in contrib/
2020
21+ * A remote helper that acts as a proxy and caches ssl session for the
22+ https:// transport is added to the contrib/ area.
23+
2124 * Error messages given when @{u} is used for a branch without its
22- upstream configured have been clatified .
25+ upstream configured have been clarified .
2326
24- * Even with "-q"uiet option, "checkout" used to report setting up
27+ * Even with the "-q"uiet option, "checkout" used to report setting up
2528 tracking. Also "branch" learned the "-q"uiet option to squelch
2629 informational message.
2730
@@ -37,8 +40,8 @@ UI, Workflows & Features
3740 * "git am" learned the "--include" option, which is an opposite of
3841 existing the "--exclude" option.
3942
40- * When "git am -3" needs to fall back to an application to a
41- synthesized preimage followed by a 3-way merge, the paths that
43+ * When "git am -3" needs to fall back to an application of the patch
44+ to a synthesized preimage followed by a 3-way merge, the paths that
4245 needed such treatment are now reported to the end user, so that the
4346 result in them can be eyeballed with extra care.
4447
@@ -50,7 +53,7 @@ UI, Workflows & Features
5053 after populating two temporary directories, instead of running an
5154 instance of the external tool once per a file pair.
5255
53- * The "fmt-merge-msg" command learns to list the primary contributors
56+ * The "fmt-merge-msg" command learned to list the primary contributors
5457 involved in the side topic you are merging.
5558
5659 * "git rebase" learned to optionally keep commits that do not
@@ -67,15 +70,15 @@ UI, Workflows & Features
6770
6871Foreign Interface
6972
70- * "git svn" used to die with unwanted SIGPIPE when talking with HTTP
73+ * "git svn" used to die with unwanted SIGPIPE when talking with an HTTP
7174 server that uses keep-alive.
7275
7376 * "git svn" learned to use platform specific authentication
7477 providers, e.g. gnome-keyring, kwallet, etc.
7578
76- * "git p4" has been moved out of contrib/ area and has seen more work
77- on importing labels as tags from (and exporting tags as labels to)
78- p4.
79+ * "git p4" has been moved out of the contrib/ area and has seen more
80+ work on importing labels as tags from (and exporting tags as labels
81+ to) p4.
7982
8083Performance and Internal Implementation (please report possible regressions)
8184
@@ -113,8 +116,8 @@ Performance and Internal Implementation (please report possible regressions)
113116 systems, run-command API now uses SHELL_PATH, not /bin/sh, when
114117 spawning an external command (not applicable to Windows port).
115118
116- * The API to iterate over refs/ hierarchy has been tweaked to allow
117- walking only a subset of it more efficiently.
119+ * The API to iterate over the refs/ hierarchy has been tweaked to
120+ allow walking only a subset of it more efficiently.
118121
119122Also contains minor documentation updates and code clean-ups.
120123
0 commit comments