https://www.google.com/accounts/o8/id?id=AItOawl67y6EP2HTErhFl6ch4vDUHym6CH68Vnw
81fa244d5b
2015-04-09 19:48:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl67y6EP2HTErhFl6ch4vDUHym6CH68Vnw
e4653cda4c
2015-04-09 19:47:44 +00:00
Joey Hess
ce0a82f493
contentlocationn: New plumbing command.
2015-04-09 15:34:47 -04:00
Joey Hess
164803007d
followup
2015-04-09 14:29:10 -04:00
Joey Hess
f24566ddde
cannot reproduce
2015-04-09 14:15:13 -04:00
Joey Hess
b99b8d5d4c
followup to bug I cannot reproduce, and analysis based presumptive fix
2015-04-09 14:03:44 -04:00
Joey Hess
e1d1c4f51c
followup
2015-04-09 13:49:11 -04:00
Joey Hess
44c897ef74
moreinfo needed
2015-04-09 13:42:28 -04:00
Joey Hess
0f740fd198
This fixes a bug in the assistant introduced by the literal pathspec changes in version 5.20150406.
...
git-checkignore refuses to work if any pathspec options are set. Urgh.
I audited the rest of git, and no other commands used by git-annex have
such limitations. Indeed, AFAICS, *all* other commands support
--literal-pathspecs. So, worked around this where git-checkignore is
called.
2015-04-09 13:37:06 -04:00
Joey Hess
3695094454
importfeed: Error out when passed a non-url.
2015-04-09 13:09:06 -04:00
https://launchpad.net/~eliasson
49797c725c
2015-04-09 14:51:26 +00:00
skew
578eea018f
2015-04-08 19:19:34 +00:00
skew
c2ab38b6f4
2015-04-08 19:17:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
4ca3d49964
2015-04-08 09:25:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
356da28385
2015-04-08 09:23:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
149f405959
2015-04-08 09:22:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl67y6EP2HTErhFl6ch4vDUHym6CH68Vnw
4718da8aca
2015-04-07 20:50:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl67y6EP2HTErhFl6ch4vDUHym6CH68Vnw
96ed56c1e6
2015-04-07 20:31:06 +00:00
https://id.koumbit.net/anarcat
229074516c
Added a comment
2015-04-06 22:16:57 +00:00
Joey Hess
b2814bc891
response
2015-04-06 17:21:53 -04:00
anarcat
5c802a8e39
sshcaching seems to be the cause here
2015-04-06 20:56:52 +00:00
anarcat
4eb0a24344
ok, this is not a git-annex-shell problem it seems? i am totally confused
2015-04-06 20:38:36 +00:00
anarcat
84e99bd7db
git-annex-shell doesn't seem to work as a login shell here
2015-04-06 20:29:38 +00:00
Joey Hess
aba1464fe4
promote comment which is really a bug report to a proper bug report
2015-04-06 13:11:07 -04:00
Joey Hess
f64c58f364
move to todo
2015-04-06 13:09:46 -04:00
Joey Hess
e6fdd01f6e
reopen
2015-04-06 13:09:35 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl6rte43qSRK1o2zn7Ww4Z8pgBmJm8gDrc
d50a475a8b
Added a comment
2015-04-04 07:34:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
74d39af44f
Added a comment: Workaround
2015-04-03 07:32:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlc-3pdibcizrdz4WmZooECL0k6AvM1cWc
c0f76052a9
Added a comment: Same problem as another bug
2015-04-02 18:16:25 +00:00
Joey Hess
294991dacb
Significantly sped up processing of large numbers of directories passed to a single git-annex command. (try 2)
...
New approach is to do it the expensive way for the first 100 paths
on the command line, but then assume the user doesn't care about order too
much and fall back to the cheap way that does not preserve order.
2015-04-02 01:44:32 -04:00
Joey Hess
f79502d377
Revert "Significantly sped up processing of large numbers of directories passed to a single git-annex command."
...
This reverts commit 705112903e
.
Whoops, git ls-files does not always output in the input ordering.
That's why all this work is needed. Urk.
2015-04-02 01:24:37 -04:00
Joey Hess
8aa6b5f2a6
Fix truncation of parameters that could occur when using xargs git-annex.
...
This will only ever result in a few more git-ls-files being run than were run
before. (Only 1 more is really needed, but around 10 more are currently run
for a max length command line.)
So, no need to worry about the extra zombie, or lost laziness due to concat.
2015-04-02 01:20:07 -04:00
Joey Hess
705112903e
Significantly sped up processing of large numbers of directories passed to a single git-annex command.
2015-04-02 00:19:49 -04:00
Joey Hess
ba6b470853
bug report
2015-04-02 00:05:42 -04:00
sts
cb18df3b3e
2015-04-01 06:12:23 +00:00
Joey Hess
a73b8907a4
forgot to add this comment
2015-03-31 15:47:59 -04:00
Joey Hess
1f113e852b
close with comment
2015-03-31 15:46:00 -04:00
Joey Hess
6b55974723
addurl --file: When used with a special remote that claims urls and checks their contents, don't override the user's provided filename with filenames that the special remote suggests. Also, don't allow adding the url if the special remote says it contains multiple files.
2015-03-31 15:20:29 -04:00
Joey Hess
f842888de3
test: Fix --list-tests
...
Seems list order matters, I don't know why, but have reported it on #tasty
2015-03-31 14:47:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl6rte43qSRK1o2zn7Ww4Z8pgBmJm8gDrc
5620978013
2015-03-29 20:20:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
fefac458a6
2015-03-29 16:16:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
d9c73b7575
Added a comment: Not only ignored names
2015-03-29 15:24:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
3c3538d3c6
Fix formatting
2015-03-29 13:07:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
4693cdeef5
2015-03-29 13:06:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
0352591c27
2015-03-29 00:47:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkAm9yT27yU-qBTGKIsTMdWW3AgL_WAfkc
47a75d5132
Added a comment: Similar issue here
2015-03-28 22:17:09 +00:00
badele
b78af23b1c
Added a comment: RE: It's dangerous ignore a folder with same level folder of a .git directory
2015-03-28 10:24:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm69GSNODRsVx40rPWDWyecnZn2r3bmOlY
a6ce8c2710
Added a comment
2015-03-28 03:02:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
7f868f496e
2015-03-28 02:07:04 +00:00
Joey Hess
5207096a94
correct misinformation
2015-03-27 18:58:52 -04:00
Joey Hess
8308468243
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-27 18:50:14 -04:00
Joey Hess
f0195b2a43
Fix GETURLS in external special remote protocol to strip downloader prefix from logged url info before checking for the specified prefix.
...
This doesn't change what GETURLS returns, but only whether it matches
any prefix that the external special remote asked for.
2015-03-27 18:49:03 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
0ae1f8c032
Added a comment
2015-03-27 22:33:53 +00:00
badele
04fd2c7250
Added a comment: It's dangerous ignore a folder with same level folder of a .git directory
2015-03-27 22:16:13 +00:00
Joey Hess
6b89692008
Fix make build target. Thanks, Justin Geibel.
2015-03-27 18:00:32 -04:00
Joey Hess
2c803acf8e
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-27 17:56:45 -04:00
https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o
19a1a35f82
Post patch for man page make rule
2015-03-27 21:43:50 +00:00
Joey Hess
cec3ec8a17
followup
2015-03-27 16:57:11 -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
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
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
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
CandyAngel
0a775db9b7
Added a comment
2015-03-27 12:13:45 +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=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
7a176b3e49
2015-03-26 20:38:05 +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
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
1ab9b7c9c4
dedup
2015-03-26 12:12:19 -04:00
Joey Hess
5c30cb5e03
add
2015-03-26 12:07:44 -04:00
Joey Hess
97929c3405
clean up nearline issues, such redundant bug filing!
2015-03-26 12:06:14 -04:00
Joey Hess
a0f8ca0b14
close
2015-03-26 11:55:51 -04:00
Joey Hess
fd6839ccd9
close
2015-03-26 11:55:05 -04:00
Joey Hess
3af4691978
Improve error message when --in @date is used and there is no reflog for the git-annex branch.
2015-03-26 11:15:15 -04:00
Joey Hess
f0ff3a08ea
responses
2015-03-26 10:47:54 -04:00
Joey Hess
2b370a8a0f
dedup
2015-03-26 10:40:20 -04:00
clement
388fbac5c3
Added a comment: Details
2015-03-26 09:29:48 +00:00
badele
15e299dff4
Added a comment: Why this limitation ?
2015-03-26 06:53:46 +00:00
badele
92fc5f684a
Added a comment: Why this limitation ?
2015-03-26 06:50:40 +00:00
clement
be99d044c8
Added a comment: Details
2015-03-25 23:21:28 +00:00
clement
aa5ead1d7d
Added a comment: Details
2015-03-25 23:20:02 +00:00
clement
b926541305
Added a comment
2015-03-25 23:18:42 +00:00
clement
dd1b113c02
Added a comment: Details
2015-03-25 23:17:13 +00:00
clement
898891d51e
Added a comment: Details
2015-03-25 23:16:31 +00:00
clement
32e0d4ced8
Added a comment: Details
2015-03-25 23:16:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlXt6nnNs-3uw61EGYtxr_AVhJqXybwLR8
a888eb2d8d
Added a comment: Why this limitation ?
2015-03-25 22:35:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlXt6nnNs-3uw61EGYtxr_AVhJqXybwLR8
74eb51d2c6
Added a comment: Why this limitation ?
2015-03-25 22:34:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlXt6nnNs-3uw61EGYtxr_AVhJqXybwLR8
b19b16286e
Added a comment: Why this limitation ?
2015-03-25 22:33:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlXt6nnNs-3uw61EGYtxr_AVhJqXybwLR8
654ee1745c
Added a comment: Why this limitation ?
2015-03-25 22:32:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
d780fef73b
Added a comment
2015-03-24 15:30:31 +00:00
Joey Hess
42f98460b9
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-23 12:08:03 -04:00
Joey Hess
d8ce89a6f8
file
2015-03-23 11:13:07 -04:00
http://id.clacke.se/
a2eaf62ef8
initial description
2015-03-22 15:55:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlXt6nnNs-3uw61EGYtxr_AVhJqXybwLR8
144da5381c
Added a comment: Problem with the SSH Caching feature ?
2015-03-21 20:54:29 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
b7597c047e
2015-03-19 16:50:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm69GSNODRsVx40rPWDWyecnZn2r3bmOlY
b2f6412915
2015-03-19 13:10:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
6accbdc077
2015-03-19 09:21:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
40e418cfa1
Added a comment: sorry about the noise
2015-03-19 04:14:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
a667a9983c
2015-03-19 03:07:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
d9c1f35eb8
Added a comment: happening every hour
2015-03-18 17:35:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk3HGoDpnOPob5jOjvIootmkve1-nCpRiI
c587cc95f9
2015-03-17 22:30:45 +00:00
edward
f6910254bd
rename bugs/Assistant:_synchronisation_between_to_regular_repositories_hangs_.mdwn to bugs/Assistant:_synchronisation_between_two_regular_repositories_hangs_.mdwn
2015-03-17 12:39:44 +00:00
Joey Hess
97d8964bb4
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-16 13:41:13 -04:00
Joey Hess
524b5ce802
comment
2015-03-16 13:35:28 -04:00
Joey Hess
991ac3a33c
update
2015-03-16 13:23:40 -04:00
Joey Hess
0a905ceae1
close
2015-03-16 13:08:59 -04:00
einsweniger
2dc71896ef
2015-03-16 13:55:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
3b6f0680e2
2015-03-16 02:17:37 +00:00
clement
6231b7a369
rename bugs/assistant:_synchronisation_between_to_regular_repositories_hangs_.mdwn to bugs/Assistant:_synchronisation_between_to_regular_repositories_hangs_.mdwn
2015-03-12 11:46:00 +00:00
clement
bfe29b6a1c
2015-03-12 11:00:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlc-3pdibcizrdz4WmZooECL0k6AvM1cWc
1f8e5221a6
Added a comment: Ah, but I can directly overwrite the file
2015-03-09 17:46:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlc-3pdibcizrdz4WmZooECL0k6AvM1cWc
684a267a72
Added a comment: direct-mode to direct-mode perhaps?
2015-03-09 17:40:59 +00:00
effigies
34cea08340
Added a comment: Strategy for getting up and running
2015-03-09 17:32:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmInOIq3X0IygZm4PEKlh2-aW1AGIxN97A
a03a3617e5
2015-03-07 18:48:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmInOIq3X0IygZm4PEKlh2-aW1AGIxN97A
b7e9a08909
2015-03-07 18:47:54 +00:00
EskildHustvedt
7b62fed767
2015-03-05 14:19:31 +00:00
Joey Hess
9b93278e8a
metadata: Fix encoding problem that led to mojibake when storing metadata strings that contained both unicode characters and a space (or '!') character.
...
The fix is to stop using w82s, which does not properly reconstitute unicode
strings. Instrad, use utf8 bytestring to get the [Word8] to base64. This
passes unicode through perfectly, including any invalid filesystem encoded
characters.
Note that toB64 / fromB64 are also used for creds and cipher
embedding. It would be unfortunate if this change broke those uses.
For cipher embedding, note that ciphers can contain arbitrary bytes (should
really be using ByteString.Char8 there). Testing indicated it's not safe to
use the new fromB64 there; I think that characters were incorrectly
combined.
For credpair embedding, the username or password could contain unicode.
Before, that unicode would fail to round-trip through the b64.
So, I guess this is not going to break any embedded creds that worked
before.
This bug may have affected some creds before, and if so,
this change will not fix old ones, but should fix new ones at least.
2015-03-04 12:54:30 -04:00
madduck
c65ad7b2f1
2015-03-04 09:06:14 +00:00
Joey Hess
8efc7c0e95
Merge branch 'master' of ssh://git-annex.branchable.com
2015-03-02 16:45:14 -04:00
Joey Hess
e322826e33
Submodules are now supported by git-annex!
...
Seems to work, but still experimental until it's been tested more.
When repositories are on filesystems not supporting symlinks, the .git dir
symlink trick cannot be used. Since we're going to be in direct mode
anyway, the .git dir symlink is not strictly needed.
However, I have not fixed the code that creates new annex symlinks to
handle this case -- the committed symlinks will be wrong.
git annex sync happens to currently fail in a submodule using direct mode,
because there's no HEAD ref. That also needs to be dealt with to get
this fully working in crippled filesystems.
Leaving http://github.com/datalad/datalad/issues/44 open until these issues
are dealt with.
2015-03-02 16:43:44 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlc-3pdibcizrdz4WmZooECL0k6AvM1cWc
46a943d37e
2015-03-02 17:43:15 +00:00
Eric OConnor
a7febaf081
Allow this repository to be checked out in filesystems with 255 char filename limits
2015-03-02 13:09:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlvmWVPaSpWJO5_rimCL0lEoJRoKOIjhHE
3398bb5231
Added a comment: Why shoul git-annex support --git-dir
2015-03-01 10:10:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnbPKLjBONawBd74MKJZo05juCqdsP1jAU
0f72b848cf
Added a comment
2015-02-27 22:06:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnbPKLjBONawBd74MKJZo05juCqdsP1jAU
02fcfe70ac
2015-02-27 20:16:04 +00:00
Joey Hess
ad1f4a7f1c
followu
2015-02-27 16:06:57 -04:00
Joey Hess
7ddebebea8
think I found a way to support submodules
2015-02-27 15:58:01 -04:00
Joey Hess
289881bdb8
sync: As well as the synced/git-annex push, attempt a git-annex:git-annex push, as long as the remote branch is an ancestor of the local branch, to better support bare git repos.
...
See my comment in the bug report for analysis; basically this is safe
because it's a non-forced push, so won't lose history. Even if it was a
forced push or somehow races, things will eventually become consistent and
no git-annex branch info will be lost.
(This used to be done, but it forgot to do it since version 4.20130909.)
2015-02-27 14:49:56 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnbPKLjBONawBd74MKJZo05juCqdsP1jAU
6cd08c7246
Added a comment
2015-02-27 01:43:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnbPKLjBONawBd74MKJZo05juCqdsP1jAU
b362ecfd65
removed
2015-02-27 01:42:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnbPKLjBONawBd74MKJZo05juCqdsP1jAU
baba042cc3
Added a comment
2015-02-27 01:41:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnbPKLjBONawBd74MKJZo05juCqdsP1jAU
8718bf3415
removed
2015-02-27 01:40:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnbPKLjBONawBd74MKJZo05juCqdsP1jAU
07419b9a22
Added a comment
2015-02-27 01:38:36 +00:00
https://id.koumbit.net/anarcat
0bee02beaa
i think i figured out some weird bug... hopefully? :)
2015-02-26 23:46:52 +00:00
Joey Hess
76cde095fe
Linux standalone: Set LOCPATH=/dev/null to work around https://ghc.haskell.org/trac/ghc/ticket/7695
...
This prevents localization from working, but git-annex is not localized anyway.
2015-02-25 16:31:01 -04:00
Joey Hess
a69a79498f
retitle
2015-02-25 15:21:05 -04:00
Joey Hess
c05f8b3c66
close; git annex list is the command you seek
2015-02-25 14:30:59 -04:00
Joey Hess
f09a3a89c1
comment
2015-02-25 14:27:04 -04:00
Joey Hess
ed5bc57b16
followup with a transcript showing that it works..
2015-02-25 14:14:03 -04:00
Joey Hess
3afd3b25e3
followup; version number is basic information so close useless report
2015-02-25 14:05:24 -04:00
Joey Hess
8a3e2b302a
unannex: Refuse to unannex when repo is too new to have a HEAD
...
In this case there must be staged changes in the index (if there is
anything to unannex), and the unannex code path needs to run with a clean
index.
2015-02-25 13:59:23 -04:00
Joey Hess
80aa7e3571
followup
2015-02-25 13:32:21 -04:00
Joey Hess
6ab05ed161
close; dup
2015-02-25 12:56:33 -04:00
Joey Hess
d0475cea1f
close
2015-02-25 12:54:59 -04:00
Joey Hess
3e5c07819e
close
2015-02-25 12:54:37 -04:00
bremner
88b927b4b5
2015-02-24 07:59:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlRZkzmh7d76UJwDPbUj7Ml_TyC9grHbXw
ccb70051d8
Added a comment: It's done
2015-02-23 22:32:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
0201e42ca3
2015-02-23 21:13:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
2a63e9405e
Added a comment
2015-02-23 19:55:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
01d9a4b633
2015-02-23 19:34:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn2MI-Ci-bS9W5NITngsBJiL8LqWYcJ458
ab6941af2b
2015-02-23 11:44:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn2MI-Ci-bS9W5NITngsBJiL8LqWYcJ458
55179ea504
2015-02-23 11:21:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlRZkzmh7d76UJwDPbUj7Ml_TyC9grHbXw
12ea828e55
2015-02-23 00:38:32 +00:00
Joey Hess
eccc88925c
Merge branch 'master' of ssh://git-annex.branchable.com
2015-02-22 14:50:19 -04:00
Joey Hess
fd2a543c7d
Merge branch 'master' into database
...
Conflicts:
debian/changelog
2015-02-22 14:12:42 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnbPKLjBONawBd74MKJZo05juCqdsP1jAU
f945cb6e1a
Added a comment: bug still there
2015-02-22 14:58:42 +00:00
Régis
0f6d410483
2015-02-22 10:25:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
80bb2f43e1
removed
2015-02-22 02:05:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
98b2f4da53
Added a comment
2015-02-22 02:03:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
5336deccf1
Added a comment
2015-02-22 01:47:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
d5fbc29729
Added a comment
2015-02-22 01:47:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
0b20f7846f
Added a comment
2015-02-22 01:26:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnZDzYJnNLkYd4E1-PCAWbKldCX-5ApBCQ
5e5fe6321d
2015-02-22 01:00:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
dae374257f
removed
2015-02-21 20:48:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
3a66f7385b
Added a comment
2015-02-21 20:46:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
8c943c65d6
Added a comment
2015-02-21 20:46:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
3efb6b29bb
Added a comment
2015-02-21 20:21:33 +00:00
http://jamestechnotes.com/
c2ad8c8aba
2015-02-20 17:05:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
5da6712c3b
2015-02-20 16:47:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmg0NqVniTETKYIWr6eyYRJnakNg0A6tRc
4e1a25f940
Added a comment
2015-02-19 11:54:14 +00:00
Joey Hess
823cc9b800
Merge branch 'master' into database
2015-02-18 14:12:34 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
76a946852d
Added a comment
2015-02-18 12:39:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
08cd37c710
Added a comment
2015-02-18 12:39:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
202f2d3a2e
removed
2015-02-18 12:15:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
a3bda4dca0
Added a comment
2015-02-18 12:14:26 +00:00
Joey Hess
881bed8046
comment
2015-02-17 17:40:43 -04:00
Joey Hess
39a82a76c1
close bug
2015-02-17 17:09:21 -04:00
sairon
c6ff9385e6
Added a comment
2015-02-17 15:04:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
0f9c158222
removed
2015-02-17 14:44:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
f3b3319f9d
Added a comment
2015-02-17 14:43:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
1feec604ac
Added a comment
2015-02-17 14:43:02 +00:00
Joey Hess
88fbb13ee3
Linux standalone: Improved process names of linker shimmed programs.
2015-02-16 19:36:26 -04:00
Joey Hess
f4c677feeb
Merge branch 'master' of ssh://git-annex.branchable.com
2015-02-16 17:15:08 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4
7caded119a
Added a comment
2015-02-16 17:32:32 +00:00
Joey Hess
2fbbb7fab0
reviewed vcache for use by git-annex; found it wanting
2015-02-15 12:37:38 -04:00
https://id.koumbit.net/anarcat
f0ad6b2610
2015-02-13 19:03:57 +00:00
https://id.koumbit.net/anarcat
e865f34d7d
2015-02-13 18:59:54 +00:00
Joey Hess
15107d2c5a
propigate ssh-options everywhere ssh caching is used
...
* sync: Use the ssh-options git config when doing git pull and push.
* remotedaemon: Use the ssh-options git config.
Note that the rename env var means that if a new git-annex calls an old one
for git-annex ssh, or a new calls an old, nothing much will go wrong;
just ssh caching won't happen.
2015-02-12 16:14:53 -04:00
Joey Hess
ecf7ef3ff2
details needed
2015-02-12 14:47:35 -04:00
Joey Hess
62590be2bb
comment
2015-02-12 14:25:49 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlmLuHhscJsoAqb9q0N3LdtHum6LjY1LK4
8e40499795
Added a comment
2015-02-12 17:19:40 +00:00