commit 440041b2d0d1bf7714c1a8947534e7cf5fcb7d9c from: Stefan Sperling date: Wed Jan 22 14:05:25 2025 UTC fix a typo in CHANGES commit - c836380ee632658984577e05e28d975795611983 commit + 440041b2d0d1bf7714c1a8947534e7cf5fcb7d9c blob - 615bd940cdef81f3ef77f96c6f55d0e6da103184 blob + 4184fae7bcf46b1097f9415c991bdb587e8e33ff --- releases/CHANGES +++ releases/CHANGES @@ -6,7 +6,7 @@ - tog: fix a deadlock (hang) in the log view implementation - tog: plug a memory leak - tog: do not exit if a tag pointing at a non-commit is selected in ref view -- tog: do nog mark an incorrect base commit in nested log views +- tog: do not mark an incorrect base commit in nested log views - tog: fix NULL deref when scrolling small tree views down - tog: avoid showing a negative log view entry index - tog: do not apply a pointless count modifier to the H, &, p keymaps blob - 0b030bac90fd862cccb7e8afb67c09f3803e2928 blob + 055daffbaeadab945d8009966bda367f49dff143 --- releases/changes.html +++ releases/changes.html @@ -46,7 +46,7 @@ tog: plug a memory leak tog: do not exit if a tag pointing at a non-commit is selected in ref view
  • -tog: do nog mark an incorrect base commit in nested log views +tog: do not mark an incorrect base commit in nested log views
  • tog: fix NULL deref when scrolling small tree views down