Intégration de la branche annex-support
This commit is contained in:
commit
de8d690e5a
|
@ -485,8 +485,9 @@ function git_push() {
|
||||||
return $?
|
return $?
|
||||||
elif git_have_annex; then
|
elif git_have_annex; then
|
||||||
# Si une annexe existe dans le dépôt, demander à git-annex de faire la
|
# Si une annexe existe dans le dépôt, demander à git-annex de faire la
|
||||||
# synchronisation, sauf si --no-annex est spécifié
|
# synchronisation, sauf si --no-annex est spécifié ou si on est en mode
|
||||||
if [ -z "$no_annex" ]; then
|
# automatique
|
||||||
|
if [ -z "$no_annex" -a -z "$auto" ]; then
|
||||||
git annex sync
|
git annex sync
|
||||||
return $?
|
return $?
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue