From: george@mail.dietrich.pub
To: ask+git@howdoi.land
Cc: george@mail.dietrich.pub, git@vger.kernel.org
Subject: Re: [Bug] Git subtree regression
Date: Sat, 10 Jan 2026 12:22:19 -0500 [thread overview]
Message-ID: <20260110172219.125762-1-george@mail.dietrich.pub> (raw)
In-Reply-To: <5794d99e-a7e6-4258-9a1c-1512c3f577af@howdoi.land>
I did! Thank you so much! It seems it not only produces the correct commit hash but is also quite a bit more performant.
```sh
$ git --version
git version 2.51.1
$ time git subtree split --prefix="src/components/clock"
4ee66f8198b2532110b75a36575e363ccccff47e
real 0m32.971s
user 0m18.856s
sys 0m14.627s
$ git --version
git version 2.52.0
$ time git subtree split --prefix="src/components/clock"
0efb3d9858e3bfee65165508aeeacc50417c9a99
real 0m18.680s
user 0m7.698s
sys 0m12.842s
$ /home/george/dev/git/git/git --version
git version 2.52.0.408.gecb62f5599
$ time /home/george/dev/git/git/git subtree split --prefix="src/components/clock"
4ee66f8198b2532110b75a36575e363ccccff47e
real 0m10.816s
user 0m3.909s
sys 0m7.755s
```
Thanks again!
next prev parent reply other threads:[~2026-01-10 17:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-26 19:58 [Bug] Git subtree regression dev
2025-12-30 17:07 ` george
2026-01-04 4:52 ` Colin Stagner
2026-01-04 14:27 ` george
2026-01-05 3:36 ` Colin Stagner
2026-01-06 4:55 ` george
2026-01-10 1:25 ` Colin Stagner
2026-01-10 17:22 ` george [this message]
2026-02-15 20:36 ` Colin Stagner
2026-02-16 21:25 ` D. Ben Knoble
2026-02-18 4:29 ` george
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260110172219.125762-1-george@mail.dietrich.pub \
--to=george@mail.dietrich.pub \
--cc=ask+git@howdoi.land \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox