File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -71,3 +71,27 @@ Languages: C, shell(bash)
71
71
Co-Mentors:
72
72
* Derrick Stolee ` <derrickstolee@github.com> `
73
73
* Victoria Dye ` <vdye@github.com> `
74
+
75
+ ### Unify ref-filter formats with other pretty formats
76
+
77
+ Git has an old problem of duplicated implementations of some
78
+ logic. For example, Git had at least 4 different implementations to
79
+ format command output for different commands.
80
+
81
+ Our previous GSoC students and Outreachy interns unified some of the
82
+ formating logic into
83
+ [ ref-filter] ( https://github.com/git/git/blob/master/ref-filter.h ) and
84
+ got rid of similar logic in some command specific files. Current task
85
+ is to continue this work and reuse ref-filter formatting logic in
86
+ [ pretty] ( https://github.com/git/git/blob/master/pretty.h ) .
87
+
88
+ See:
89
+
90
+ - this discussion < https://lore.kernel.org/git/87pnsfkvk1.fsf@0x63.nu/T/#u >
91
+ - Hariom Verma's GSoC 2020 final report < https://harry-hov.github.io/blogs/posts/the-final-report >
92
+
93
+ Project Size: Medium
94
+ Languages: C, shell(bash)
95
+
96
+ Possible mentors:
97
+ * Christian Couder ` <christian.couder@gmail.com> `
You can’t perform that action at this time.
0 commit comments