vizzu-lib icon indicating copy to clipboard operation
vizzu-lib copied to clipboard

Remove binaries from git history

Open schaumb opened this issue 5 months ago • 1 comments

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 187acc052e2413e3de79fa5bb125e08dc40106f0 (origin/refactor_based_modifications)
Date:   Thu Mar 14 15:15:26 2024 +0100

    update dev dependencies

commit 7f7ce25f08953db52122426b9a798bf4dbefc794 (simzer/scheduling)

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

    Merge remote-tracking branch 'vizzuhq/scheduling'

commit 5e65a55d86fef27c8c1258dbb3661a61da845645

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

    Merge remote-tracking branch 'origin/refactor_ut'

commit 278818113a70f2b51f2ed002e8bdc27dcf79ed68

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

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

commit 6ed9128c57db253a835b9de47047c66ddb9d0179

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

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

    Modify accessible theme name and label color

commit ebc0215eb2d622dbad87d4a610ec27e69fea1bad

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

    Add accessible theme example

schaumb avatar Mar 14 '24 14:03 schaumb