Identity matching in the context of Git involves the process of accurately
identifying and distinguishing developers based on the various email addresses and names they use when committing work.
Developers may use a range of email types, such as corporate, personal, or even anonymous addresses like "users.noreply.github.com."
Similarly, the names they commit under can vary significantly, including full names with or without surnames, names with typographical errors, pseudonyms, or sometimes even missing names.
The challenge of identity matching lies in aggregating these diverse identities for each individual developer and differentiating them from the identities of other developers.
This process is crucial for obtaining precise information about a developer's contributions and activities in Git repositories.
KEDEMatcher addresses this problem by performing semi-automatic identity recognition
The client application KEDEMatcher is an open-source project, which can be found here.
KEDEMatcher must be installed on a computer with Python 3.11 and network access to the KEDEHub server.
Mac OS M1 architecture is not supported,
It is actually an issue with installing This package apjv.