From c8a49d4f4718990788f4899accece663507565a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Fri, 31 Oct 2025 15:03:52 +0100 Subject: [PATCH] feat[work]: improve git-replace --- SwarselSystems.org | 3 +++ pkgs/git-replace/default.nix | 3 +++ 2 files changed, 6 insertions(+) diff --git a/SwarselSystems.org b/SwarselSystems.org index 6839c4e..7e25d58 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -18252,6 +18252,9 @@ This script allows for quick git replace of a string. exit 0 } + target_files=false + target_repo=false + target_dirs=false while [[ $# -gt 0 ]]; do case "$1" in -f | --filenames) diff --git a/pkgs/git-replace/default.nix b/pkgs/git-replace/default.nix index ec0a481..2ec008b 100644 --- a/pkgs/git-replace/default.nix +++ b/pkgs/git-replace/default.nix @@ -19,6 +19,9 @@ writeShellApplication { exit 0 } + target_files=false + target_repo=false + target_dirs=false while [[ $# -gt 0 ]]; do case "$1" in -f | --filenames)