GitHub commits so far this year

Curious about the open source work done this year in GitHub across all of the official FreePBX repositories at FreePBX 路 GitHub ?

The below table represents one way to look at things where the commits column is the output of this pretty shell line running in each repo:

git shortlog --numbered --summary --no-merges --since="2024-01-01" | tr -s '[:blank:]' | sed -e 's/^ //' -e 's/\t/ /' | cut -f1 -d' ' | awk '{s+=$1} END {print s}'

The :link: column is a quick jump to compare the first (this year) and last (as of 2024-11-12T07:00:00Z) commit on the repository鈥檚 current default branch.

Sorted in a markdown table for easier forum viewing:

鈥ets a little sloppy at the end, also left out a few things which did not see any changes this year (yet :slight_smile: