jgoerzen
8fb9d925ba
Added a comment: Still seeing this
2016-06-08 18:03:51 +00:00
Joey Hess
d62d81ee1c
Avoid a crash if getpwuid does not work, when querying the user's full name.
2016-06-08 13:48:03 -04:00
Joey Hess
88c85ae609
remove spam
2016-06-08 13:29:46 -04:00
Joey Hess
34c4640f66
devblog
2016-06-07 16:00:52 -04:00
Joey Hess
abeb2a6b81
Merge branch 'master' of ssh://git-annex.branchable.com
2016-06-07 13:25:38 -04:00
Joey Hess
9569d6be63
Fix bad automatic merge conflict resolution between an annexed file and a directory with the same name when in an adjusted branch.
...
When running in an overlay work tree, all unchanged files show as deleted,
so this code that stages deletions should not run.
2016-06-07 12:53:35 -04:00
ivan.iossifov@2673267f2e818d14a75f506d41738323cbc0bd04
04e408d6ae
2016-06-07 14:07:06 +00:00
chris@f4ea67aa5ae4709d79959f782fcebb5edae9a79b
d25b67a09c
Added a comment
2016-06-07 13:40:24 +00:00
freewheelinfranks@f936f2e420801f565d39e40036c0a22c71a79425
b40d13167e
2016-06-07 02:38:50 +00:00
juh
aedeafdb07
Added a comment: SOLVED
2016-06-06 15:45:12 +00:00
Roksolana
c15dd7756a
Added a comment: Coment 5
2016-06-06 14:59:08 +00:00
Roksolana
aa84f97c00
removed
2016-06-06 14:58:34 +00:00
Roksolana
7c4a9c5599
Added a comment: Long Path Tool
2016-06-06 14:57:48 +00:00
Gus
01869b04a6
Added a comment: I think I have figured out something
2016-06-05 22:42:17 +00:00
Joey Hess
74e01a2d01
move --to: Better behavior when system is completely out of disk space; drop content from disk before writing location log.
...
I noticed move --to failing when there was no disk space. The file was sent
to the remote, but it crashed before it could be dropped locally. This
could fix that.
2016-06-05 13:51:22 -04:00
xloem
3af83b945d
Added a comment
2016-06-05 02:57:42 +00:00
xloem
17a169841b
2016-06-05 02:45:42 +00:00
Joey Hess
33a76fa530
Merge branch 'master' of ssh://git-annex.branchable.com
2016-06-04 14:33:57 -04:00
Joey Hess
9996e04f41
list: Do not include dead repositories.
2016-06-04 14:33:31 -04:00
juh
0e9c821afa
2016-06-04 16:31:02 +00:00
Joey Hess
14ea28d787
Merge branch 'master' of ssh://git-annex.branchable.com
2016-06-03 17:03:38 -04:00
matei.david@d6acba23dba331f26fc4756d01c7ab65cf3aee4d
70dda871a7
Added a comment: A more detailed walkthrough
2016-06-03 18:48:11 +00:00
Joey Hess
8148ee3d4b
withAltRepo needs a separate queue of changes
...
The queue could potentially contain changes from before withAltRepo, and
get flushed inside the call, which would apply the changes to the modified
repo.
Or, changes could be queued in withAltRepo that were intended to affect
the modified repo, but don't get flushed until later.
I don't know of any cases where either happens, but better safe than sorry.
Note that this affect withIndexFile, which is used in git-annex branch
updates. So, it potentially makes things slower. Should not be by much;
the overhead consists only of querying the current queue a couple of times,
and potentially flushing changes queued within withAltRepo earlier, that
could have maybe been bundled with other later changes.
Notice in particular that the existing queue is not flushed when calling
withAltRepo. So eg when git annex add needs to stage files in the index,
it will still bundle them together efficiently.
2016-06-03 13:57:00 -04:00
Joey Hess
5ed3e6df3c
better failure diagnosis
2016-06-03 12:59:11 -04:00
Joey Hess
c3a687db19
Revert "removed"
...
This reverts commit be736d6191
.
2016-06-02 22:29:55 -04:00
Fheedah666@a521babeb96f01d88b722c185e5bb8cac2f9e946
be736d6191
removed
2016-06-03 02:14:03 +00:00
Joey Hess
0ff5947390
devblog
2016-06-02 17:03:14 -04:00
Joey Hess
907fc62f2c
Fix initialization of a bare clone of a repo that has an adjusted branch checked out.
2016-06-02 17:02:38 -04:00
Joey Hess
26887745a0
refactor isBareRepo
2016-06-02 16:59:47 -04:00
Joey Hess
c8dd196234
fix man page building
2016-06-02 16:54:58 -04:00
Joey Hess
67f50e9cdd
make LocalRepo a newtype
2016-06-02 16:34:52 -04:00
Joey Hess
8452ea45ca
remotedaemon: Fixed support for notifications of changes to gcrypt remotes, which was never tested and didn't quite work before.
2016-06-02 16:19:31 -04:00
Joey Hess
3b97c09cde
better avoid switching to direct mode in clone of adjusted branch repo
2016-06-02 16:10:30 -04:00
Joey Hess
1dcfd797fa
fix git version
2016-06-02 15:55:11 -04:00
Joey Hess
69bf128f76
avoid switching to direct mode in clone of adjusted branch repo
2016-06-02 15:36:52 -04:00
Joey Hess
72f0d3d384
Automatically enable v6 mode when initializing in a clone from a repo that has an adjusted branch checked out.
...
The clone also has the adjusted branch checked out, so it needs to be
initialized to a version that supports that.
2016-06-02 15:34:30 -04:00
Joey Hess
02a20288ef
Pass -S to git commit-tree when commit.gpgsign is set and when making a non-automatic commit, in order to preserve current behavior when used with git 1.9, which has stopped doing this itself.
2016-06-02 15:07:20 -04:00
Joey Hess
155b221e51
Merge branch 'master' of ssh://git-annex.branchable.com
2016-06-02 14:48:25 -04:00
gernot
8e247a018c
Added a comment
2016-06-02 18:34:00 +00:00
Joey Hess
b271a417e6
Merge branch 'master' of ssh://git-annex.branchable.com
2016-06-02 14:10:39 -04:00
Dilyin
85b5f1e6a0
Added a comment
2016-06-02 18:10:33 +00:00
Joey Hess
fbf5045d4f
sync --content: Fix bug that caused transfers of files to be made to a git remote that does not have a UUID. This particularly impacted clones from gcrypt repositories.
...
Added guard in Annex.Transfer to prevent this problem at a deeper level.
I'm unhappy ith NoUUID, but having Maybe UUID instead wouldn't help either
if nothing checked that there was a UUID. Since there legitimately need to
be Remotes that do not have a UUID, I can't see a way to fix it at the type
level, short making there be two separate types of Remotes.
2016-06-02 13:50:43 -04:00
Joey Hess
abf28714c3
update
2016-06-02 13:20:27 -04:00
Joey Hess
eff6e8b1f7
analysis
2016-06-02 13:20:14 -04:00
chris@f4ea67aa5ae4709d79959f782fcebb5edae9a79b
7dfcfe3708
Added a comment: similar problem
2016-06-02 16:28:18 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
2019cc5b65
fixed up done tag
2016-06-02 15:37:15 +00:00
Yaroslav Halchenko
64e844e1fe
minor typo fixes throughout
...
problematic
flexibility
2016-06-02 11:22:18 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
842f8da6b7
fixed typo and commented about replication
2016-06-02 13:02:42 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
67aea97b7d
2016-06-02 03:49:26 +00:00
Joey Hess
4fd28807c1
todo
2016-06-01 23:35:08 -04:00