commit 8328dc69f55b1a58143bccf3dfdf4970eb2b27ba from: Omar Polo date: Fri Jul 29 17:04:20 2022 UTC more tweaks for tog and one for mblaze commit - e2900f8a38d57c5ef6a1e9b605d36ad963acd5e2 commit + 8328dc69f55b1a58143bccf3dfdf4970eb2b27ba blob - 864a9d7e8ba821ea089805c3667302a804906402 blob + 3bd26cb9d8c8ceae34413797d9002b71e4c8fc44 --- profile.lp +++ profile.lp @@ -112,6 +112,18 @@ and see how it goes: export TOG_COLOR_DATE=default export TOG_COLOR_REFS_REMOTES=red +some other tweaks for tog + + export TOG_DIFF_ALGORITHM=patience + export TOG_VIEW_SPLIT_MODE=h + +mblaze uses quoted-printable if there are lines longer than 78 character +or so. if $MBLAZE_RELAXED_MIME is specified tho, it will only do so if +it founds lines longer than 998 characters, allowing me to send diffs +without mangling! + + export MBLAZE_RELAXED_MIME=1 + On OpenBSD, automake and autoconf requires these variables to be up to work. Otherwise one can run automake-X.Y and autoconf-X.Y, but that's ugly: