@@ -15,6 +15,13 @@ Read-only support for experimental loose-object format, in which users
15
15
could optionally choose to write in their loose objects for a short
16
16
while between v1.4.3 to v1.5.3 era, has been dropped.
17
17
18
+ The meanings of "--tags" option to "git fetch" has changed; the
19
+ command fetches tags _in addition to_ what are fetched by the same
20
+ command line without the option.
21
+
22
+ A handful of ancient commands that have long been deprecated are
23
+ finally gone (repo-config, tar-tree, lost-found, and peek-remote).
24
+
18
25
19
26
Backward compatibility notes (for Git 2.0)
20
27
------------------------------------------
@@ -68,7 +75,7 @@ Updates since v1.8.5
68
75
69
76
Foreign interfaces, subsystems and ports.
70
77
71
- * The HTTP transport, when talking GSS-Negotinate , uses "100
78
+ * The HTTP transport, when talking GSS-Negotiate , uses "100
72
79
Continue" response to avoid having to rewind and resend a large
73
80
payload, which may not be always doable.
74
81
@@ -91,6 +98,10 @@ UI, Workflows & Features
91
98
* "git rev-parse --parseopt" learned a new "--stuck-long" option to
92
99
help scripts parse options with an optional parameter.
93
100
101
+ * The "--tags" option to "git fetch" no longer tells the command to
102
+ fetch _only_ the tags. It instead fetches tags _in addition to_
103
+ what are fetched by the same command line without the option.
104
+
94
105
95
106
Performance, Internal Implementation, etc.
96
107
@@ -103,6 +114,11 @@ Performance, Internal Implementation, etc.
103
114
point out of the reflog entries for the remote-tracking branch the
104
115
work has been based on.
105
116
117
+ * A third-party "receive-pack" (the responder to "git push") can
118
+ advertise the "no-thin" capability to tell "git push" not to use
119
+ the thin-pack optimization. Our receive-pack has always been
120
+ capable of accepting and fattening a thin-pack, and will continue
121
+ not to ask "git push" to use a non-thin pack.
106
122
107
123
108
124
Also contains various documentation updates and code clean-ups.
0 commit comments