From 3898e38943015abe28530b872dba4b4825b65ff7 Mon Sep 17 00:00:00 2001 From: gardian12 Date: Fri, 23 Jan 2026 13:22:57 +0100 Subject: [PATCH] Add VALIDATE_AFTER_PUSH section to exits.md #7521 Added section for VALIDATE_AFTER_PUSH with details on its usage. see PR #7521 --- src/user-guide/reference/exits.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/user-guide/reference/exits.md b/src/user-guide/reference/exits.md index 0b1d27602..bdafe1693 100755 --- a/src/user-guide/reference/exits.md +++ b/src/user-guide/reference/exits.md @@ -150,6 +150,11 @@ This exit is called at the end of the serialize process and gives an opportunity Perform custom validations just before pushing into remote while being on the "Commit Message" screen (see [#6013](https://github.com/abapGit/abapGit/pull/6013)). +### VALIDATE_AFTER_PUSH + +Perform custom validations right after push has been performed. The updated meta data of the repository like *commit hash ID* or the current *branch name* are provided. +Integration of these data into the code base are the most common use case (see [#7521](https://github.com/abapGit/abapGit/pull/7521)). + ### WALL_MESSAGE_LIST Can be used to add a message at the list level (repository list, see [#4653](https://github.com/abapGit/abapGit/issues/4653)).