Skip to content

Commit

Permalink
contributors: splitting contributors and contributors.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Aug 3, 2024
1 parent ce0fe38 commit 5cc0eb5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions extra/contributors/contributors.factor
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ IN: contributors
"git log --no-merges --pretty=format:%aN" process-lines
] with-directory ;

: contributors ( -- )
changelog histogram
inv-sort-values
simple-table. ;
: contributors ( -- assoc )
changelog histogram inv-sort-values ;

MAIN: contributors
: contributors. ( -- )
contributors simple-table. ;

MAIN: contributors.

0 comments on commit 5cc0eb5

Please sign in to comment.