@@ -62,6 +62,10 @@ Updates since v1.6.2
62
62
with the 'edit' action in git-add -i/-p, you can abort the editor to
63
63
tell git not to apply it.
64
64
65
+ * The number of commits shown in "you are ahead/behind your upstream"
66
+ messages given by "git checkout" and "git status" used to count merge
67
+ commits; now it doesn't.
68
+
65
69
* git-archive learned --output=<file> option.
66
70
67
71
* git-bisect shows not just the number of remaining commits whose goodness
@@ -77,11 +81,17 @@ Updates since v1.6.2
77
81
78
82
* git-clone runs post-checkout hook when run without --no-checkout.
79
83
84
+ * git-fast-export choked when seeing a tag that does not point at commit.
85
+
80
86
* git-format-patch can be told to use attachment with a new configuration,
81
87
format.attach.
82
88
83
89
* git-format-patch can be told to produce deep or shallow message threads.
84
90
91
+ * git-format-patch learned format.headers configuration to add extra
92
+ header fields to the output. This behaviour is similar to the existing
93
+ --add-header=<header> option of the command.
94
+
85
95
* git-grep learned to highlight the found substrings in color.
86
96
87
97
* git-imap-send learned to work around Thunderbird's inability to easily
@@ -95,6 +105,11 @@ Updates since v1.6.2
95
105
96
106
* Output from git-remote command has been vastly improved.
97
107
108
+ * git-repack (invoked from git-gc) did not work as nicely as it should in
109
+ a repository that borrows objects from neighbours via alternates
110
+ mechanism especially when some packs are marked with the ".keep" flag
111
+ to prevent them from being repacked.
112
+
98
113
* git-send-email learned --confirm option to review the Cc: list before
99
114
sending the messages out.
100
115
@@ -110,7 +125,9 @@ Updates since v1.6.2
110
125
* Building the manpages with docbook-xsl between 1.69.1 and 1.71.1 now
111
126
requires setting DOCBOOK_SUPPRESS_SP to work around a docbook-xsl bug.
112
127
This workaround used to be enabled by default, but causes problems
113
- with newer versions of docbook-xsl.
128
+ with newer versions of docbook-xsl. In addition, there are a few more
129
+ knobs you can tweak to work around issues with various versions of the
130
+ docbook-xsl package. See comments in Documentation/Makefile for details.
114
131
115
132
Fixes since v1.6.2
116
133
------------------
@@ -129,6 +146,6 @@ v1.6.2.X series.
129
146
130
147
---
131
148
exec >/var/tmp/1
132
- O=v1.6.2.1-399-gaa72a14
149
+ O=v1.6.2.2-403-g8130949
133
150
echo O=$(git describe master)
134
151
git shortlog --no-merges $O..master ^maint
0 commit comments