Joey Hess
ef013506cb
addurl: Added a --file option
...
Can be used to specify what file the url is added to. This can be used to
override the default filename that is used when adding an url, which is
based on the url. Or, when the file already exists, the url is recorded as
another location of the file.
2012-02-08 15:35:29 -04:00
Joey Hess
2dcce5a8bb
merged ghc 7.4 support into master
2012-02-07 14:15:37 -04:00
Joey Hess
7d04f3ad58
Merge branch 'master' into ghc7.4
2012-02-07 14:09:23 -04:00
Joey Hess
0ad5d8168f
add a bug template
2012-02-06 21:38:05 -04:00
Joey Hess
679e2567d0
add a bug template
2012-02-06 21:37:44 -04:00
Joey Hess
a6c4b10771
add news item
2012-02-06 20:42:48 -04:00
Joey Hess
5a82c0dee7
add a tip about using git's assume-unchanged feature to optimize large trees
2012-02-06 20:42:48 -04:00
Joey Hess
edcd3123d5
list of git branches
2012-02-06 20:42:48 -04:00
Joey Hess
e2bcf1717e
already done
2012-02-06 20:34:07 -04:00
http://jefferai.org/
5e59440533
2012-02-07 00:18:24 +00:00
Joey Hess
91fc975964
note 7.4 needed
2012-02-04 14:51:52 -04:00
Joey Hess
2385fe3c4c
add news item
2012-02-04 01:59:53 -04:00
Joey Hess
05f89123e0
update; ghc7.4 branch fixes this pretty well now
2012-02-03 16:25:34 -04:00
Joey Hess
94caa26883
update
2012-02-02 15:44:22 -04:00
Joey Hess
828df56453
update; newghc-edges branch
2012-02-02 15:41:22 -04:00
Joey Hess
fc8a1d213b
update
2012-02-02 10:56:39 -04:00
Joey Hess
39e887e8e6
update; unix-compat gets some of the way
2012-02-02 10:56:23 -04:00
Joey Hess
33fd49703c
update
2012-02-02 10:31:56 -04:00
Joey Hess
f2081ad056
update
2012-02-01 22:24:40 -04:00
Joey Hess
b91569ba98
spent 3 hours on this bug; developed two incomplete fixes
2012-02-01 16:26:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4
b9a317cdbd
Added a comment
2012-01-29 01:51:37 +00:00
Joey Hess
0609e10239
reopen
...
People seem to want to post comments here with vague details about a new
bug, rather than opening a new bug report.
2012-01-28 18:09:28 -04:00
Joey Hess
6e89064d27
fixed
2012-01-28 16:01:53 -04:00
http://joey.kitenet.net/
a75eff4a8e
Added a comment
2012-01-28 19:40:34 +00:00
http://joey.kitenet.net/
2a6be431d4
Added a comment
2012-01-28 19:32:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4
141718da73
Added a comment
2012-01-28 00:21:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4
13e78fbf88
Added a comment
2012-01-28 00:17:38 +00:00
http://joey.kitenet.net/
0f8a8ef4a5
Added a comment
2012-01-27 21:00:06 +00:00
Joey Hess
0bb3a31a6e
old version?
2012-01-27 16:50:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4
ba6f01b137
2012-01-27 08:12:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4
9b91db8254
Added a comment
2012-01-26 22:13:19 +00:00
Joey Hess
9b51ec9dbf
add
2012-01-25 17:39:38 -04:00
Joey Hess
bc130e355e
close
2012-01-24 16:22:24 -04:00
Joey Hess
ce5637498f
remove Utility.Conditional and use IfElse
...
This drops the >>! and >>? with the nice low fixity. IfElse does have
undocumented >>=>>! and >>=>>? operators, but I deem that too fishy.
Anyway, using whenM and unlessM is easier; I sometimes mixed the operators
up.
2012-01-24 16:22:07 -04:00
Joey Hess
bed495db64
add news item for git-annex 3.20120123
2012-01-23 15:10:10 -04:00
http://joey.kitenet.net/
549bf0cddb
Added a comment
2012-01-23 19:00:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlB7-aXsqwzOi2BIR_Q4sUF8sjj24H6F3c
ece239f086
2012-01-23 18:38:14 +00:00
Joey Hess
6ef82665de
add annex.sshcaching config setting
2012-01-20 17:15:46 -04:00
Joey Hess
47250a153a
ssh connection caching
...
Ssh connection caching is now enabled automatically by git-annex. Only one
ssh connection is made to each host per git-annex run, which can speed some
things up a lot, as well as avoiding repeated password prompts. Concurrent
git-annex processes also share ssh connections. Cached ssh connections are
shut down when git-annex exits.
Note: The rsync special remote does not yet participate in the ssh
connection caching.
2012-01-20 17:14:56 -04:00
Joey Hess
61dbad505d
fsck --from remote --fast
...
Avoids expensive file transfers, at the expense of checking file size
and/or contents.
Required some reworking of the remote code.
2012-01-20 13:23:11 -04:00
Joey Hess
e96726caa3
better design
...
Avoids possible repeated password prompts, at the cost of a small bit of
locking complication.
2012-01-19 21:15:13 -04:00
Joey Hess
3783ccf252
design
2012-01-19 20:41:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
7fa95eff5e
2012-01-19 23:10:25 +00:00
Joey Hess
90319afa41
fsck --from
...
Fscking a remote is now supported. It's done by retrieving
the contents of the specified files from the remote, and checking them,
so can be an expensive operation.
(Several optimisations are possible, to speed it up, of course.. This is
the slow and stupid remote fsck to start with.)
Still, if the remote is a special remote, or a git repository that you
cannot run fsck in locally, it's nice to have the ability to fsck it.
If you have any directory special remotes, now would be a good time to
fsck them, in case you were hit by the data loss bug fixed in the
previous release!
2012-01-19 15:24:05 -04:00
Joey Hess
50c063df06
add
2012-01-18 17:30:21 -04:00
Joey Hess
de96ee7208
thought
2012-01-18 16:19:57 -04:00
Joey Hess
a2428320de
add news item for git-annex 3.20120116
2012-01-16 16:52:46 -04:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
0c4f12e8a2
Added a comment: Thanks and sorry
2012-01-15 20:54:55 +00:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
ba85dd41a6
un-tangle unrelated posts
2012-01-15 20:53:40 +00:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
a7f1d8c3bc
rename forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn to forum/__91__Installation__93___base-3.0.3.2_requires_syb___61____61__0.1.0.2_however_syb-0.1.0.2_was_excluded_because_json-0.5_requires_syb___62____61__0.3.3.mdwn
2012-01-15 20:53:09 +00:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
728d7e96e0
un-tangle unrelated posts
2012-01-15 20:48:26 +00:00
http://joey.kitenet.net/
847407f860
Added a comment
2012-01-15 19:53:36 +00:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
bc2337c0d9
syb dependency problem.
2012-01-15 19:22:46 +00:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
37d42ed1e7
rename bugs/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn to forum/__91__Installation__93___There_is_no_available_version_of_quickcheck_that_satisfies___62____61__2.1.mdwn
2012-01-15 19:20:29 +00:00
Joey Hess
ba6ca1bc23
no, really, I fixed it
2012-01-15 15:07:01 -04:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
14113f84b5
re-opened. proposed solution doesn't help.
2012-01-15 19:02:06 +00:00
Joey Hess
f0c84686b2
add news item for git-annex 3.20120115
2012-01-15 14:03:00 -04:00
Joey Hess
37b5b1bf0d
Fix QuickCheck dependency in cabal file.
2012-01-15 13:53:51 -04:00
https://openid.stackexchange.com/user/fd55c6e3-966a-4626-865f-5d0f73e1eb88
072a3f2c99
2012-01-15 17:22:49 +00:00
Joey Hess
5481528058
add news item for git-annex 3.20120113
2012-01-13 16:01:31 -04:00
http://peter-simons.myopenid.com/
cff772031d
Document how to install git-annex in Nix
2012-01-13 18:53:41 +00:00
http://peter-simons.myopenid.com/
3a638c7ba1
Added NixOS to the list of distributions that support git-annex.
2012-01-13 18:49:56 +00:00
http://peter-simons.myopenid.com/
226d5c9bb1
Added a comment
2012-01-13 18:48:29 +00:00
Joey Hess
4659172919
Merge branch 'master' of ssh://git-annex.branchable.com
2012-01-13 13:55:37 -04:00
Joey Hess
f4ddecd322
move windows support to a todo item
...
not holding my breath on this one..
2012-01-13 13:55:14 -04:00
http://joey.kitenet.net/
bb97bc1ebf
Added a comment
2012-01-13 17:52:46 +00:00
Joey Hess
92b8e2a1b5
limit news feed to only toplevel
2012-01-13 13:47:56 -04:00
http://peter-simons.myopenid.com/
16d920b301
Added a comment: Not announced on Hackage?
2012-01-13 17:37:13 +00:00
Joey Hess
1ae780ee79
git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.
...
Note that GIT_WORK_TREE cannot influence GIT_DIR; that is necessary for
git-fake-bare and vcsh type things to work.
2012-01-13 12:52:09 -04:00
Joey Hess
daff9029ba
close
2012-01-13 12:09:02 -04:00
Joey Hess
9e2ab6f1aa
add
2012-01-13 10:26:47 -04:00
Joey Hess
0d5c402210
Add annex-trustlevel configuration settings, which can be used to override the trust level of a remote.
...
This overrides the trust.log, and is overridden by the command-line trust
parameters.
It would have been nicer to have Logs.Trust.trustMap just look up the
configuration for all remotes, but a dependency loop prevented that
(Remotes depends on Logs.Trust in several ways). So instead, look up
the configuration when building remotes, storing it in the same forcetrust
field used for the command-line trust parameters.
2012-01-09 23:31:44 -04:00
Joey Hess
dc1d51b2df
formatting
2012-01-07 21:54:51 -04:00
Joey Hess
27e3429667
new tip
2012-01-07 21:46:32 -04:00
Joey Hess
a35278430a
log: Add --gource mode, which generates output usable by gource.
...
As part of this, I fixed up how log was getting the descriptions of
remotes.
2012-01-07 18:18:09 -04:00
Joey Hess
2f0c3befbd
add news item for git-annex 3.20120106
2012-01-07 13:50:54 -04:00
http://joey.kitenet.net/
ba233606d2
Added a comment
2012-01-07 17:15:31 +00:00
Joey Hess
2557bb8764
complete set of log options
2012-01-06 21:48:30 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
773af32ee4
2012-01-06 22:14:35 +00:00
Joey Hess
9fb5f3edc7
log --after=date
2012-01-06 17:24:03 -04:00
Joey Hess
a3a9f87047
log: New command that displays the location log for file, showing each repository they were added to and removed from.
...
This needs to run git log on the location log files to get at all past
versions of the file, which tends to be a bit slow.
It would be possible to make a version optimised for showing the location
logs for every key. That would only need to run git log once, so would be
faster, but it would need to process an enormous amount of data, so
would not speed up the individual file case.
In the future it would be nice to support log --format. log --json also
doesn't work right yet.
2012-01-06 15:40:07 -04:00
Joey Hess
2051d80462
close
2012-01-05 23:42:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
3b450cb6bc
Added a comment: Thank you!
2012-01-06 03:38:33 +00:00
Joey Hess
f534fcc7b1
remove S3stub stuff
...
Let's keep that in a no-s3 branch, which can be merged into eg,
debian-stable.
2012-01-05 23:14:10 -04:00
http://joey.kitenet.net/
cdcf0aac71
Added a comment
2012-01-06 03:08:28 +00:00
http://joey.kitenet.net/
8858c24210
Added a comment
2012-01-06 03:04:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
2f2e0f7e0e
2012-01-06 01:41:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
79b95aae09
2012-01-06 01:40:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
9cb3303a27
2012-01-06 01:40:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
aedd4c1984
2012-01-06 01:31:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
17d8646164
2012-01-06 01:27:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
47d98bb446
2012-01-06 01:27:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
ba0c3eb904
2012-01-06 01:25:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
88d3443aea
2012-01-05 20:58:05 +00:00
Joey Hess
3e3ed62bdf
add news item for git-annex 3.20120105
2012-01-05 13:51:32 -04:00
Joey Hess
156de9fc40
add twitter feed
2012-01-05 00:45:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
9298ea0f3a
2012-01-04 03:51:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M
de6a2db36c
2012-01-04 03:44:52 +00:00
Joey Hess
629b794eb5
add sitemap
2012-01-03 21:12:01 -04:00
Joey Hess
2c121d23ce
add how it works page
2012-01-03 21:06:16 -04:00