Skip to content

Instantly share code, notes, and snippets.

@er2
Created November 4, 2021 14:39
Show Gist options
  • Save er2/5cf4838d4527bbe212934d6ffd0d22b3 to your computer and use it in GitHub Desktop.
Save er2/5cf4838d4527bbe212934d6ffd0d22b3 to your computer and use it in GitHub Desktop.
Bissecting Git for Windows

Here's how I bissected this section of git for windows history and made this table: git-for-windows/git#3509 (comment)

Date Version Good/Bad
2021-10-30-13:38:26 PortableGit-2.34.0-rc0-64-bit.7z.exe Bad
2021-10-29-14:11:24 PortableGit-prerelease-2.33.1.windows.1-36-gbd465d70df-20211029141659-64-bit.7z.exe
2021-10-28-19:16:10 PortableGit-prerelease-2.33.1.windows.1-27-gf8f57df4d5-20211028224346-64-bit.7z.exe
2021-10-15-13:12:48 PortableGit-prerelease-2.33.1.windows.1-13-g3f28c5f141-20211015131715-64-bit.7z.exe
2021-10-14-12:22:50 PortableGit-prerelease-2.33.1.windows.1-2-gc7d0a86b02-20211014122857-64-bit.7z.exe
2021-10-13-16:23:50 PortableGit-2.33.1-64-bit.7z.exe
2021-10-13-15:40:27 PortableGit-prerelease-2.33.0.windows.2-148-ga98d291bbd-20211013154533-64-bit.7z.exe
2021-10-13-14:47:05 PortableGit-prerelease-2.33.0.windows.2-144-g0055932c3c-20211013145330-64-bit.7z.exe Bad
2021-10-13-13:08:43 PortableGit-prerelease-2.33.0.windows.2-141-g42f3463621-20211013131513-64-bit.7z.exe
2021-10-13-05:43:47 PortableGit-prerelease-2.33.0.windows.2-135-ge9b4cc4f52-20211013054852-64-bit.7z.exe
2021-10-12-10:06:10 PortableGit-prerelease-2.33.0.windows.2-131-gaaec11d74d-20211012102731-64-bit.7z.exe
2021-10-02-21:32:18 PortableGit-prerelease-2.33.0.windows.2-126-g988794267c-20211004113703-64-bit.7z.exe Bad
2021-09-08-10:35:44 PortableGit-prerelease-2.33.0.windows.2-7-g2aa9e28d2a-20210908104152-64-bit.7z.exe Good
2021-09-08-08:50:49 PortableGit-prerelease-2.33.0.windows.2-5-g82a7ae1b54-20210908085653-64-bit.7z.exe Good
2021-08-31-07:55:26 PortableGit-prerelease-2.33.0.windows.2-2-g0d6923f69e-20210831080057-64-bit.7z.exe
2021-08-23-22:05:45 PortableGit-2.33.0.2-64-bit.7z.exe Good
 curl "https://wingit.blob.core.windows.net/files/index.html" -o snapshots.html
 cat snapshots.html | pup "h2 attr{id}" | clip

I pasted that into Excel

cat snapshots.html | pup 'li a attr{href}' | grep 'Port.*64' | clip

I pasted that into Excel

I did the downloading and testing by hand since it wasn't horribly slow or complicated.

Then I copied from Excel and pasted into an online Excel to Markdown Table converter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment