diff --git a/Makefile b/Makefile index c1dafce..041f5df 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.6 (2025-08-11) +# git helper Makefile: Version 2.7 (2025-09-20) default: help .ONESHELL: @@ -90,14 +90,11 @@ init: print_head update_submodules: git submodule foreach "git fetch && git checkout master && git pull && git submodule init && git submodule update" -giti_this: print_head - giti +giti: print_head + giti -t echo " Submodules:" git submodule --quiet foreach "echo -n ' ' && giti" -giti: - git submodule --quiet foreach "[ -e Makefile ] && make --no-print-directory giti_this || :" - localclean: clean: localclean