Joey Hess
9995382234
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-27 17:00:19 -04:00
Joey Hess
cec3ec8a17
followup
2015-03-27 16:57:11 -04:00
Joey Hess
67603af7d2
response
2015-03-27 16:54:42 -04:00
Joey Hess
28d334afd2
comment & close
2015-03-27 16:52:01 -04:00
Joey Hess
f35d0bf4b2
Prevent git-ls-files from double-expanding wildcards when an unexpanded wildcard is passed to a git-annex command like add or find.
...
Note that previously, `git annex find *.jpg` would find eg, foo/bar.jpg.
That was never intended or documented behavior, so I'm going to change it.
But this is potentially a behavior change if someone discovered that
behavior and relied on it despite it being accidental. Oh well.. can't make
an omlette w/o breaking some eggs.
2015-03-27 16:45:50 -04:00
Joey Hess
cedca095b9
promote forum request to todo item so it is not lost
2015-03-27 16:38:51 -04:00
CandyAngel
da2e10bfac
2015-03-27 20:13:58 +00:00
Joey Hess
7b52315d35
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-27 16:07:00 -04:00
Joey Hess
00b07d7155
Better fix for standalone tarball git-annex sync linker shim bug, that works for "git annex sync" as well as "git-annex sync".
2015-03-27 16:06:50 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
24bfa15f18
Added a comment
2015-03-27 20:04:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
f56c806149
Added a comment: you read my mind correctly
2015-03-27 19:43:01 +00:00
Joey Hess
48bc2b9e54
format
2015-03-27 15:38:40 -04:00
Joey Hess
834a1b1d84
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-27 15:35:49 -04:00
Joey Hess
fe6f8f3f9d
comment
2015-03-27 15:35:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmFe2gzaJequ06hlza8N1-lFqQfwtFnw68
ac058565ab
Added a comment: Symlinks added
2015-03-27 19:33:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmFe2gzaJequ06hlza8N1-lFqQfwtFnw68
fba4c0c4e0
Added a comment: Works in a subfolder, but not from root of site
2015-03-27 19:23:06 +00:00
Joey Hess
06a2b6d162
add news item for git-annex 5.20150327
2015-03-27 14:28:48 -04:00
https://renaud.casenave.fr/
a7aad48ccd
Added a comment
2015-03-27 18:25:17 +00:00
Joey Hess
81262e4078
comment
2015-03-27 14:22:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmFe2gzaJequ06hlza8N1-lFqQfwtFnw68
11ddbe4431
2015-03-27 18:11:07 +00:00
Joey Hess
f6b2c21d52
comment
2015-03-27 14:01:33 -04:00
Joey Hess
e414f2d1e6
seems to work ok...
2015-03-27 13:51:20 -04:00
Joey Hess
e473d59b92
prep release
2015-03-27 13:11:40 -04:00
Joey Hess
22c9bbdcdf
use new mans target for install-mans, fixing OSX build
2015-03-27 13:09:56 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkPQonibyQdx-9X_NGXaufNxh4JSy0sBBk
d26e71717e
2015-03-27 16:59:51 +00:00
Joey Hess
ef81db9ddf
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-27 12:58:17 -04:00
Joey Hess
5be536e523
Fix bug introduced in the last release that broke git-annex sync when git-annex was installed from the standalone tarball.
...
This was introduced by commit 450ee53ab6
However, the same problem could affect other calls to programPath,
specifically some on the assistant. So, I fixed it at a deeper level.
2015-03-27 12:55:18 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkPQonibyQdx-9X_NGXaufNxh4JSy0sBBk
542cf0d351
2015-03-27 16:45:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkPQonibyQdx-9X_NGXaufNxh4JSy0sBBk
22fd18928e
2015-03-27 16:44:00 +00:00
Joey Hess
00a6f5500f
rescue bug report from the badly named .mdwn file of doom
...
How do users keep making that file? I can't get ikiwiki to do it.
2015-03-27 12:30:38 -04:00
Joey Hess
c038b81c16
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-27 10:40:17 -04:00
Joey Hess
b8f0b7309f
Work around curl bug when asked to download an empty url to a file.
...
In this situation, curl -o exits successfully without creating the output
file.
There was already a workaround for curl file:/// but I did not realize this
also affected regular url downloads.
To fix it, pre-create the destination file before starting curl.
Since we cannot always know the size of an url before trying to download
it, let's always do this.
Note that since curl is told -C -, we have to consider if this
makes curl try to do a ranged download, which might fail on some servers
where a regular download would have succeeded. My testing indicates
this isn't a problem; since the file is empty, curl seems to not try to
do a ranged download.
Original report: https://github.com/datalad/datalad/issues/79
Curl bug report: https://github.com/bagder/curl/issues/183
2015-03-27 10:22:36 -04:00
CandyAngel
0a775db9b7
Added a comment
2015-03-27 12:13:45 +00:00
CandyAngel
b9fe4af3b8
Fixed formatting
2015-03-27 12:06:20 +00:00
CandyAngel
768ee2e2fe
2015-03-27 12:03:47 +00:00
clement
e9674db2f0
Added a comment: Details
2015-03-27 10:34:27 +00:00
dafo
46e9ef98aa
2015-03-26 23:26:51 +00:00
dafo
9ccb4c6e0b
2015-03-26 23:20:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmFe2gzaJequ06hlza8N1-lFqQfwtFnw68
337c1f806a
2015-03-26 20:52:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
7a176b3e49
2015-03-26 20:38:05 +00:00
saneP
8cc88a8c0c
2015-03-26 20:24:54 +00:00
saneP
9a22f1921b
2015-03-26 20:22:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
d7bddec0a3
2015-03-26 20:10:24 +00:00
Joey Hess
d58b529292
moreinfo
2015-03-26 14:19:35 -04:00
Joey Hess
866fe4f0f4
this bug report has moved to a better place
2015-03-26 14:12:00 -04:00
Joey Hess
b81b0e87f2
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-26 14:03:54 -04:00
Joey Hess
2b7f3ee3f2
assistant: Committing a whole lot of files at once could overflow command-line length limits and cause the commit to fail. This only happened when using the assistant in an indirect mode repository.
2015-03-26 14:02:35 -04:00
Joey Hess
7cb2f91f5b
update comment for segmentXargs
2015-03-26 13:48:12 -04:00
Joey Hess
32b3bed086
add a comment
2015-03-26 13:43:30 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm_O5eskJUCHFrhtP9jm5atZQlBkxV3g9U
c2e3d03742
Added a comment
2015-03-26 16:18:09 +00:00