From f29f6117470657cdacb03904fd14a8bf8c87bed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 24 Jan 2024 13:30:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(topgrade):=20git?= =?UTF-8?q?=20section=20defined=20in=20the=20config=20because=20of=20new?= =?UTF-8?q?=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/topgrade/topgrade.toml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.config/topgrade/topgrade.toml b/.config/topgrade/topgrade.toml index b26cdd06..1bcf770e 100644 --- a/.config/topgrade/topgrade.toml +++ b/.config/topgrade/topgrade.toml @@ -151,37 +151,6 @@ arch_package_manager = "yay" # Extra Home Manager arguments # home_manager_arguments = ["--flake", "file"] - -[git] -# max_concurrency = 5 - -# Git repositories that you want to pull and push -# repos = [ -# "~/src/*/", -# "~/.config/something" -# ] - -# Repositories that you only want to pull -# pull_only_repos = [ -# "~/.config/something_else" -# ] - -# Repositories that you only want to push -# push_only_repos = [ -# "~/src/*/", -# "~/.config/something_third" -# ] - -# Don't pull the predefined git repos -# pull_predefined = false - -# Arguments to pass Git when pulling repositories -# pull_arguments = "--rebase --autostash" - -# Arguments to pass Git when pushing repositories -# push_arguments = "--all" - - [windows] # Manually select Windows updates # accept_all_updates = false