Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.22 KB

AUTHORS.md

File metadata and controls

35 lines (23 loc) · 1.22 KB

Authors and Contributors

BETSE is principally authored by Alexis Pietak and Cecil Curry with much-appreciated contributions from (in chronological order of first merge request):

A rousing thanks to these illustrious contributors, without whom BETSE would only be a dim glimmer in the undocumented shallows of GitLab. You are uniformly awesome. *

* As evidenced by this footnote, we really mean it.

GitLab

For an HTML5-driven topology of all contributors, see our Contributors Graph.

Git

For a CLI-driven list of all contributions to filename ${filename} by:

  • High-level commits (tracked across file renames), run the following command in local copies of BETSE's Git repository:

      git log --follow ${filename}
    
  • Low-level line numbers, run the following command in the same:

      git blame ${filename}