Commit graph

1992 commits

Author SHA1 Message Date
Joey Hess
001edb008a Fix bug in --exclude introduced in 0.20110516. 2011-05-27 20:20:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnOvt3TwSSDOLnoVzDNbOP1qO9OmNH5s0s
224977900d Added a comment 2011-05-27 01:27:38 +00:00
Joey Hess
781ffdad47 Merge branch 'master' of ssh://git-annex.branchable.com 2011-05-23 00:39:41 -04:00
Joey Hess
7a22f9d516 update 2011-05-23 00:38:51 -04:00
Joey Hess
32a946af7d clarify 2011-05-22 19:07:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnOvt3TwSSDOLnoVzDNbOP1qO9OmNH5s0s
1ab9743b5c Added a comment 2011-05-22 23:02:40 +00:00
Joey Hess
5b941980aa Closer emulation of git's behavior when told to use "foo/.git" as a git repository instead of just "foo". Closes: #627563 2011-05-22 14:12:16 -04:00
Joey Hess
f81c1f10e6 show a warning message when failing to find requested key
Otherwise, the user sees only a rsync protocol error message and then
git-annex's less specific failure message.
2011-05-22 14:03:06 -04:00
Joey Hess
078d1dd0cb clarify synopsis re options 2011-05-21 20:18:35 -04:00
Joey Hess
8ed27db18f add explict build dep on hslogger
pulled in by missingh, but now used directly by git-annex
2011-05-21 13:03:13 -04:00
Joey Hess
abfd8dd6c7 add news item for git-annex 0.20110521 2011-05-21 12:02:41 -04:00
Joey Hess
49bd86eae3 Merge branch 'master' of ssh://git-annex.branchable.com 2011-05-21 12:00:55 -04:00
Joey Hess
944b1207dc releasing version 0.20110521 2011-05-21 11:58:35 -04:00
Joey Hess
93a4f3d4e6 Add --debug option. Closes: #627499
This takes advantage of the debug logging done by missingh, and I added
my own debug messages for executeFile calls. There are still some other
low-level ways git-annex runs stuff that are not shown by debugging,
but this gets most of it easily.
2011-05-21 11:52:13 -04:00
Joey Hess
1876db50f2 found a few places I can use newtype
for presumably some speedups
2011-05-21 11:07:08 -04:00
http://ertai.myopenid.com/
c7b7595f50 Added a comment 2011-05-20 20:17:15 +00:00
Joey Hess
813ff7f4b0 fixed url 2011-05-19 16:23:42 -04:00
http://joey.kitenet.net/
4c8ce2d866 test commit at 4:09 2011-05-19 20:09:34 +00:00
Joey Hess
fbdaf212f0 main git repo switching to branchable one
It allows anonymous git push, and it's simpler to just have it there.
The kite repo will remain, as a mirror.
2011-05-19 15:56:19 -04:00
Joey Hess
dbf02220d5 update with irc channel 2011-05-19 15:44:22 -04:00
http://joey.kitenet.net/
463fc3ea58 Added a comment: anonymous git push 2011-05-19 19:21:52 +00:00
http://joey.kitenet.net/
fa8ae628f2 Added a comment 2011-05-19 16:10:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnOvt3TwSSDOLnoVzDNbOP1qO9OmNH5s0s
22bf25b102 Added a comment: gitweb supplies --no-name as of 1.7.5.1 2011-05-19 08:19:09 +00:00
Joey Hess
cd83541872 --backend now overrides any backend configured in .gitattributes files. 2011-05-18 19:34:46 -04:00
zooko
dd44e53c0c Added a comment: Tahoe-LAFS comes with encryption 2011-05-18 04:32:17 +00:00
http://joey.kitenet.net/
93b0f21c95 Added a comment 2011-05-17 19:57:33 +00:00
zooko
44499bbdf8 Added a comment: performance 2011-05-17 19:20:39 +00:00
Joey Hess
f63412a42c close 2011-05-17 12:19:52 -04:00
Joey Hess
f664a2538a fix 2011-05-17 12:18:50 -04:00
Joey Hess
ebfa50b729 add 2011-05-17 12:14:46 -04:00
Joey Hess
0bf1b36f11 Merge remote-tracking branch 'branchable/master' 2011-05-17 11:54:29 -04:00
Joey Hess
21d9c84e72 more standard names for whenM and unlessM operators
These are defined in ifelse, but it's not currently available and I don't
want to pull in a library for 6 lines of code anyhow.

Also, ifelse sets the fixity to 1, which does not allow >>? error $ ...
2011-05-17 11:45:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
3154dc036a Added a comment 2011-05-17 07:27:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
e6c95a6a5e 2011-05-17 07:25:33 +00:00
Joey Hess
c91929f693 add whenM and unlessM
Just more golfing.. I am pretty sure something in a library somewhere can
do this, but I have been unable to find it.
2011-05-17 03:13:11 -04:00
Joey Hess
75a3f5027f tweak 2011-05-17 01:59:44 -04:00
Joey Hess
33e6425d10 tweak 2011-05-16 22:49:41 -04:00
Joey Hess
51cc71fac1 longterm todo item 2011-05-16 22:37:31 -04:00
Joey Hess
21953a802a am I silly to worry about length overflowing int max? 2011-05-16 22:22:37 -04:00
Joey Hess
5068985020 rejigger what's --fast 2011-05-16 22:19:15 -04:00
Joey Hess
1e3da8efb0 add info about any temp files and bad content files 2011-05-16 22:01:50 -04:00
Joey Hess
13b9e5986c Merge remote-tracking branch 'branchable/master' 2011-05-16 21:18:56 -04:00
Joey Hess
a8816efc14 status: New subcommand to show info about an annex, including its size. 2011-05-16 21:18:34 -04:00
http://joey.kitenet.net/
a5beb61b90 Added a comment 2011-05-17 01:15:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
786b990d51 Added a comment 2011-05-16 20:01:29 +00:00
Joey Hess
8d4d84b80f add news item for git-annex 0.20110516 2011-05-16 15:01:42 -04:00
Joey Hess
3ab15b9f4f releasing version 0.20110516 2011-05-16 15:01:05 -04:00
Joey Hess
760cde28b6 more pointless monadic golfing 2011-05-16 14:49:28 -04:00
Joey Hess
57428c356e heh 2011-05-16 13:33:33 -04:00
Joey Hess
d006586cd0 add a message in potenatially confusing copy --fast failure situation 2011-05-16 13:27:19 -04:00