Commit Diff


commit - bc90a07f2cdaedb3a1bbbc1e88bd930528e9f386
commit + d52a5ad75bc077e2fffdf467c19dcb6c8870360c
blob - d7cb8866e0c69d7b90640eaf91b10c36fc342532
blob + c4e4cd706a464a536241a36b2c6a132d4408b4d6
--- CHANGES
+++ CHANGES
@@ -1,3 +1,9 @@
+* got 0.36; 2020-05-05
+- fix "no such entry found in tree" error with got log -p and an added path
+- show a list of paths changed in a commit with 'got log -P' and in tog
+- prevent false positive tree entry differences due to bogus file mode bits
+- write directory tree entry mode bits in the same way as Git does (0040000)
+
 * got 0.35; 2020-04-25
 - don't pass "-p 22" to ssh; makes ssh_config's Port option work (semarie)
 - fix a file index corruption problem with 'got rebase' (found by tracey)