From 204418149478ce8cc41eb22b1fc567d25c02d435 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Tue, 19 May 2015 10:45:18 +0400 Subject: [PATCH 1/2] ne pas synchroniser l'annexe en mode automatique --- lib/ulib/vcs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ulib/vcs b/lib/ulib/vcs index 61483c1..bf168ac 100644 --- a/lib/ulib/vcs +++ b/lib/ulib/vcs @@ -485,8 +485,9 @@ function git_push() { return $? elif git_have_annex; then # Si une annexe existe dans le dépôt, demander à git-annex de faire la - # synchronisation, sauf si --no-annex est spécifié - if [ -z "$no_annex" ]; then + # synchronisation, sauf si --no-annex est spécifié ou si on est en mode + # automatique + if [ -z "$no_annex" -a -z "$auto" ]; then git annex sync return $? fi From 558b39ecf1b972d75b5d4f0b8cc7eaa8bc7c5640 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Tue, 19 May 2015 10:45:41 +0400 Subject: [PATCH 2/2] Init changelog & version 1.8.1 --- CHANGES.txt | 5 +++++ VERSION.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index e04d0c6..bdb8960 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +## Version 1.8.1 du 19/05/2015-10:45 + +de8d690 Intégration de la branche annex-support +2044181 ne pas synchroniser l'annexe en mode automatique + ## Version 1.8.0 du 19/05/2015-10:27 4779695 Intégration de la branche annex-support diff --git a/VERSION.txt b/VERSION.txt index 27f9cd3..a8fdfda 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.8.0 +1.8.1