Intégration de la branche release-2.17.2
This commit is contained in:
commit
90856f1319
@ -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
|
## Version 2.17.1 du 26/09/2015-12:21
|
||||||
|
|
||||||
c8c6744 pxs: support des versions <= 5.20150825
|
c8c6744 pxs: support des versions <= 5.20150825
|
||||||
|
@ -1 +1 @@
|
|||||||
2.17.1
|
2.17.2
|
||||||
|
2
uproject
2
uproject
@ -250,7 +250,7 @@ elif array_contains GITANNEX_CMDS "$CMD"; then
|
|||||||
case "$CMD" in
|
case "$CMD" in
|
||||||
annex) git annex "$@";;
|
annex) git annex "$@";;
|
||||||
xsync) xsync;;
|
xsync) xsync;;
|
||||||
xcopy|xmove|xget) git annex "${CMD#x}" "$@" && xsync;;
|
xcopy|xmove|xget) git annex "${CMD#x}" "$@" && git annex sync;;
|
||||||
xinitial) git_annex_initial "$@";;
|
xinitial) git_annex_initial "$@";;
|
||||||
*) git annex "${CMD#x}" "$@";;
|
*) git annex "${CMD#x}" "$@";;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user