Joey Hess
fabb0c50b7
move code around and rename thread; no functional changes
2013-10-29 13:41:44 -04:00
Joey Hess
d068ec79ff
update
2013-10-29 13:27:02 -04:00
Joey Hess
de069ac209
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-28 18:19:19 -04:00
Joey Hess
d4109df837
devblog
2013-10-28 18:18:59 -04:00
http://joeyh.name/
382bf73e4b
Added a comment
2013-10-28 22:02:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnh6wz0pMA3NLPFg2j_I3S5JeinaOVqnng
4392c368ac
2013-10-28 21:52:51 +00:00
Joey Hess
79b0f57d6d
close
2013-10-28 17:14:31 -04:00
Joey Hess
0eff0dd910
unannex: New, much slower, but more safe behavior
...
Copies files out of the annex. This avoids an unannex of one file breaking
other files that link to the same content. Also, it means that the content
remains in the annex using up space until cleaned up with "git annex
unused".
(The behavior of unannex --fast has not changed; it still hard
links to content in the annex. --fast was not made the default because it
is potentially unsafe; editing such a hard linked file can unexpectedly
change content stored in the annex.)
2013-10-28 16:56:01 -04:00
RaspberryPie
d16d71ce86
Added a comment
2013-10-28 19:24:12 +00:00
http://joeyh.name/
dee0087cf3
Added a comment
2013-10-28 19:06:00 +00:00
Joey Hess
b6f2f3e8c5
more clear labels
2013-10-28 15:04:38 -04:00
Joey Hess
93b2ba4c00
rename "known annex keys" to "known annex items"
2013-10-28 14:55:27 -04:00
Joey Hess
5dd2872d65
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-28 14:52:01 -04:00
Joey Hess
677736739c
wording
2013-10-28 14:51:51 -04:00
Joey Hess
230bfa9688
add --want-get and --want-drop options
...
New --want-get and --want-drop options which can be used to test preferred
content settings. For example, "git annex find --in . --want-drop"
2013-10-28 14:50:17 -04:00
RaspberryPie
b9b34a1112
Added a comment
2013-10-28 18:31:21 +00:00
Joey Hess
afddbfd7e9
The "git annex content" command is renamed to "git annex wanted".
2013-10-28 14:08:38 -04:00
Joey Hess
049e80e865
refactor
2013-10-28 14:05:55 -04:00
Joey Hess
16045d15fe
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-28 13:47:42 -04:00
Joey Hess
780a24374f
add: Fix reversion in 4.20130827 when adding unlocked files that have not yet been committed.
...
catKeyFileHEAD is still checked too, because when doing a git commit with
unlocked files, the file gets staged to the index, so is not typechanged
there.
(This is also why git annex add foo; git annex unlock foo; git commit -a
does not re-annex foo, because there is no indication left that it was
added.)
2013-10-28 13:46:26 -04:00
http://joeyh.name/
66c094a251
Added a comment
2013-10-28 17:11:05 +00:00
http://joeyh.name/
d6f34fe5ae
Added a comment
2013-10-28 16:56:22 +00:00
Joey Hess
26d95e86d7
rename module
2013-10-28 11:33:14 -04:00
Joey Hess
f697c41e62
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-28 11:24:59 -04:00
Joey Hess
c0eec83ee5
fix build w/o webapp
2013-10-28 11:24:25 -04:00
http://jspk.clavid.com/
39dc2444e3
Added a comment
2013-10-28 09:36:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnWwEEA3CurHkBjIYaJsJzFc4jtY2SCkrQ
d245201e6d
2013-10-28 08:38:06 +00:00
lorenzo
ca77441eeb
removed
2013-10-27 23:56:44 +00:00
lorenzo
3ab515722d
Added a comment: Running Debian squeeze binaries on libc 2.5 based NAS
2013-10-27 23:56:26 +00:00
lorenzo
3cc3692d3d
Added a comment: Running Debian squeeze binaries on libc 2.5 based NAS
2013-10-27 23:55:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkJafmCf-sg9_OM0pynFYM3AO4WCgJiaMI
92e374b51a
Added a comment: still cannot push when remote has renames
2013-10-27 23:06:03 +00:00
RaspberryPie
a56da6dd50
2013-10-27 22:07:32 +00:00
http://joeyh.name/
633757d161
Added a comment
2013-10-27 21:19:45 +00:00
Joey Hess
577370ea95
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-27 17:12:58 -04:00
Joey Hess
ba4bb5b7f5
toc
2013-10-27 17:12:19 -04:00
http://joeyh.name/
e7d3fcfe9c
Added a comment
2013-10-27 21:06:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl-xMSPoRHcT5d2nAc1K8pWVi-AexKkYik
1d83b4295a
Added a comment: Mac OS X Maverick - symbol not found
2013-10-27 21:02:45 +00:00
Joey Hess
59d8273220
devblog
2013-10-27 16:58:10 -04:00
Joey Hess
a7821c0581
automatically launch git repository repair
...
Added a RemoteChecker thread, that waits for problems to be reported with
remotes, and checks if their git repository is in need of repair.
Currently, only failures to sync with the remote cause a problem to be
reported. This seems enough, but we'll see.
Plugging in a removable drive with a repository on it that is corrupted
does automatically repair the repository, as long as the corruption causes
git push or git pull to fail. Some types of corruption do not, eg
missing/corrupt objects for blobs that git push doesn't need to look at.
So, this is not really a replacement for scheduled git repository fscking.
But it does make the assistant more robust.
This commit is sponsored by Fernando Jimenez.
2013-10-27 16:42:13 -04:00
Joey Hess
3c08fee76b
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-27 15:41:50 -04:00
Joey Hess
7ed8e87a34
assistant: Support repairing git remotes that are locally accessible
...
(eg, on removable drives)
gcrypt remotes are not yet handled.
This commit was sponsored by Sören Brunk.
2013-10-27 15:38:59 -04:00
http://jspk.clavid.com/
8ba0876385
Added a comment
2013-10-27 19:29:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U
8bcd53742d
Added a comment
2013-10-27 19:26:43 +00:00
Frank
9230b07425
2013-10-27 12:45:22 +00:00
Frank
1b66dec211
2013-10-27 12:44:46 +00:00
Frank
77e25e2f8a
2013-10-27 12:41:29 +00:00
Frank
53b33c97c0
2013-10-27 11:53:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlqOu7P4tb4D-Xo2pYrjln2NsAObtErliM
2a8641f602
Added a comment
2013-10-27 07:00:02 +00:00
RaspberryPie
a6a666cdbf
Added a comment
2013-10-27 00:59:56 +00:00
Joey Hess
98ae3afc81
Merge branch 'master' of ssh://git-annex.branchable.com
2013-10-26 17:17:47 -04:00