credits: notes for all multi-committers

This commit is contained in:
Simon Michael 2021-08-29 09:11:04 -10:00
parent 6f96d21a3e
commit dade3e3421

View File

@ -3,59 +3,60 @@
hledger is brought to you by the
- Issue wranglers,
- Bug hunters,
- Design dreamers,
- Code slingers,
- Doc poets,
- Package marshals,
- Helping hands,
- Good news preachers,
- Bank rollers,
- Broom pushers,
and the innumerable other benefactors not mentioned here.
and by the visionary John Wiegley, who blazed the trail with [Ledger](https://ledger-cli.org),
<!-- - John Wiegley - inspiration, created the original ledger program -->
and by the innumerable other benefactors making it all possible.
## Commit authors
10073 commits in 14 years by 143 people as of 2021-08-28:
10080 commits in 14 years by 143 people as of 2021-08-29:
<!-- make showauthors, merge notes -->
| Commits | Author | Notes |
|---------|--------------------------------|-----------------------------------------------------------------------------------------------|
| 8745 | Simon Michael | founder, project leader |
| 334 | Stephen Morgan | |
| 158 | Dmitry Astapov | |
| 81 | Vladimir Zhelezov | |
| 72 | Alex Chen | |
| 52 | Mykola Orliuk | |
| 50 | Jakob Schöttl | |
| 40 | Everett Hildenbrandt | |
| 31 | Jakub Zárybnický | |
| 29 | Marko Kocić | hlint cleanup |
| 26 | Dominik Süß | |
| 26 | Justin Le | |
| 24 | Thomas R. Koll | |
| 17 | Peter Simons | |
| 17 | Joseph Weston | |
| 16 | Aleksandar Dimitrov | |
| 15 | Nolan Darilek | |
| 14 | Brian Wignall | |
| 12 | Tim Docker | parser improvements |
| 11 | Jesse Rosenthal | |
| 11 | Trygve Laugstøl | |
| 11 | Lawrence | |
| 10 | Julien Moutinho | |
| 10 | Nick Ingolia | parser improvements |
| 10 | Henning Thielemann | |
| 10 | Caleb Maclennan | |
| 9 | Eli Flanagan | |
| 9 | Ryan Desfosses | |
| 8 | Imuli | |
| 8 | Nicholas Niro | |
| 8 | Moritz Kiefer | |
| 7 | Hans-Peter Deifel | |
| 7 | Jacob Weisz | |
| 7 | Felix Yan | |
| Commits | Author | Notes ([chat](#footer) me with updates!)
|---------|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 8748 | Simon Michael | founder, project leader, lead developer |
| 334 | Stephen Morgan | performance, code cleanup, runtime error removal, cli/ui output, periodic transactions, parsing, deps, valuation, --gain report, hlint, lensification... |
| 158 | Dmitry Astapov | roi, files commands; --transpose; merge/improve --budget; generalise --forecast/--auto; docker packaging; improved CSV parsing, balancing, periodic transactions, close, parsing, docs, tests...|
| 81 | Vladimir Zhelezov | new bash shell completions |
| 72 | Alex Chen | parsing improvements, code cleanups, better error messages; dep updates |
| 52 | Mykola Orliuk | hledger-budget, hledger-prices addons; scientific number notation; print, hledger-equity, hledger-rewrite, --pivot, space, parsing improvements; code updates; GHC 8.0 support |
| 50 | Jakob Schöttl | bash completions; register --invert; timeclock parsing improvements; code cleanups |
| 40 | Everett Hildenbrandt | doc toolchain updates, switch from hakyll to pandoc; csv parser improvement |
| 31 | Jakub Zárybnický | hledger-web, hledger-ui improvements |
| 29 | Marko Kocić | build, hlint fixes; hledger-web improvement |
| 26 | Dominik Süß | hledger-web layout improvements |
| 26 | Justin Le | bs/cf/is improvements |
| 24 | Thomas R. Koll | hledger-web improvements |
| 17 | Peter Simons | build, dep fixes |
| 17 | Joseph Weston | parsing improvements; test, dep updates |
| 16 | Aleksandar Dimitrov | CSV separator rule |
| 15 | Nolan Darilek | Sandstorm app |
| 14 | Brian Wignall | output dates in YYYY-MM-DD format |
| 12 | Tim Docker | parsing improvements; proper date support; P directive (first code contributor, 2008-11) |
| 11 | Jesse Rosenthal | parsing improvementss |
| 11 | Trygve Laugstøl | hledger-web improvements; --format; CSV --rules-file, stdin support, separate in/out fields, interpolated description; test updates |
| 11 | Lawrence | --commodity-column; multi-day-of-week period expressions |
| 10 | Julien Moutinho | print CSV output; hledger-equity, hledger-rewrite, hledger-web, parsing improvements; hledger-check-dates addon |
| 10 | Nick Ingolia | include directive, account directive; parsing improvements (second code contributor, 2008-12) |
| 10 | Henning Thielemann | hledger-web improvements, quarter periods, code cleanup |
| 10 | Caleb Maclennan | payees/notes/descriptions commands; print improvement; doc, code, test updates |
| 9 | Eli Flanagan | hledger-web date picker; build, doc updates |
| 9 | Ryan Desfosses | warnings, docs, hledger-web fixes |
| 8 | Imuli | support multiple input files |
| 8 | Nicholas Niro | balancesheetequity command; balance tests, fix |
| 8 | Moritz Kiefer | --pretty-tables; dep updates; switch to megaparsec; cabal.project file; space leak fixes |
| 7 | Hans-Peter Deifel | dep updates; csv rules parsing fix; command line parsing improvements |
| 7 | Jacob Weisz | Sandstorm app improvements |
| 7 | Felix Yan | dep updates; doc updates |
| 6 | Roman Cheplyaka | chart command; hledger add improvements; --no-new-accounts |
| 6 | Gaith Hallak | undo (<) in hledger add; command line parsing improvement |
| 6 | Samuel May | multicommodity balance assertions |
@ -63,7 +64,7 @@ and the innumerable other benefactors not mentioned here.
| 5 | Jacek Generowicz | command line parsing fix |
| 5 | Martin Michlmayr | doc updates |
| 5 | Xinruo Sun | hledger-web --static-root; hledger-web autocomplete improvements; hledger print tag filtering |
| 5 | Eric Mertens | --pretty-tables; CSV whitespace fix |
| 5 | Eric Mertens | --pretty-tables improvements; CSV whitespace fix |
| 4 | Michael Snoyman | hledger-web improvements |
| 4 | Sergey Astanin | unicode support |
| 4 | Damien Cassou | payee directive, check improvements, info manual directory entries |