From 6919352a5901fc7344aaacfdcbf94ad19e0d88e5 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Wed, 12 Apr 2023 15:59:23 +0400 Subject: [PATCH] =?UTF-8?q?maj=20du=20message=20de=20commit=20par=20d?= =?UTF-8?q?=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uproject b/uproject index 361a262..c656acc 100755 --- a/uproject +++ b/uproject @@ -338,7 +338,7 @@ elif array_contains GITANNEX_CMDS "$CMD"; then function xsync() { if ! git_have_annex; then setyesval offline "$UTOOLS_VCS_OFFLINE" - if git_commit -Al "Maj des fichiers"; then + if git_commit -Al "modifs.mineures sans commentaires"; then [ -n "$offline" ] && return 0 git_have_remote || return 0 git pull && git_push