Mark some branch-globs and clone-early projects as done

d221d24d1fd27758a561ea281005f6dd1a41418b

Tucker McKnight <tmcknight@instructure.com> | Sat Jan 31 2026

Mark some branch-globs and clone-early projects as done

Also add a todo about calculating the language graph by lines of code
rather than count of files.
example_site/package-lock.json:12
Before
12
        "eleventy-plugin-repoviewer": "file:~/repos/eleventy-plugin-repoviewer"
After
12
        "eleventy-plugin-repoviewer": "git+https://repos.tuckerm.us/eleventy-plugin-repoviewer.git#deploy/0.0.1-alpha.1"
wiki/index.md:10
Before
10
11
12
13
## Ideas and Works in Progress
- [ ] Branch Globs
  - Goal: allow users to specify a glob pattern (like `deploy/**`) instead of spelling out every branch name in full in their config file
  - [Project page](./projects/branch-globs.md.html)
After
10
11
12
13
## Works in Progress

## Ideas and Todos
wiki/index.md:52
Before
52
After
52
- [ ] get rid of lodash
  - lodash is one of the larger (largest?) dependencies right now. With mithril auto-escaping strings, it might not be necessary anymore. Look into which things actually need to be escaped (e.g. any user-input from commit messages) and see if we can just rely on mithril to escape those
- [ ] make the useDefaultTemplate option actually be used
- [ ] Compute language bar graph based on lines of code, not count of files
  - Also make a way for users to ignore certain files or filetypes
- [x] Show how many commits are different between the given branch and the main
      (or a specified branch?
- [x] Branch Globs
  - Goal: allow users to specify a glob pattern (like `deploy/**`) instead of spelling out every branch name in full in their config file
  - [Project page](./projects/branch-globs.md.html)
wiki/projects/branch-globs.md:1
Before
1
After
1
\#completed
wiki/projects/clone-early.md:1
Before
1
After
1
\#completed