Martin von Zweigbergk
14e7df995a
index: move static functions from Index to IndexFile and delete it
...
The Index struct no longer has any state, so it's not needed.
2020-12-18 16:12:45 -08:00
Martin von Zweigbergk
00fb670c9c
index: make Index::load() return Arc<IndexFile> instead of Index
...
This removes one level of indirection, which is nice because it was
visible to the callers. The `Index` struct is now empty. The next step
is obviously to delete it (and perhaps rename `IndexFile` to `Index`
or `ReadonlyIndex`).
2020-12-18 16:12:45 -08:00
Martin von Zweigbergk
af1760b02e
index: load index file eagerly in Index::load() now that Repo::index() is lazy
2020-12-18 16:12:45 -08:00
Martin von Zweigbergk
2d9aa08334
readme: fix two more little typos
2020-12-18 15:46:49 -08:00
Martin von Zweigbergk
9f4c3bab5e
readme: drop repeated "a merge commit"
2020-12-18 14:35:12 -08:00
Martin von Zweigbergk
6721b576b7
releasing: add copyright header also to generated files
...
This doesn't seem right to me, but it seems the release tool (`cross`)
requires it.
2020-12-15 18:36:23 -08:00
Martin von Zweigbergk
4f045561e6
replace placeholder README.md with real content
2020-12-14 08:41:52 -08:00
Martin von Zweigbergk
6f182fbea4
add .gitignore
2020-12-12 00:23:56 -08:00
Martin von Zweigbergk
6b1427cb46
import commit 0f15be02bf4012c116636913562691a0aaa7aed2 from my hg repo
2020-12-12 00:23:38 -08:00
Martin von Zweigbergk
1fa53a13b0
releasing: add missing trailing newlines to .github/ files
2020-12-11 23:44:55 -08:00
Martin von Zweigbergk
25caaa0081
Boilerplate for new Google open source project
2020-12-11 23:37:59 -08:00