-
Notifications
You must be signed in to change notification settings - Fork 167
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dundee/gdu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.30.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dundee/gdu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.31.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 36 files changed
- 8 contributors
Commits on Dec 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dbd586f - Browse repository at this point
Copy the full SHA dbd586fView commit details
Commits on Jan 1, 2025
-
* docs: fix typos found via `codespell -H` and `typos --hidden --format brief` * docs: better wording --------- Co-authored-by: Daniel Milde <daniel@milde.cz>
Configuration menu - View commit details
-
Copy full SHA for c67b451 - Browse repository at this point
Copy the full SHA c67b451View commit details
Commits on Jan 16, 2025
-
feat: relative path ignore support (#398)
* feat: support relative paths in ignore-dirs flag * feat: support relative paths in ignore patterns * revert: remove path conversion in ShouldDirBeIgnored
Configuration menu - View commit details
-
Copy full SHA for 5bb1e09 - Browse repository at this point
Copy the full SHA 5bb1e09View commit details
Commits on Feb 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a0fd828 - Browse repository at this point
Copy the full SHA a0fd828View commit details
Commits on Mar 25, 2025
-
feat: Add support showing size of absent git-annex'ed files (#404)
* feat: Add support showing size of absent git-annex'ed files git-annex encodes the apparent size of files their symlinks. gdu now is capable of extracting those sizes from the broken symlinks to calculate the total size of git-annex repositories. Note: real usage remains zero. gdu needs to be invoked via: gdu --follow-symlinks --show-apparent-size --show-annexed-size * test: fix mock * fix: lint check * fix: use EvalSymlinks to get proper path * fix: use both EvalSymlinks and Readlink * fix: Do not shadow variable * test: cover annex logic * test: cover follow symlink errors * test: fix * test: cover app --------- Co-authored-by: Daniel Milde <daniel@milde.cz>
Configuration menu - View commit details
-
Copy full SHA for 8e4a346 - Browse repository at this point
Copy the full SHA 8e4a346View commit details
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b105795 - Browse repository at this point
Copy the full SHA b105795View commit details
Commits on May 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0f356ad - Browse repository at this point
Copy the full SHA 0f356adView commit details
Commits on May 27, 2025
-
fix: item count for --show-item-count (#416)
* WIP: Fix item count for --show-item-count (Issue #412) - Row display adjusted This is a partial fix for issue #412 where `gdu --show-item-count` incorrectly includes the directory itself in its item count. Changes made so far: - I investigated the analyzer logic (`pkg/analyze/*`) and determined that `Dir.ItemCount` is intentionally inclusive of the directory itself due to internal uses (e.g., ignored directories). - I shifted the fix to the TUI layer to adjust the count only for display purposes when `--show-item-count` is active. - I modified `tui/format.go` in the `formatFileRow` function: - If `ui.showItemCount` is true and the item is a directory, the displayed item count for that row is now `item.GetItemCount() - 1`. - Files continue to display their item count as is (0). Pending work: - I will modify `tui/show.go` to adjust the total item count displayed in the footer similarly. - I will re-add and adjust `TestItemCount` in `pkg/analyze/dir_test.go` to assert the corrected user-facing item counts. - I will run all tests to ensure correctness. * fix: fmt --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 22789af - Browse repository at this point
Copy the full SHA 22789afView commit details
Commits on May 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 98923a7 - Browse repository at this point
Copy the full SHA 98923a7View commit details
Commits on Jun 5, 2025
-
fix: automatically run non-interactive when related flag set (#418)
* fix: automatically run non-interactive when related flag set * fix: small starting letter for error messages * fix: pass istty to be testable
Configuration menu - View commit details
-
Copy full SHA for 60af956 - Browse repository at this point
Copy the full SHA 60af956View commit details
Commits on Jun 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 347ce99 - Browse repository at this point
Copy the full SHA 347ce99View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.30.1...v5.31.0