This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 0e376ac8e97cda232cc870098df53139f2d64b28 Author: Dan Haywood <[email protected]> AuthorDate: Tue Nov 11 10:17:41 2025 +0000 minor update to gitcommit.sh --- gitcommit.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gitcommit.sh b/gitcommit.sh index 58c06c5e0d9..6ee7fe6fa42 100755 --- a/gitcommit.sh +++ b/gitcommit.sh @@ -4,7 +4,6 @@ usage() { echo " -A : suppress adding automatically, ie don't call 'git add .'" >&2 echo " -p : also push" >&2 echo "" >&2 - echo " Cannot specify -1 and -2 together, obvs. " >&2 } PUSH=""
