devblog
This commit is contained in:
parent
d0b0d8cff7
commit
5537766d96
1 changed files with 9 additions and 0 deletions
9
doc/devblog/day_407__lazy_sunday.mdwn
Normal file
9
doc/devblog/day_407__lazy_sunday.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
|||
Noticed that in one of my git-annex repositories, git-annex was spending
|
||||
a full second at startup checking all the git-annex branches from remotes
|
||||
to see if they contained changes that needed to be merged in. So, I added a
|
||||
cache of recently merged branches to avoid that. I remember considering
|
||||
this optimisation years ago; don't know why I didn't do it then. Not every
|
||||
day that I can speed up git-annex so much!
|
||||
|
||||
Also, made `git annex log --all` show location log changes for all keys.
|
||||
This was tricky to get right and fast.
|
Loading…
Add table
Reference in a new issue