Commit 7674972af5bfba1ff70fa0ec95b4ebd6e6caf0a1

Stefan Sperling 2021-03-23T19:04:02

CHANGES for 0.51

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGES b/CHANGES
index e2db3e9..02a2d3c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+* got 0.51; 2021-03-23
+- deltify.c: explicitly include <endian.h> for be64toh()
+- rebase/histedit -l: error out if no backups for the requested branch exist
+- fix use of uninitialized stat buffer during status crawl (found by naddy)
+
 * got 0.50; 2021-03-22
 - use Myers diff instead of Patience diff when merging files with diff3
 - port file deltification code from git9; a prerequisite for writing pack files