commit 4718a153a92948b27a3f1157f9f52eea99634569 from: Stefan Sperling date: Mon Jan 30 09:10:14 2023 UTC CHANGES for 0.83 commit - def2bea2b9b5f351896e4af5c7ff6a59a1b537c9 commit + 4718a153a92948b27a3f1157f9f52eea99634569 blob - d2117be47a46937bfc0fb74e20b3cd7e8b03c3b0 blob + 906c5329327850fc50c219833ed2bbebaeb62a45 --- CHANGES +++ CHANGES @@ -1,3 +1,15 @@ +* got 0.83; 2023-01-30 +- fix usage display error in got merge command (patch by Mikhail) +- fix missing commits in pack files created with packed object enumeration +- avoid traversing enumerated commits more than once in got-read-pack +- fix ulimit-related test failures on sparc64 (tracey) +- got commit editor now shows log messages from backout and cherrypick (jamsek) +- new cherrypick/backout -l option to show recorded log messages (jamsek) +- new cherrypick/backout -X option to discard recorded log messages (jamsek) +- gotd: implement the delete-refs capability (op) +- fix histedit -m on a commit which only changes filemode bits +- gotsh.1: show how to set up anonymous public read-only repository access + * got 0.82; 2023-01-23 - fix comparison in tree object parser always evaluating to false (jamsek) - add missing bounds-check in gitproto ref-line tokenizer