Commit graph

292 commits

Author SHA1 Message Date
Joey Hess
dbb76c22d0 Support using the uuidgen command if the uuid command is not available. 2011-01-19 18:08:50 -04:00
http://christian.amsuess.com/chrysn
27325f212b no attachments w/o admin, copy/pasting instead 2011-01-19 17:46:08 +00:00
http://christian.amsuess.com/chrysn
1881b4d7fc small helper script for reflecting git-annex-add on rsync-style backups 2011-01-19 17:43:16 +00:00
http://jcftang.myopenid.com/
a2428e7bdc 2011-01-19 12:12:22 +00:00
http://jcftang.myopenid.com/
1cc064d1a2 2011-01-19 11:00:17 +00:00
Joey Hess
d5c18d71ef bug 2011-01-18 13:31:22 -04:00
Joey Hess
84836ed804 add news item for git-annex 0.18 2011-01-14 15:10:30 -04:00
Joey Hess
23686cc63d clarify default values when no path is specified
Much of the code to handle this was unnecessary, as git ls-files is used,
and defaults to returning all files of the desired type.
2011-01-13 23:36:58 -04:00
Joey Hess
fd3efc086a close bug 2011-01-09 11:02:04 -04:00
Joey Hess
5ddabe1bf7 release 2011-01-09 11:01:59 -04:00
Joey Hess
f4ddb580c8 bugfix: Fix crash caused by a symlink in the repo with link text ending in a "/". (Thanks Henrik for reporting.) 2011-01-09 10:04:16 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmlUJkSWTkiWuwzwilXh1Wd3jg8I33iTQg
51327c242f 2011-01-09 13:17:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmlUJkSWTkiWuwzwilXh1Wd3jg8I33iTQg
292c2796a4 2011-01-09 13:16:53 +00:00
Joey Hess
a78b0555e1 New migrate subcommand can be used to switch files to using a different backend, safely and with no duplication of content. 2011-01-08 15:54:14 -04:00
Joey Hess
32b0e10390 unannex: Now skips files whose content is not present, rather than it being an error. This allows gradual conversion from one backend to another by running unannex followed by add in each repository. 2011-01-08 15:14:41 -04:00
Joey Hess
d31e61a90d add news item for git-annex 0.16 2011-01-07 14:36:52 -04:00
Joey Hess
ad9dfe3228 mention test suite 2011-01-07 14:10:38 -04:00
Joey Hess
f936be30c3 message tweaked 2011-01-05 20:29:11 -04:00
Joey Hess
b001e6573c expand 2011-01-04 17:33:24 -04:00
Joey Hess
2eb6210525 fixed 2011-01-04 13:13:27 -04:00
Joey Hess
2419d3d50e add news item for git-annex 0.15 2010-12-31 22:22:57 -04:00
Joey Hess
14fe13dc2b support ssh urls containing "~", and relative user:path 2010-12-31 21:22:03 -04:00
Joey Hess
ed593f1f3f git-annex-shell makes this more tractable 2010-12-31 20:38:50 -04:00
Joey Hess
f48658d4ee Now rsync is exclusively used for copying files to and from remotes. scp is not longer supported. 2010-12-31 19:11:18 -04:00
Joey Hess
700aed13cf git-annex-shell now exclusively used for all remote access 2010-12-31 19:09:17 -04:00
Joey Hess
f38aa3e83a unfinished switch to using git-annex-shell 2010-12-30 20:31:52 -04:00
Joey Hess
a5a302b77d git-annex-shell mostly done now, only needs 2 more subcommands 2010-12-30 20:08:22 -04:00
Joey Hess
7a52b34e06 add git-annex-shell command
This is not yet complete, as it does not allow starting rsync or scp.
2010-12-30 16:52:24 -04:00
Joey Hess
14d59b40fb Revert walkthrough annex.backend change
This reverts commit c74347a508.

I'm afraid that change was just all wrong.

* The gitattributes setting is `annex.backend`. Not `annex.backends`.
* `gitattributes` files need to start with a glob, which this commit removed.
* git config's `annex.backends` is NOT the same as the gitattributes
  setting, and is not a knob that we should be encouraging users tweak.
2010-12-29 20:35:51 -04:00
Joey Hess
a91e31cef3 response 2010-12-29 20:33:55 -04:00
Joey Hess
03e579060b already exists 2010-12-29 20:30:03 -04:00
Joey Hess
829c8b7660 clarify 2010-12-29 20:28:34 -04:00
praet
c74347a508 2010-12-30 00:21:00 +00:00
praet
f6db527af8 2010-12-30 00:12:44 +00:00
praet
80bad5c435 2010-12-30 00:01:02 +00:00
praet
88edf83b5c 2010-12-29 23:47:46 +00:00
Joey Hess
de2f6137d3 wording 2010-12-29 17:01:56 -04:00
Joey Hess
39d0bcb793 things to do still 2010-12-28 17:46:38 -04:00
Joey Hess
3714364905 design for a git-annex-shell 2010-12-28 17:44:36 -04:00
Joey Hess
aa4f91b2d6 Add trust and untrust subcommands, to allow configuring remotes that are trusted to retain files without explicit checking. 2010-12-28 17:17:02 -04:00
Joey Hess
6c58a58393 details.. 2010-12-28 15:28:23 -04:00
Joey Hess
022e0c7751 Support scp-style urls for remotes (host:path). 2010-12-28 13:48:11 -04:00
Joey Hess
c7344eff81 fix 2010-12-28 12:56:43 -04:00
Joey Hess
0b3cf9bc68 moved to bugs 2010-12-28 12:56:06 -04:00
Joey Hess
70d68212f5 let's not use the forum for bug reports 2010-12-28 12:55:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk_lgZQnQAGL6OznVti_Dc90BJeiH7Ai4U
1f1d2a2ea7 Layout. 2010-12-28 03:53:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk_lgZQnQAGL6OznVti_Dc90BJeiH7Ai4U
35622738aa 2010-12-28 03:51:55 +00:00
Joey Hess
36662638df add news item for git-annex 0.14 2010-12-24 17:41:39 -04:00
http://christian.amsuess.com/chrysn
61b7f3dea3 but report on umlaut handling 2010-12-22 11:52:16 +00:00
Joey Hess
c4a357d5d1 Bugfix to git annex unused in a repository with nothing yet annexed. 2010-12-20 14:57:43 -04:00
Joey Hess
ea70873b11 response 2010-12-20 14:54:03 -04:00
http://christian.amsuess.com/chrysn
11cf7136ed suggestion for out-of-branch location tracking 2010-12-20 15:48:58 +00:00
http://christian.amsuess.com/chrysn
d0cba98c5b misleading error message on empty repo 2010-12-20 13:20:00 +00:00
Joey Hess
ada2a92519 add news item for git-annex 0.13 2010-12-14 13:13:20 -04:00
Joey Hess
f8b59360e3 add news item for git-annex 0.12 2010-12-11 17:37:40 -04:00
Joey Hess
eef009fa2a formatting 2010-12-10 17:30:13 -04:00
Joey Hess
1f22c9ea38 response 2010-12-09 13:45:16 -04:00
Joey Hess
59d12b169f update 2010-12-09 11:44:00 -04:00
Joey Hess
4d7b500960 no feeds 2010-12-09 11:37:21 -04:00
Joey Hess
136877264a typo 2010-12-09 11:36:38 -04:00
Joey Hess
7c46439de0 add news to sidebar 2010-12-09 11:36:10 -04:00
Joey Hess
668ccafc93 add pointer to lwn article 2010-12-09 11:35:07 -04:00
Joey Hess
a89dba9d77 Merge remote branch 'branchable/master' 2010-12-09 11:32:41 -04:00
Joey Hess
7b2ed635d3 typo correction via LWN 2010-12-09 11:32:02 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmfO7UdOn_TB4WD13ZBKMTuHW44MBJdgiI
939475a6ba 2010-12-09 00:10:03 +00:00
Joey Hess
f8851aad66 use Text.Regex.PCRE.Light.Char8 rather than Text.Regexp
Text.Regexp does not think that á matches . -- seems to be a unicode
problem.
2010-12-08 14:48:10 -04:00
Joey Hess
2099407d8a Add --exclude option to exclude files from processing.
Required some lifting so flags are evaled in the Annex monad before
file filtering.
2010-12-08 14:07:49 -04:00
Joey Hess
627a301437 add news item for git-annex 0.11 2010-12-04 17:29:36 -04:00
Joey Hess
57305570eb Add uninit subcommand. Closes: #605749 2010-12-03 00:33:41 -04:00
Joey Hess
6f932a0963 avoid building news page when building doc wiki for package 2010-12-02 21:37:55 -04:00
Joey Hess
d1b5ef9565 update for rsync 2010-12-02 17:56:25 -04:00
Joey Hess
b9320ee1d5 use rsync for all remote file transfers 2010-12-02 17:45:28 -04:00
Joey Hess
adad12d337 update 2010-12-02 16:57:02 -04:00
Joey Hess
37941184f9 Rsync will now be used to resume interrupted/failed partial file transfers from a remote. 2010-12-02 16:55:21 -04:00
Joey Hess
d5bb2da688 add news item for git-annex 0.10 2010-11-28 19:32:47 -04:00
Joey Hess
ca32c7859b The git-annex-backend attribute has been renamed to annex.backend. 2010-11-28 18:58:03 -04:00
Joey Hess
9d82e815ff change name of numcopies attribute 2010-11-28 18:55:49 -04:00
Joey Hess
dc54214404 update 2010-11-28 17:56:02 -04:00
Joey Hess
1d78dc2c8d update docs 2010-11-28 17:54:42 -04:00
Joey Hess
653ad35a9f In .gitattributes, the git-annex-numcopies attribute can be used to control the number of copies to retain of different types of files. 2010-11-28 15:28:20 -04:00
Joey Hess
f8d463b1b7 add news item for git-annex 0.09 2010-11-27 17:17:25 -04:00
Joey Hess
e97d13e29b Add copy subcommand. 2010-11-27 17:02:53 -04:00
Joey Hess
fd11b5a3e5 add news item for git-annex 0.08 2010-11-21 13:47:52 -04:00
Joey Hess
f3f3bc6cae mention git-bigfiles 2010-11-18 14:29:14 -04:00
Joey Hess
161823d6ea Only use cp -a if it is supported, falling back to cp -p or plain cp.
* cp --reflink=auto is used if supported, and will make git annex unlock
  much faster on filesystems like btrfs that support copy of write.
2010-11-18 13:49:01 -04:00
Joey Hess
5c7d1b0279 Fix git annex add ../foo (when ran in a subdir of the repo).
There was no reason for Git.relative to be used here.
2010-11-17 13:55:38 -04:00
Joey Hess
535755cf12 remove 2010-11-16 18:46:55 -04:00
Joey Hess
4dfd134ccb flattr button 2010-11-16 18:00:42 -04:00
Joey Hess
d792024e37 add news item for git-annex 0.07 2010-11-15 18:44:06 -04:00
Joey Hess
38a75aa26f close 2010-11-15 18:42:32 -04:00
Joey Hess
0893820812 fsck: Print warnings to stderr; --quiet can now be used to only see problems. 2010-11-15 18:37:49 -04:00
Joey Hess
11096c200f fsck no longer runs unused 2010-11-15 18:22:50 -04:00
Joey Hess
d6f7ee7db4 clearify 2010-11-15 18:19:13 -04:00
Joey Hess
354be7a00b on dropunused and unused 2010-11-15 18:13:20 -04:00
Joey Hess
748a7475bb dropunused 2010-11-15 18:04:19 -04:00
Joey Hess
9dc43d2599 unused: New subcommand, finds unused data (the global part of fsck). 2010-11-15 16:35:06 -04:00
Joey Hess
c305fb2bf3 thought 2010-11-15 15:21:11 -04:00
Joey Hess
40ae21c895 this is looking more and more problimatic 2010-11-15 14:00:28 -04:00
Joey Hess
0e1e32cb6b problem 2010-11-15 13:13:01 -04:00
Joey Hess
e87d779644 should work now 2010-11-14 17:56:49 -04:00