Elijah Newren

Results 183 comments of Elijah Newren

That's a thought I had too. However, I kind of like the fact that the six files matching `*-all-sizes.txt` and `*-deleted-sizes.txt` all have the same format; I'd kind of like...

Yeah, this is a fair point. I'm a bit reticent to change the fresh clone check, though. git doesn't really have a concept of a fresh clone, so I just...

Any chance there's a `.git/fast_import_crash_` file after the bad run (where `` is some random positive integer, like 8434)? If yes, can you share its contents?

> File "/usr/local/bin/git-filter-repo", line 3261, in _record_remapping > self._output.flush() Oh boy, buffering problems. If you change the following line of code (from the _record_remapping() function, and yes I know it...

Ok, glad it worked for you on Linux. I am still curious, though... It appears from some searches that Linux has a pipe buffer size of 65536 bytes, whereas Mac...

I'm glad the tool was able to help you, at least part way. You have an interesting idea, but in practice I'm not sure it'd work very well except in...

Is the repository you ran this on available for me to clone? Hard to debug without a way to reproduce...

I was _certain_ I had already documented that `--refs` doesn't take any hyphenated options (such as `--not`), but it appears I didn't mention that anywhere. Oops. Not a bug, though,...

> But this means that will be a challenge to convert `git filter-branch` into `git filter-repo` as a replacement. The `git filter-branch` uses generic `git rev-list` syntax, when you are...