summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnh6wz0pMA3NLPFg2j_I3S5JeinaOVqnng <Felix@web>2013-11-21 20:26:57 +0000
committerGravatar admin <admin@branchable.com>2013-11-21 20:26:57 +0000
commitaf2a28ffbd658df066a18f86e9bcc309dfcca6d9 (patch)
treecd235b10b100b379e5f605d88fba5b55ca609fbc /doc
parent8cc41175d2947d3c0be2b4c53ddc0790fa6159dc (diff)
Added a comment: Number of commits
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/During_synchronisation_top-level_folder_suddenly_appear_in_sub-sub-folder/comment_4_721cf184fb5a5244ec5c15de3302ebf7._comment33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/During_synchronisation_top-level_folder_suddenly_appear_in_sub-sub-folder/comment_4_721cf184fb5a5244ec5c15de3302ebf7._comment b/doc/bugs/During_synchronisation_top-level_folder_suddenly_appear_in_sub-sub-folder/comment_4_721cf184fb5a5244ec5c15de3302ebf7._comment
new file mode 100644
index 000000000..3876444cd
--- /dev/null
+++ b/doc/bugs/During_synchronisation_top-level_folder_suddenly_appear_in_sub-sub-folder/comment_4_721cf184fb5a5244ec5c15de3302ebf7._comment
@@ -0,0 +1,33 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnh6wz0pMA3NLPFg2j_I3S5JeinaOVqnng"
+ nickname="Felix"
+ subject="Number of commits"
+ date="2013-11-21T20:26:46Z"
+ content="""
+I have no idea where this large number of commits come from, but maybe the sheer number of files explains it:
+
+Files appearing in the wrong place (probably due to me starting the assistant in a subdirectory of the repo):
+
+ $ git log --stat | grep \"5d/20.*+$\" |wc -l
+ 1148
+
+Me wondering where they come from and deleting them manually step by step when I found them:
+
+ $ git log --stat | grep \"5d/20.*-$\" |wc -l
+ 1095
+
+git-annex removing the original files that have been mirrored in the wrong place (and maybe a few more as I was working on stuff there as well):
+
+ $ git log --stat | grep \"^ 20.*-$\" | wc -l
+ 1152
+
+Maybe this explains the large number (approx. 500) of commits?
+
+---
+
+The missing 200 files have not been in a different repo, so apart from 3 that were not available they have been restored from the backup.
+
+---
+
+As my setup needs some changes anyway I'm going to start from scratch.
+"""]]