"message": "fix(cli): ignore missing sections when removing configuration (#1455)\n\nThis change fixes an error typically encountered in the `git-bug-wipe`\ncommand, caused by overly zealous implementations of\n//repository:config.go%ConfigWrite.RemoveAll(). This change refactors\nthese implementations to only attempt to remove sections that exist,\nand ignore non-existent sections.\n\nCloses: #1451\nChange-Id: I66e710239915c8601dd70a78ae65eb625e093ef6",