@@ -18,10 +18,13 @@ UI, Workflows & Features
18
18
19
19
* A third-party tool "git subtree" is distributed in contrib/
20
20
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
+
21
24
* Error messages given when @{u} is used for a branch without its
22
- upstream configured have been clatified .
25
+ upstream configured have been clarified .
23
26
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
25
28
tracking. Also "branch" learned the "-q"uiet option to squelch
26
29
informational message.
27
30
@@ -37,8 +40,8 @@ UI, Workflows & Features
37
40
* "git am" learned the "--include" option, which is an opposite of
38
41
existing the "--exclude" option.
39
42
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
42
45
needed such treatment are now reported to the end user, so that the
43
46
result in them can be eyeballed with extra care.
44
47
@@ -50,7 +53,7 @@ UI, Workflows & Features
50
53
after populating two temporary directories, instead of running an
51
54
instance of the external tool once per a file pair.
52
55
53
- * The "fmt-merge-msg" command learns to list the primary contributors
56
+ * The "fmt-merge-msg" command learned to list the primary contributors
54
57
involved in the side topic you are merging.
55
58
56
59
* "git rebase" learned to optionally keep commits that do not
@@ -67,15 +70,15 @@ UI, Workflows & Features
67
70
68
71
Foreign Interface
69
72
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
71
74
server that uses keep-alive.
72
75
73
76
* "git svn" learned to use platform specific authentication
74
77
providers, e.g. gnome-keyring, kwallet, etc.
75
78
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.
79
82
80
83
Performance and Internal Implementation (please report possible regressions)
81
84
@@ -113,8 +116,8 @@ Performance and Internal Implementation (please report possible regressions)
113
116
systems, run-command API now uses SHELL_PATH, not /bin/sh, when
114
117
spawning an external command (not applicable to Windows port).
115
118
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.
118
121
119
122
Also contains minor documentation updates and code clean-ups.
120
123
0 commit comments