Björn Kautler

Results 599 comments of Björn Kautler

Windows 10 IntelliJ IDEA 2018.1.5 Ultimate

I just found out that here Ctrl+Alt+Enter triggers the reload action (Ctrl+Enter just does apply like simple Enter).

I almost started trying bats, also because of this blog post: https://opensource.com/article/19/2/testing-bash-bats Please merge this PR

Is it BFG or your PR that makes it real slow the longer it runs? I tested with a small 2_146 commits repo first with just `--prune-empty-commits --private` and it...

It's the only work I need BFG for, so no.

Forget it, seems to have been a memory problem. Where it went slow after the first 40 percent or so that were done in a couple of minutes, the system...

One caveat though. After the cleaning, I copy over the notes with the help of the generated `object-id-map.old-new.txt` file. But it seems the left-out commits are also mentioned there, I...

Urgh, the problem is more problematic. object-id-map.old-new.txt contains e. g. ``` 0a7c8f290b0bf07bb9598afb5539eae047029d58 f99bcd68fb481806f9b1e72f0049f6a35eaa004b 2247be2137aeacb0a168d8802f52313e37610b7d f99bcd68fb481806f9b1e72f0049f6a35eaa004b 53908fd7087fc25a2014bde193d251d9220b7bff f99bcd68fb481806f9b1e72f0049f6a35eaa004b 55b291b867e2c55ebd90faba9efde5cd98885894 f99bcd68fb481806f9b1e72f0049f6a35eaa004b 6b2269659ee97bc3f6af1b14a63fe7342439d730 f99bcd68fb481806f9b1e72f0049f6a35eaa004b 6dbb2dd8d9ca46841709e03a2dd7b781421dec04 f99bcd68fb481806f9b1e72f0049f6a35eaa004b 8246b83e3eacb424139588a5c3208e4e7407fc8b f99bcd68fb481806f9b1e72f0049f6a35eaa004b 87e37f755b81166607d93d92a1435aee0a261128 f99bcd68fb481806f9b1e72f0049f6a35eaa004b a3e68fb32b58c2405433c3cc16f6bccb6be2f8b9 f99bcd68fb481806f9b1e72f0049f6a35eaa004b d351aab97b8a2b1d26f47a4b0bb39931599d8133...

Also some commits are twice now in the result, one rewritten, one not.

Also some refs did not get rewritten. If I look at object-id-map.old-new.txt, there is a line ``` faf3b470d9938394529c14495bfdd3a3946bdf0e b1a422540fea3f8cf6f6251d24cb20dc915d0208 ``` but the ref is still pointing at `faf3b470d9938394529c14495bfdd3a3946bdf0e` instead of...