Intégration de la branche release-1.19.0
This commit is contained in:
commit
b0aa8f23a7
|
@ -1,3 +1,8 @@
|
||||||
|
## Version 1.19.0 du 21/06/2015-10:27
|
||||||
|
|
||||||
|
387dec2 Intégration de la branche add-pxwa
|
||||||
|
4d0b734 ajout de la commande xwebapp
|
||||||
|
|
||||||
## Version 1.18.0 du 09/06/2015-10:40
|
## Version 1.18.0 du 09/06/2015-10:40
|
||||||
|
|
||||||
01e2929 Intégration de la branche fix-javaproperties
|
01e2929 Intégration de la branche fix-javaproperties
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.18.0
|
1.19.0
|
||||||
|
|
6
uproject
6
uproject
|
@ -80,6 +80,7 @@ COMMANDS
|
||||||
xdrop
|
xdrop
|
||||||
xsync
|
xsync
|
||||||
xwhereis
|
xwhereis
|
||||||
|
xwebapp
|
||||||
Chacune de ces commandes est un raccourci vers la commande
|
Chacune de ces commandes est un raccourci vers la commande
|
||||||
correspondante de git annex, sans le préfixe 'x'
|
correspondante de git annex, sans le préfixe 'x'
|
||||||
xcopy
|
xcopy
|
||||||
|
@ -117,7 +118,7 @@ SCRIPT_ALIASES=(
|
||||||
pcrone:crone
|
pcrone:crone
|
||||||
pxx:annex
|
pxx:annex
|
||||||
pxa:xadd pxu:xunlock pxc:xcopy pxd:xdrop pxm:xmove
|
pxa:xadd pxu:xunlock pxc:xcopy pxd:xdrop pxm:xmove
|
||||||
pxg:xget pxs:xsync pxw:xwhereis
|
pxg:xget pxs:xsync pxw:xwhereis pxwa:xwebapp
|
||||||
pxinitial:xinitial
|
pxinitial:xinitial
|
||||||
pnew:new
|
pnew:new
|
||||||
pgr:grep
|
pgr:grep
|
||||||
|
@ -147,13 +148,14 @@ CMD_ALIASES=(
|
||||||
xg:xget
|
xg:xget
|
||||||
xs:xsync
|
xs:xsync
|
||||||
xw:xwhereis
|
xw:xwhereis
|
||||||
|
xwa:xwebapp
|
||||||
gr:grep
|
gr:grep
|
||||||
)
|
)
|
||||||
DEFAULT_CMD=status
|
DEFAULT_CMD=status
|
||||||
PY_CMDS=(new)
|
PY_CMDS=(new)
|
||||||
VCS_CMDS=(getvcs getroot getrepos geturl vcs add remove copy move mkdir commit status update push diff tag)
|
VCS_CMDS=(getvcs getroot getrepos geturl vcs add remove copy move mkdir commit status update push diff tag)
|
||||||
SH_CMDS=(pver pdev prel pfix pz)
|
SH_CMDS=(pver pdev prel pfix pz)
|
||||||
GITANNEX_CMDS=(annex xadd xunlock xcopy xdrop xmove xget xsync xwhereis xinitial)
|
GITANNEX_CMDS=(annex xadd xunlock xcopy xdrop xmove xget xsync xwhereis xwebapp xinitial)
|
||||||
ML_CMDS=(printml addml)
|
ML_CMDS=(printml addml)
|
||||||
|
|
||||||
if [ "$#" -eq 1 -a "$1" == --nutools-makelinks ]; then
|
if [ "$#" -eq 1 -a "$1" == --nutools-makelinks ]; then
|
||||||
|
|
Loading…
Reference in New Issue