|
20 | 20 |
|
21 | 21 | * Various gitweb updates from repo.or.cz installation. |
22 | 22 |
|
| 23 | +* Updates to emacs bindings. |
| 24 | + |
23 | 25 | (portability) |
24 | 26 |
|
25 | 27 | * A few test scripts used nonportable "grep" that did not work well on |
|
31 | 33 |
|
32 | 34 | (performance) |
33 | 35 |
|
| 36 | +* Many operations that are lstat(3) heavy can be told to pre-execute |
| 37 | + necessary lstat(3) in parallel before their main operations, which |
| 38 | + potentially gives much improved performance for cold-cache cases or in |
| 39 | + environments with weak metadata caching (e.g. NFS). |
| 40 | + |
34 | 41 | * The underlying diff machinery to produce textual output has been |
35 | 42 | optimized, which would result in faster "git blame" processing. |
36 | 43 |
|
|
169 | 176 | * "git merge -s $strategy" can use a custom built strategy if you have a |
170 | 177 | command "git-merge-$strategy" on your $PATH. |
171 | 178 |
|
| 179 | +* "git pull" (and "git fetch") can be told to operate "-v"erbosely or |
| 180 | + "-q"uietly. |
| 181 | + |
172 | 182 | * "git push" can be told to reject deletion of refs with receive.denyDeletes |
173 | 183 | configuration. |
174 | 184 |
|
|
184 | 194 | * when giving up resolving a conflicted merge, "git reset --hard" failed |
185 | 195 | to remove new paths from the working tree. [cherry-pick to 'maint'?] |
186 | 196 |
|
| 197 | +* "git send-email" can be given revision range instead of files and |
| 198 | + maildirs on the command line, and automatically runs format-patch to |
| 199 | + generate patches for the given revision range. |
| 200 | + |
187 | 201 | * "git submodule foreach" subcommand allows you to iterate over checked |
188 | 202 | out submodules. |
189 | 203 |
|
@@ -245,15 +259,12 @@ release, unless otherwise noted. |
245 | 259 | timestamp part, exposing internal implementation detail. Also these did |
246 | 260 | not work with --fixed-strings match at all. |
247 | 261 |
|
248 | | -* "git tag" did not complain about incompatible combination of options |
249 | | - e.g. "tag -l -d" (fix scheduled to be further downmerged to maint). |
250 | | - |
251 | 262 | * Internal diff machinery had a corner case performance bug that choked on a |
252 | 263 | large file with many repeated contents (fix scheduled to be further cherry- |
253 | 264 | picked to maint). |
254 | 265 |
|
255 | 266 | -- |
256 | 267 | exec >/var/tmp/1 |
257 | | -O=v1.6.0.4-697-g168d5bd |
| 268 | +O=v1.6.0.4-854-gaaab7ea |
258 | 269 | echo O=$(git describe master) |
259 | 270 | git shortlog --no-merges $O..master ^maint |
0 commit comments