Commit f5999cdefa3555d8576284261c3d1f12113cd49f

Stefan Sperling 2021-03-22T11:26:13

CHANGES for 0.50

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/CHANGES b/CHANGES
index 62aadb9..e2db3e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+* 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
+- implement raw object data access; another prerequisite for writing pack files
+- improve got log -x documentation (jrick)
+- improve got ref -d documentation
+- fix strftime(3) short buffer checks (jrick)
+- ensure that old commits remain referenced after rebase and histedit
+- new got rebase -l option which lists past rebase operations
+- new got histedit -l option which lists past histedit operations
+
 * got 0.49; 2021-02-11
 - implicitly mark all files in work tree as up-to-date after 'got integrate'
 - tog: fix behaviour if 'n' is pressed before search is started (found by naddy)