Commit Diff


commit - cdb8f1fa33c26cc381af648690c3f8cc4380175f
commit + dc74ba2524f6c9fb37d088221b20bebe334065ed
blob - 676be42088a425aa3268da69565f38427ee6ce86
blob + d18b58c45238af01d965ad1e68ca6e6c913767d2
--- CHANGES
+++ CHANGES
@@ -1,3 +1,9 @@
+* got 0.13; 2019-08-30
+- fix several possible leaks, use after frees, and NULL derefs (hiltjo)
+- tog: mbs2ws: fix sizeof of element for memory allocation (hiltjo)
+- fix deletion of branches stored in packed-refs
+- fix 'got log path' in a work tree with a path prefix (with Evan Silberman)
+
 * got 0.12; 2019-08-26
 - add support for path arguments to 'got cat'
 - make 'got log -p path' display patches for the specified path only