Unify ref-filter formats with other --pretty formats
- Mentors
- Christian Couder, Hariom Verma
- Organization
- Git
- Technologies
- shell script, git, c language
- Topics
- version control, dvcs
Git has an old problem of duplicated implementations of some logic. For example, Git had at least 4 different implementations to format command output for different commands. The end goal of this project is to unify these formats into a single implementation. The first task is to re-implement atoms of pretty in ref-filter, which will help remove duplicated implementations. Once that is completed, work will done to unify both the formats so that there is a single interface that formats command output in Git.