From 1837a0c83ba56a7cd95bc5dbc9e9d8726faa7fff Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Sat, 26 Sep 2015 12:25:27 +0400 Subject: [PATCH 1/2] pxs: corriger xget, xcopy, xmove pour utiliser directement git annex sync --- uproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uproject b/uproject index a6cb16a..c6c2284 100755 --- a/uproject +++ b/uproject @@ -250,7 +250,7 @@ elif array_contains GITANNEX_CMDS "$CMD"; then case "$CMD" in annex) git annex "$@";; xsync) xsync;; - xcopy|xmove|xget) git annex "${CMD#x}" "$@" && xsync;; + xcopy|xmove|xget) git annex "${CMD#x}" "$@" && git annex sync;; xinitial) git_annex_initial "$@";; *) git annex "${CMD#x}" "$@";; esac From 35793eeddc8e22a88b674d5eb07b63767a4dba97 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Sat, 26 Sep 2015 12:25:35 +0400 Subject: [PATCH 2/2] Init changelog & version 2.17.2 --- CHANGES.txt | 4 ++++ VERSION.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index d52d47f..b578179 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +## Version 2.17.2 du 26/09/2015-12:25 + +1837a0c pxs: corriger xget, xcopy, xmove pour utiliser directement git annex sync + ## Version 2.17.1 du 26/09/2015-12:21 c8c6744 pxs: support des versions <= 5.20150825 diff --git a/VERSION.txt b/VERSION.txt index 3f8eb71..94dc0ec 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.17.1 +2.17.2