12:31:22 <KwBot> [nikola] ralsina opened issue #2475: Switch config to TOML https://github.com/getnikola/nikola/issues/2475 12:43:29 <KwBot> [nikola] Kwpolska assigned issue #2332 to Kwpolska: When building a site with multiple date_formats, Nikola sometimes crashes and others it messes up the formats https://github.com/getnikola/nikola/issues/2332 12:50:06 -GitHub[nikola]:#nikola- [nikola] Kwpolska created fix-2332 (+2 new commits): https://git.io/v6AzS 12:50:06 -GitHub[nikola]:#nikola- nikola/fix-2332 0657a59 Chris Warrick: Update docs and post list template 12:50:06 -GitHub[nikola]:#nikola- nikola/fix-2332 80ad021 Chris Warrick: Fix #2332 -- fix Windows crash with calendar locales... 12:50:20 -GitHub[nikola]:#nikola- [nikola] Kwpolska fast-forwarded master from b6e1bcb to 0657a59: https://git.io/v6Az9 12:51:30 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2476: Fix #2332 -- fix Windows crash with calendar locales (master...fix-2332) https://git.io/v6AzN 12:54:47 -travis-ci:#nikola- getnikola/nikola#7506 (fix-2332 - 80ad021 : Chris Warrick): The build passed. 12:54:48 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0657a59a458b^...80ad0215d236 12:54:48 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/155329903 13:00:27 -travis-ci:#nikola- getnikola/nikola#7507 (master - 0657a59 : Chris Warrick): The build passed. 13:00:28 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/b6e1bcb17b40...0657a59a458b 13:00:28 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/155329943 13:37:10 <KwBot> [nikola] ralsina closed issue #2332: When building a site with multiple date_formats, Nikola sometimes crashes and others it messes up the formats https://github.com/getnikola/nikola/issues/2332 13:37:19 -GitHub[nikola]:#nikola- [nikola] ralsina closed pull request #2476: Fix #2332 -- fix Windows crash with calendar locales (master...fix-2332) https://git.io/v6AzN 13:37:43 <ralsina> ChrisWarrick: do you prefer squash-and-merge or regular merges? I just noticed GH is now doing squashes by default 13:43:59 -travis-ci:#nikola- getnikola/nikola#7509 (master - 6f9886c : Chris Warrick): The build passed. 13:44:00 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0657a59a458b...6f9886c936e9 13:44:00 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/155341859 15:16:08 <ChrisWarrick> ralsina: regular merges are fine IMO 15:16:28 <ralsina> ChrisWarrick: me too, I did a squash-merge mostly by accident because I don't read buttons 15:18:23 <ChrisWarrick> that doesn't really matter 15:44:23 <x1101> I work with git every day, and I learned a thing. Thanks ralsina and ChrisWarrick 15:44:38 <ralsina> x1101: no one knows git 15:44:45 <ralsina> we all just memorize random incantations 15:45:39 * ralsina monthly googles to remember to git branch --merged | egrep -v "(^*|master|dev)" | xargs git branch -d 15:46:09 <ChrisWarrick> Delete all merged branches that are not `master` or `dev` and not the current branch? 15:49:25 <ChrisWarrick> that’s going to ~/.gitconfig, thanks 16:15:46 <ralsina> np 16:15:59 <ralsina> I had to do that once "git branch" got to be 3 screens long 16:16:33 <ralsina> now, continuing my git ignorance... how would you put that in .gitconfig and what would it achieve? :-) 16:22:05 <ChrisWarrick> ralsina: aliases 16:22:08 <ChrisWarrick> https://gist.github.com/9b56982bb3c1e9af74d1e8c5c4331758 16:22:12 <ralsina> ah, neat 16:58:03 <KwBot> [nikola] ralsina closed issue #2468: Only read config when necessary https://github.com/getnikola/nikola/issues/2468 18:12:30 <KwBot> [nikola] ralsina closed issue #2475: Switch config to TOML https://github.com/getnikola/nikola/issues/2475 18:53:29 <ChrisWarrick> ralsina: If you close an issue, please leave a comment explaining it, edits are not reflected in e-mails 18:53:44 <ralsina> ChrisWarrick: good point, thx 20:44:16 <[Tritium]> TOML is the configuration of python /distributions/ future... I feel that might not have been brought up with enough emphasis. The idea being that literally anything is better than setup.py