@@ -15,6 +15,13 @@ Read-only support for experimental loose-object format, in which users
1515could optionally choose to write in their loose objects for a short
1616while between v1.4.3 to v1.5.3 era, has been dropped.
1717
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+
1825
1926Backward compatibility notes (for Git 2.0)
2027------------------------------------------
@@ -68,7 +75,7 @@ Updates since v1.8.5
6875
6976Foreign interfaces, subsystems and ports.
7077
71- * The HTTP transport, when talking GSS-Negotinate , uses "100
78+ * The HTTP transport, when talking GSS-Negotiate , uses "100
7279 Continue" response to avoid having to rewind and resend a large
7380 payload, which may not be always doable.
7481
@@ -91,6 +98,10 @@ UI, Workflows & Features
9198 * "git rev-parse --parseopt" learned a new "--stuck-long" option to
9299 help scripts parse options with an optional parameter.
93100
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+
94105
95106Performance, Internal Implementation, etc.
96107
@@ -103,6 +114,11 @@ Performance, Internal Implementation, etc.
103114 point out of the reflog entries for the remote-tracking branch the
104115 work has been based on.
105116
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.
106122
107123
108124Also contains various documentation updates and code clean-ups.
0 commit comments