From 4ddb17f204056f0018700ac70c0edd1902253a78 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 22 Feb 2025 10:24:24 +0100 Subject: [PATCH] Allow to run git-repo-change-checker command under old script name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Old habits die hard … --- site-lisp/db-utils.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site-lisp/db-utils.el b/site-lisp/db-utils.el index 50107af..45dff01 100644 --- a/site-lisp/db-utils.el +++ b/site-lisp/db-utils.el @@ -682,6 +682,8 @@ quite sure whether something like this exists already?" (insert "\n")))) (switch-to-buffer (current-buffer)))) +(defalias 'check-git-repos #'db/list-changed-git-repositories) ; old name of former shell script + ;;; Base45 Decoding