Jonan
82743a3dc0
2015-09-15 10:39:03 +00:00
Joey Hess
b88739f0d0
avoid auto-enabling a remote that's already enabled
2015-09-14 15:34:15 -04:00
Joey Hess
c919489c3e
avoid autoenable of dead special remotes
2015-09-14 15:28:14 -04:00
Joey Hess
b1fbb08dc5
devblog
2015-09-14 15:09:50 -04:00
Joey Hess
9cfb96c53d
Special remotes configured with autoenable=true will be automatically enabled when git-annex init is run.
2015-09-14 14:49:48 -04:00
Joey Hess
3f47d1b351
Improve bash completion, so it completes names of remotes and backends in appropriate places.
...
Not necessarily everywhere, but a lot of the most often used places.
Re the use of .Internal, see
https://github.com/pcapriotti/optparse-applicative/issues/155
2015-09-14 13:19:04 -04:00
Joey Hess
ffa8221517
annex.hardlink extended to also try to use hard links when copying from the repository to a remote.
...
Also, it used to only check that one of the repos was not in direct mode;
now when either repo is direct mode, annex.hardlink won't have an effect.
2015-09-14 12:13:38 -04:00
Joey Hess
c5260f5cb0
Merge branch 'master' of ssh://git-annex.branchable.com
2015-09-13 16:04:34 -04:00
Joey Hess
54cf9c1ef3
close
2015-09-13 16:03:35 -04:00
git-annex@545634279b585e2a5818702b3c251d1ecd23da10
aea490394b
2015-09-13 17:51:26 +00:00
Joey Hess
2d2e94798f
merge hlint changes from propellor
2015-09-13 13:39:48 -04:00
Joey Hess
6ce5fea50c
Merge branch 'master' of ssh://git-annex.branchable.com
2015-09-13 13:21:34 -04:00
Joey Hess
1cc1f9f4e5
sync: Add --no-commit, --no-pull, --no-push options to turn off parts of the sync process, as well as supporting --commit, --pull, --push, and --no-content options to specify the (current) default behavior.
2015-09-13 13:15:35 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
eff474d048
Added a comment
2015-09-13 12:52:51 +00:00
https://id.koumbit.net/anarcat
8e30053d5b
toc
2015-09-12 22:18:40 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
d662a36a18
Added a comment
2015-09-11 20:46:01 +00:00
Joey Hess
5aa5e92da7
git for windows includes curl, so avoid bundling it
2015-09-11 14:01:42 -04:00
Joey Hess
8fddc7eb8a
response
2015-09-11 13:59:00 -04:00
Joey Hess
64a1f6d4d7
fix PATH
...
zcat is needed from cygwin to build
2015-09-11 13:46:29 -04:00
Joey Hess
aca0fd53b2
comment
2015-09-11 13:41:37 -04:00
Joey Hess
b9f662bd93
Merge branch 'master' of ssh://git-annex.branchable.com
2015-09-11 13:23:01 -04:00
Joey Hess
eab8c512d8
cleanup
2015-09-11 13:21:58 -04:00
Joey Hess
1355a241ea
now fully working even when git is not in path
...
The vbs launchers now are passed the path where git-annex was installed to,
so they will work when it's not in path.
2015-09-11 13:18:21 -04:00
Joey Hess
c7a6296ef3
get git-annex working even if user doesn't add git to path
...
This is pretty complicated, but I have both "git-annex" and "git annex"
working both in the git bash shell even with git not added to path.
And, when git's added to path, both work from MS-DOS prompt window too.
I think that the webapp startup does still need git in path, so
instructions will keep saying to do that. But, users often disregard them,
and hopefully this will reduce support traffic.
Also, switched the wget from the cygwin one to the msys2 one, avoiding the
complication of needing to bundle any cygwin dlls.
2015-09-11 12:44:27 -04:00
olivier.berger@bb28df880236e55a6bfeca92cc3de8ec424f2eba
61ca4b6ea1
Added a comment: Maybe Git 2.5 must be installed only as 32 bit ?
2015-09-11 15:42:18 +00:00
olivier.berger@bb28df880236e55a6bfeca92cc3de8ec424f2eba
fe532a6fbc
Added a comment: Not completely fixed if git not installed on C:
2015-09-11 15:31:26 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
35af7635d5
2015-09-11 11:54:36 +00:00
OlivierBerger
19ed545b96
Added a comment: Seems t owork now with git 2.5 for windows and daily build on windows 7
2015-09-11 11:43:43 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
793f201e8e
2015-09-11 10:17:03 +00:00
aloukian@c071735c08bc04266b792aa478ad1bae2d6a8b50
f99fb300c2
Added a comment
2015-09-11 00:42:03 +00:00
Joey Hess
e766dcc940
formatting
2015-09-10 19:25:01 -04:00
Joey Hess
b42aee4ef3
update for current status
...
Revert this commit after next release
2015-09-10 19:18:34 -04:00
Joey Hess
6158036e23
Switched to using git for Windows, rather than msysgit.
...
Using msysgit with git-annex is no longer supported.
At the same time, I'm updating the rsync.exe in my downloads repository
with the one from msys2.
Note that rsync is currently still being ldded and installed in Git/cmd/
like the other cygwin programs. The ldd fails and this failure is ignored.
It would be better to special case it to go in Git/usr/bin/, so that the
user can't run rsync in a dos prompt window, which doesn't work, as it needs
additional libs. However, as far as git-annex running rsync running ssh,
it works ok in this location.
Removed the ssh.cmd and ssh-keygen.cmd; these are not needed with git for
windows. Keeping them would let ssh be run manually from a dos prompt
window, but that's not really a goal.
2015-09-10 19:16:30 -04:00
Joey Hess
b2f207d15b
comment
2015-09-10 18:02:54 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
301090cc44
Added a comment
2015-09-10 18:44:26 +00:00
aloukian@c071735c08bc04266b792aa478ad1bae2d6a8b50
c322fc7692
2015-09-10 18:23:48 +00:00
Joey Hess
bac9793362
found a fix
2015-09-10 14:21:15 -04:00
Joey Hess
369dd9a304
close
2015-09-10 13:47:31 -04:00
Joey Hess
57197b77f6
response
2015-09-10 13:46:41 -04:00
Joey Hess
1bef0d9053
add \usr\bin to path
...
This is where these commands are installed by the new "git for windows".
Kept the old paths too, so msysgit will still work.
This was enough to get ssh and ssh-keygen working when run at the DOS
prompt with the new git for windows installed. However, for some reason,
rsync still fails to find ssh in path when that version of git is used.
2015-09-10 13:28:32 -04:00
Joey Hess
b4693a21d1
warn about git for windows not working
2015-09-10 13:22:19 -04:00
Joey Hess
c2f694f1b5
comment
2015-09-10 12:44:42 -04:00
Joey Hess
330f671a21
remove bup from bundledprograms
...
It never belonged there.
2015-09-10 12:37:05 -04:00
Joey Hess
175820ec63
response
2015-09-10 12:33:34 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw
e29bfcb7e4
Added a comment
2015-09-10 16:04:32 +00:00
http://schnouki.net/
6e2c78a10f
2015-09-10 08:41:16 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1d2662e998
Added a comment: problems with bundling???
2015-09-10 03:50:45 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
220a45c7a6
2015-09-10 03:33:47 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3c177565e7
Added a comment: but which of the 3?
2015-09-10 03:16:17 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
9d7a8632aa
Added a comment
2015-09-09 22:44:47 +00:00