Joey Hess
228a724d1d
improve docs for init
2011-08-17 14:44:31 -04:00
Joey Hess
32f27cc3e8
when reading configs of local repos, first initializeSafe
...
This auto-generates a uuid if the local repo does not already have one.
2011-08-17 14:44:31 -04:00
Joey Hess
cf33eff684
git-annex-shell configlist should not be standalone
...
This makes it initialize the repository with a uuid, and list the uuid,
allowing automatic setup of bare repositories when git-annex is used.
2011-08-17 14:44:31 -04:00
Joey Hess
56f6923ccb
Now "git annex init" only has to be run once
...
when a git repository is first being created. Clones will automatically
notice that git-annex is in use and automatically perform a basic
initalization. It's still recommended to run "git annex init" in any
clones, to describe them.
2011-08-17 14:44:31 -04:00
Joey Hess
3b5f722130
init no longer creates .gitattributes
2011-08-17 14:44:31 -04:00
http://joey.kitenet.net/
a131fabc0d
Added a comment: Re: squeeze-backports update?
2011-08-17 15:34:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawla7u6eLKNYZ09Z7xwBffqLaXquMQC07fU
e950947cc9
Added a comment: squeeze-backports update?
2011-08-17 12:34:48 +00:00
Joey Hess
00cc34a4c3
add news item for git-annex 3.20110817
2011-08-17 01:34:43 -04:00
Joey Hess
f0c2130700
releasing version 3.20110817
2011-08-17 01:34:15 -04:00
http://joey.kitenet.net/
cde8221051
Added a comment
2011-08-17 04:56:30 +00:00
Joey Hess
11cdf0316e
Merge branch 'master' of ssh://git-annex.branchable.com
2011-08-16 22:22:45 -04:00
Joey Hess
4a023dd1aa
Added curl to Debian package dependencies.
2011-08-16 22:22:00 -04:00
http://joey.kitenet.net/
dffbf49d90
Added a comment
2011-08-17 01:33:08 +00:00
Joey Hess
f5449aae16
error out when dropping from http repo
2011-08-16 21:20:14 -04:00
Joey Hess
790b0f3879
update
2011-08-16 21:16:23 -04:00
Joey Hess
e6752cc064
Added support for getting content from git remotes using http (and https).
2011-08-16 21:12:48 -04:00
Joey Hess
5ccb926b51
support for getting files from http git remotes
2011-08-16 21:04:23 -04:00
Joey Hess
a55faff08f
reorg Remote/*
2011-08-16 20:49:54 -04:00
Joey Hess
4545a0e78c
split out generic url stuff into a helper library from Remote.Web
2011-08-16 20:49:44 -04:00
Joey Hess
07f2e7ee72
support reading git config from http remotes
...
The config file is downloaded to a temp file, and git-config run on that
to parse it.
2011-08-16 20:48:11 -04:00
Joey Hess
5000aba76e
avoid namespace conflict
2011-08-16 20:47:48 -04:00
Joey Hess
354c5f349b
add withTempFile
...
This is essentially the same as withSystemTempFile from System.IO.Temp,
but that library is not packaged for Debian, and may not be widely used.
I see various other withTempFile implementations here and there, none canonical.
Sigh.
2011-08-16 20:45:58 -04:00
Joey Hess
cfcd7805b4
add repoIsHttp
2011-08-16 19:23:56 -04:00
Joey Hess
c04f1f4c30
response
2011-08-16 16:11:55 -04:00
Joey Hess
f1f6a9d887
Merge branch 'master' of ssh://git-annex.branchable.com
2011-08-16 11:51:41 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT4
c3f74c6959
2011-08-15 18:19:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT4
9f719e5674
2011-08-15 18:18:22 +00:00
Joey Hess
829ea31b72
typo
2011-08-15 13:30:59 -04:00
Joey Hess
9980ddff30
Merge branch 'master' of ssh://git-annex.branchable.com
2011-08-14 19:58:16 -04:00
http://christian.amsuess.com/chrysn
18012c7ec8
enhancement suggestion
2011-08-12 13:09:11 +00:00
http://christian.amsuess.com/chrysn
8b847517a8
(i don't have a remote origin, but it's more common and doesn't change the example)
2011-08-10 17:00:09 +00:00
http://christian.amsuess.com/chrysn
f8282b55ce
problems with version 3 upgrade instructions
2011-08-10 16:56:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA
20a8f8c85b
2011-08-09 13:04:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA
1e934c29d6
2011-08-09 13:02:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm4or5sJLWB0evPKp70Q2OND-JmFPnOkLA
065e1a507b
2011-08-09 13:00:21 +00:00
Joey Hess
c5666ec481
Merge branch 'master' of ssh://git-annex.branchable.com
2011-08-08 15:41:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s
614d8f9856
Added a comment
2011-08-08 09:04:21 +00:00
Joey Hess
dede05171b
addurl: --fast can be used to avoid immediately downloading the url.
...
The tricky part about this is that to generate a key, the file must be
present already. Worked around by adding (back) an URL key type, which
is used for addurl --fast.
2011-08-06 14:57:22 -04:00
Joey Hess
dd8e649f49
fix file name for web remote log files
...
The key name was not being sufficiently escaped, although it didn't break
anything due to luck. Switch to properly escaped key names for the log
filename, with a fallback to the buggy old name.
2011-08-06 14:45:58 -04:00
Joey Hess
3ffc0bb4f5
foo
2011-08-06 12:50:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawliqfHEW134uawIUPwyKiyOdoF-oI5TxnQ
d2492f990f
2011-08-05 22:35:48 +00:00
Joey Hess
46ddb4e66a
response
2011-08-05 10:29:21 -04:00
Joey Hess
3211c6e335
Merge branch 'master' of ssh://git-annex.branchable.com
2011-08-05 10:27:56 -04:00
Joey Hess
578e669964
response
2011-08-05 10:27:22 -04:00
http://christian.amsuess.com/chrysn
d3f6f4fe34
fixed internal link
2011-08-04 15:25:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s
a746623a33
2011-08-01 09:54:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmFgsNxmnGznb5bbmcoWhoQOoxZZ-io61s
b48fec3846
2011-08-01 09:52:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg
344f2c3ec1
Added a comment: Solution
2011-07-31 15:24:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ad4528cce8
2011-07-31 01:20:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmL8pteP2jbYJUn1M3CbeLDvz2SWAA1wtg
d9cdb5eb45
2011-07-30 18:04:25 +00:00