Commit Diff


commit - c3af3adebe577f541c96672c7bfc30b08dcb3e44
commit + 071f747e5c054e671ad9b5c841e66e312903d979
blob - a1fc7d158b43d206f82977a32c9030235474d5f7
blob + 7a0b8612adbdd89822e471c09456f94a4ac70aca
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,11 @@
+* got 0.47; 2020-12-27
+- update got.1 CAVEATS section; prompted by feedback from otto@
+- fix assignment to wrong pointer in got_ref_dup()
+- fix performance on repositories with many references (e.g. freebsd src.git):
+  o implement an object ID map for reference lists
+  o use reflist object id maps in got log, tog log, and tog diff (with naddy)
+  o switch reflist to TAILQ; insert elements more efficiently for sorted input
+
 * got 0.46; 2020-12-21
 - reset tog blame view's scroll position if line count shrinks too much (naddy)
 - replace unprintable characters with '.' before passing them to curses (naddy)
blob - /dev/null
blob + 4ce59a471a0d3e3ac2a5fe84d8ccf3fbc6e3eab8 (mode 644)
Binary files /dev/null and releases/got-0.47.tar.gz differ