Joey Hess
a64e835d83
close
2015-05-01 14:07:49 -04:00
Joey Hess
d9e72f4576
moreinfo needed
2015-05-01 14:00:50 -04:00
Joey Hess
5abe79170a
close as user error
2015-05-01 13:59:27 -04:00
Joey Hess
2bc27d18d5
meant to close this earlier
2015-05-01 13:58:14 -04:00
Joey Hess
f3d78e7941
close
2015-05-01 13:57:23 -04:00
Joey Hess
437d9db41d
assistant: Added --autostop to complement --autostart.
2015-05-01 13:53:45 -04:00
Joey Hess
ed97ba4bda
improve --stop docs
2015-05-01 13:41:53 -04:00
Joey Hess
4af097741b
fixed earlier this week actually
2015-05-01 13:40:08 -04:00
Joey Hess
aea6c18b4a
fix man page synopsis
2015-05-01 13:34:32 -04:00
damien.courousse
32e0f64981
Added a comment: same behaviour when the remote repo is not reachable
2015-05-01 15:47:55 +00:00
felGru
4957de7789
properly format the patch
2015-05-01 08:13:06 +00:00
encryptio
a049989b91
2015-05-01 03:27:14 +00:00
felGru
a3459a4624
add patch for manpage of git annex pre-commit
2015-05-01 00:16:38 +00:00
encryptio
4fad4c2068
2015-04-30 21:59:28 +00:00
Joey Hess
2eef19d19d
Merge branch 'master' of ssh://git-annex.branchable.com
2015-04-30 15:53:06 -04:00
Joey Hess
efb37e7c78
Improve behavior when a git-annex command is told to operate on a file that doesn't exist. It will now continue to other files specified after that on the command line, and only error out at the end.
2015-04-30 15:28:17 -04:00
Joey Hess
461b967966
refactor
2015-04-30 15:04:01 -04:00
Joey Hess
b45923e96a
comment
2015-04-30 14:57:23 -04:00
Joey Hess
e8c6a52660
devblog
2015-04-30 14:45:11 -04:00
madduck
0ccf7102c3
Added a comment: Overwriting metadata from json
2015-04-30 18:42:46 +00:00
Joey Hess
d6609a0847
Merge branch 'master' of ssh://git-annex.branchable.com
2015-04-30 14:22:25 -04:00
Joey Hess
d04f42c906
note about 9f3e51dd51
...
I checked, and 9f3e51dd51
did not actually
seem to fix a bug in drop --from remote. Having the local repo trusted did
not add it twice to the list of trusted repos. Whew!
2015-04-30 14:19:22 -04:00
Joey Hess
9f3e51dd51
move nubbing into function whose algo needs a nubbed list
2015-04-30 14:11:59 -04:00
Joey Hess
607eed0de2
improve messages
2015-04-30 14:10:28 -04:00
Joey Hess
ac6b492711
import: Before removing a duplicate file in --deduplicate or --clean-duplicates mode, verify that enough copies of its content still exist.
2015-04-30 14:04:36 -04:00
Joey Hess
38c458b407
refactor
2015-04-30 14:02:56 -04:00
Joey Hess
9e10b5ca9c
nub list after adding ocal uuid to it
...
This potentially fixes a numcopies counting bug when dropping --from a
remote, and the local repository is trusted. The local repo would end up in
the list twice, so it would verify one less copy than it was supposed to.
2015-04-30 13:13:28 -04:00
https://id.koumbit.net/anarcat
af57e0f2fb
overlap?
2015-04-30 13:33:46 +00:00
db48x
1a520e6c95
Added a comment: 14 of 21PB, actually
2015-04-30 02:58:05 +00:00
https://me.yahoo.com/a/idrn495us85k6mwfdMUolYIsyp4-#cf755
6be0a22fbc
Added a comment: It's not so bad .. only about 10PB
2015-04-30 01:19:38 +00:00
db48x
5f6c8e3756
Added a comment
2015-04-29 22:56:47 +00:00
https://me.yahoo.com/a/chZVFogbu55hxJc3FfeXs.RfaA--#cc6f9
60ef5eb1f8
2015-04-29 21:26:51 +00:00
Joey Hess
cf306c261b
update for jessie
2015-04-29 17:02:57 -04:00
tomekwi
9d147c5018
Added a comment
2015-04-29 20:38:51 +00:00
Joey Hess
1693c0dcd2
Merge branch 'master' of ssh://git-annex.branchable.com
2015-04-29 15:53:19 -04:00
Joey Hess
995643665a
Improve integration with KDE's file manager to work with dolphin version 14.12.3 while still being compatable with 4.14.2. Thanks, silvio.
2015-04-29 15:53:16 -04:00
silvio
bc41468279
Added a comment
2015-04-29 19:47:21 +00:00
silvio
22eafb112f
Added a comment
2015-04-29 19:39:33 +00:00
silvio
9d745434f9
Added a comment
2015-04-29 19:24:55 +00:00
CandyAngel
885b39b183
Added a comment
2015-04-29 18:42:38 +00:00
Joey Hess
38403092ae
revert reversion merged from propellor
2015-04-29 14:15:08 -04:00
Joey Hess
de3c8ae6d5
comment
2015-04-29 14:07:03 -04:00
Joey Hess
79d1b378ce
comment
2015-04-29 14:05:12 -04:00
Joey Hess
c3938052d9
comment
2015-04-29 14:04:08 -04:00
Joey Hess
d8ad1d5503
import: Don't stop entire import when one file fails due to being gitignored or conflicting with something in the work tree.
2015-04-29 13:56:41 -04:00
Joey Hess
548037223c
comments
2015-04-29 13:49:09 -04:00
Joey Hess
2e54251c18
import: Check for gitignored files before moving them into the tree. (Needs git 1.8.4 or newer.)
2015-04-29 13:46:12 -04:00
Joey Hess
d8ffa498ef
avoid dupicate bracket import errror
...
Ambiguous occurrence `bracket'
It could refer to either `Control.Exception.bracket',
imported from `Control.Exception' at Utility/FileMode.hs:14:27-33
(and originally defined in `Control.Exception.Base')
or `Utility.Exception.bracket',
imported from `Utility.Exception' at Utility/FileMode.hs:22:1-24
(and originally defined in `Control.Monad.Catch')
2015-04-29 13:43:11 -04:00
Joey Hess
fab6c782a5
comment
2015-04-29 13:36:17 -04:00
Joey Hess
755da0e11e
document --force
2015-04-29 13:32:50 -04:00