commit 2eea88b2aecb62a862646284ff88c352890d7282 from: Stefan Sperling date: Tue Jan 14 18:52:53 2020 UTC changes for 0.25 commit - 6126692377ed3cb9c1d41a17143835553f676a92 commit + 2eea88b2aecb62a862646284ff88c352890d7282 blob - cc1ba5c4b2987d7e655c4c80ea45b6d03324a62e blob + 40d65b8402d586c3715b37b0ab235becfe71d117 --- CHANGES +++ CHANGES @@ -1,3 +1,14 @@ +* got 0.25; 2020-01-14 +- fix suspending and resuming tog with Ctrl-Z and fg (reported by naddy@) +- fix 'tog tree' usage displayed in error case (patch by naddy@) +- support Git-style "lightweight" tags as arguments for 'got diff' +- handle Git-style "lightweight" tags in got tag -l +- make got and tog accept a --version argument (prompted by tedu@) +- add -E option to 'got checkout' allowing use of a non-empty work tree path +- make 'tog log PATH' fail when a non-existent path is specified +- fix out of bounds access (patch by Martin ) +- fix switching to tog's tree view when logging a path (reported by naddy@) + * got 0.24; 2020-01-08 - do not open and close pack index files needlessly - fix 'got log' and 'tog log' performance issue when lots of tags exist