Added a comment: Number of commits

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawnh6wz0pMA3NLPFg2j_I3S5JeinaOVqnng 2013-11-21 20:26:57 +00:00 committed by admin
parent b6ace19916
commit c62f6f2868

View file

@ -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.
"""]]