Skip to content
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

Remove binaries from git history #510

Open
schaumb opened this issue Mar 14, 2024 · 1 comment
Open

Remove binaries from git history #510

schaumb opened this issue Mar 14, 2024 · 1 comment

Comments

@schaumb
Copy link
Contributor

schaumb commented Mar 14, 2024

Query script

Get sorted list

git rev-list --objects --all |
  git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' |
  sed -n 's/^blob //p' |
  sort --numeric-sort --key=2 |
  cut -c 1-12,41- |
  $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
git log --all --full-history -- {file_name}
79910da5b021 404KiB Presentation.pptx commit 187acc0 (origin/refactor_based_modifications)
Date:   Thu Mar 14 15:15:26 2024 +0100

    update dev dependencies

commit 7f7ce25 (simzer/scheduling)

Date:   Tue Feb 27 17:42:34 2024 +0100

    Merge remote-tracking branch 'vizzuhq/scheduling'

commit 5e65a55

Date:   Fri Feb 2 14:06:17 2024 +0100

    Merge remote-tracking branch 'origin/refactor_ut'

commit 2788181

Date:   Wed Jan 24 11:06:37 2024 +0100

    Merge pull request #476 from vizzuhq/category-indexed
    
    Add indexed category

commit 6ed9128

Date:   Wed Jan 24 10:23:01 2024 +0100

    fix dimension index return type
ce94309726fd 1,9MiB docs/examples/themes/accessible_theme.ipynb commit acc1859
Date:   Sat Dec 10 11:49:31 2022 -0300

    Modify accessible theme name and label color

commit ebc0215

Date:   Thu Dec 8 17:32:54 2022 -0300

    Add accessible theme example
@schaumb
Copy link
Contributor Author

schaumb commented Mar 14, 2024

This will cause all hash will be changed. All releases will be changed. All cloned repositories (everywhere) should be re-clone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant