git-barepo

Tools for sharing git bare repositories
git clone git://git.meso-star.com/git-repo.git
Log | Files | Refs | README | LICENSE

commit dab73a927be3e87bb35593cd969a26a36e9e2a01
parent 98fb54a8de48c1fba892d5635a0a33d8026cb084
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 27 May 2026 17:50:00 +0200

git-publish: display a missing message

Publishing a repository was no longer marked as complete.

Diffstat:
Mgit-publish | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/git-publish b/git-publish @@ -256,6 +256,8 @@ publish_repo() return 0 fi + printf '%s: ' "${_repo}" + _repo_name=$(basename "${_repo}" ".git") _repo_git="${dir_git}/${_repo_name}.git" @@ -314,6 +316,8 @@ publish_repo() cd "${OLDPWD}" setup_post_receive_hook "${_repo}" + + printf 'done\n' } # Inputs: