Elijah Newren

Results 183 comments of Elijah Newren

Sorry for the delay. The PR is interesting, but it is going to break people that have already been passing multiple refs like so: ``` git filter-repo --refs head1 head2...

The commits generally look good. I like the split into separate commits, and you describe each change well. While changing "filter-branch" to "`filter-branch`" is generally good and correct, changing "git...

@marcows: Thanks for marking as a duplicate; I'll close this out.

Hi, sorry for the delay. Mentioning pipx in the documentation makes a lot of sense, but not in README.md; it belongs in INSTALL.md.

> I think it make sense to at least mention in the readme that the package is available via pypi. > > If you prefer I just keep the info...

Using commit.skip() is almost always going to do the wrong thing. blob.skip() can be useful because a skipped blob just always resulted in the file being left out of each...

The --no-gc option seems reasonable; could you drop the pycharm commit, include the rationale from this PR in your commit message, and add your signoff (https://github.com/git/git/blob/master/Documentation/SubmittingPatches#L351)?

> Please take over the pull request (ie drop history of my contribution, just copy the code and modify as fit). I cannot at this time continue this effort. Understood;...

Fixed two weeks ago with 7c5be8e30355 (Support git 2.43, 2023-12-08). Sorry everyone for the long delay from my extended absence from the project. :-(

So, I'm guessing that you did a `git pull`, which merged the two different versions of history. You'll want to find three different commits using `git log`: * The merge...