git-repo

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

commit 25948207bbef9760e0ef598eec0dbad93e28d517
parent 131c712eeb9622522dfe9178c21c98f53a342e98
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  3 Dec 2025 21:33:44 +0100

git-repo: add an exit section to its man page

Diffstat:
Mgit-repo.1 | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/git-repo.1 b/git-repo.1 @@ -12,7 +12,7 @@ .\" .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see <http://www.gnu.org/licenses/>. -.Dd November 30, 2025 +.Dd December 3, 2025 .Dt GIT-REPO 1 .Os .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -72,6 +72,9 @@ option or update its group if a co-author has already pushed updates. .El .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +.Sh EXIT +.Ex -std +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh EXAMPLES Set up a regular bare repository: .Bd -literal -offset Ds