{"id":23077794,"url":"https://github.com/buzzardgta/duplicategitfileschecker","last_synced_at":"2026-05-09T00:07:09.931Z","repository":{"id":203064889,"uuid":"708731435","full_name":"BUZZARDGTA/DuplicateGitFilesChecker","owner":"BUZZARDGTA","description":"Windows and Git do not share the same case sensitivity rules, so this situation may lead to errors or issues when working with Git repositories on Windows.","archived":false,"fork":false,"pushed_at":"2024-12-19T19:59:41.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T12:31:31.273Z","etag":null,"topics":["case-insensitive","case-sensitive","case-sensitivity","files","git","ignorecase","insensitive","sensitive","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BUZZARDGTA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-23T09:21:03.000Z","updated_at":"2024-12-19T19:59:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"65ee632d-14b2-4e69-ba62-7e9dd3fae391","html_url":"https://github.com/BUZZARDGTA/DuplicateGitFilesChecker","commit_stats":null,"previous_names":["illegal-services/duplicategitfileschecker","buzzardgta/duplicategitfileschecker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BUZZARDGTA/DuplicateGitFilesChecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BUZZARDGTA%2FDuplicateGitFilesChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BUZZARDGTA%2FDuplicateGitFilesChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BUZZARDGTA%2FDuplicateGitFilesChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BUZZARDGTA%2FDuplicateGitFilesChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BUZZARDGTA","download_url":"https://codeload.github.com/BUZZARDGTA/DuplicateGitFilesChecker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BUZZARDGTA%2FDuplicateGitFilesChecker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32802546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["case-insensitive","case-sensitive","case-sensitivity","files","git","ignorecase","insensitive","sensitive","windows"],"created_at":"2024-12-16T10:01:56.623Z","updated_at":"2026-05-09T00:07:09.916Z","avatar_url":"https://github.com/BUZZARDGTA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DuplicateGitFilesChecker\n\nThis script returns a list of files that are duplicated within your Git repository.\n\n## Usage\n\nUsage: `python \"DuplicateGitFilesChecker.py\" \"\u003cgit_repo_path\u003e\"`\n\n## Known Issue\n\nIf you need this script to work with folders as well, please create an issue in the repository.\u003cbr\u003e\nI have a working method for handling folders by iterating recursively through the directory structure using the following Git command:\n```\ngit ls-tree --name-only -d HEAD\n```\nI didn't code this because I personally don't need it, but it effectively lists directories in a Git repository, which would be a starting point to implement the script to works with folders as well.\n\n## Extra\n\nSomething else useful is the git command:\n\n`git config core.ignorecase true` (can be set to `true`, `false` or `unset`)\n\nsee more at:\nhttps://git-scm.com/docs/git-config\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzzardgta%2Fduplicategitfileschecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuzzardgta%2Fduplicategitfileschecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzzardgta%2Fduplicategitfileschecker/lists"}