@@ -248,6 +248,15 @@ Performance, Internal Implementation, Development Support etc.
248
248
* Use "p4 -G" to make "p4 changes" output more Python-friendly
249
249
to parse.
250
250
251
+ * We started using "%" PRItime, imitating "%" PRIuMAX and friends, as
252
+ a way to format the internal timestamp value, but this does not
253
+ play well with gettext(1) i18n framework, and causes "make pot"
254
+ that is run by the l10n coordinator to create a broken po/git.pot
255
+ file. This is a possible workaround for that problem.
256
+
257
+ * It turns out that Cygwin also needs the fopen() wrapper that
258
+ returns failure when a directory is opened for reading.
259
+
251
260
Also contains various documentation updates and code clean-ups.
252
261
253
262
@@ -480,7 +489,7 @@ notes for details).
480
489
481
490
* The build procedure has been improved to allow building and testing
482
491
Git with address sanitizer more easily.
483
- (merge 566cf0b3bd jk/build-with-asan later to maint).
492
+ (merge 425ca6710b jk/build-with-asan later to maint).
484
493
485
494
* On Cygwin, similar to Windows, "git push //server/share/repository"
486
495
ought to mean a repository on a network share that can be accessed
@@ -515,3 +524,4 @@ notes for details).
515
524
(merge 01826066b0 ks/fix-rebase-doc-picture later to maint).
516
525
(merge f7f6dc340e jk/test-copy-bytes-fix later to maint).
517
526
(merge 9fb9495dae ew/fd-cloexec-fix later to maint).
527
+ (merge 3a33fe5c97 ks/doc-fixes later to maint).
0 commit comments