-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git filter-repo --path fails on gnu coreutils repo. #600
Comments
I confirm that is an issue specific to the coreutils repository. The same operation succeeded on other repositories such as carving out cipd source code from google's luci-go repository. So, it is definitely some specific setup of coreutils that makes git filter-repo go nuts. |
git clone git://git.sv.gnu.org/coreutils.git |
What is your point ? |
Jeszcze nie wiem |
Looks to me like a duplicate of #263, except this time with tagger name rather than author name. Basically, corrupt history that git tends to just overlook. Does git fsck report the missing tagger for one of your tags in this repository? I'm guessing the same style workaround as used in the other report could probably be used on this repo as well, but you'd be replacing a tag object rather than a commit object. |
mini-me@virtucon ~/h/c/c/git (master)> git fsck
Checking object directories: 100% (256/256), done.
error in tag a6727941433ee1c91a20ede6cb381af1d18c566d: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag dea19e516ac764cb950ebf10b58820ca1f69c9bd: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag d8b73fb18f492a393167405f75781b2d4961ab20: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag fe2b74e040df3c3c0c21c702097432836a8181a2: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 14f3c6d0962bd0c9413a847e18e3ff5322ee2ef4: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag ed6955c3f13cea73c7ae2bb93af010b84dbb92bb: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag c2666f9f7e130146349b581d38627c6351eb4746: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag a990adee5f2b409be5e9f7449a69f45b59f0546d: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 05dd38e409028226e2173da3dfeffc91c66e3068: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 7471311089aace5fed7286445c3e1a3737f9cf46: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 7a3bc99a38742a096868942230247d6be7891e20: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 2f746d50a2ca3497c77165a797a7ac96e5234677: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 820eaccdd382807833a5a6e9898f581f2dd780d7: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag c8b7e54afa1e798c9cfe8ded9f19dfda5c868b59: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 74d0400f45d3eb4f3978ddfdad49a685e8d1ef4e: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 8db0289086c3d00806a7d242f67e59e13cc5c0fd: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 0947bb3fee67cb3102a2399aa637e54c91ba2f88: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 4296547b15320bb58de3528314d351218ffe57ba: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 7cb5f9d5a5a77fd497b762e5bdb24d35a17515c2: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 241e9ac9aff4ff2146ea9805ffe489fb7bb4a884: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 7a28020ef79cbfd701e5d6c4c66b4ea5ff3b5443: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 47ab287085225cb5210a6e45c00d469c009eb7e3: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 824dd81a2c75dc65a3e781b6388772c1d473fcc2: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 90a8d6e19e831674b648f9cd79cebcbe98e086b4: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 551ac04bb0d00c14af3f98b3a2744e6e66aa0b3a: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 9247b3ed1deeef381ef95058221e567eb9120020: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 17ba86bfcc23d0ce6d43c41da4fb88c0fcaf54f1: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag 631792ec61c2f6be50afe0929e67cca5b128e8cf: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag c6f010cb5b2b3a6978f854e97cb40c37f9321406: missingSpaceBeforeDate: invalid author/committer line - missing space before date
error in tag aabd963243b80c375b38f7ddc6e4827bcd40de51: missingSpaceBeforeDate: invalid author/committer line - missing space before date The first commit that is singled out is rather recent: commit ac5213acbae8ab2e17589acc7c89b88b2d0e62ef (HEAD -> master, origin/master, origin/HEAD)
Author: Pádraig Brady <[email protected]>
Date: Mon Sep 23 21:44:38 2024 +0100 But I don't quite understand what's wrong per se with the Date field. |
The fsck output didn't show any errors in any commits; it only pointed to errors in tags (unless there was more output from fsck that you didn't copy into this ticket). You'll want to look at the tag objects.
Well, you're looking at the wrong object (a commit rather than a tag), and you're also not looking at the object but at |
That was the full output. |
Hi.
Version: git-filter-repo v2.45.0
Fails as follows:
I suspect this is because the gnu coreutils repo has kind of a loooooong history going back to old version control systems. And, well, something is None at one point as a consequence of this troubled past.
Nonetheless, this points to some unwanted brittleness in git-filter-repo.
P.S.: thank you for that tool. It has proven to be invaluable to me.
The text was updated successfully, but these errors were encountered: