Skip to content
Snippets Groups Projects
Commit 1f0e5d26 authored by Erick Lavoie's avatar Erick Lavoie
Browse files

Update README.md

parent cd7e2779
Branches
No related tags found
No related merge requests found
......@@ -574,6 +574,21 @@ Then update reference `refs/heads/$AUTHOR` to this new commit.
### Repository
#### `crb/repo-deliver` [(src)](./crb/repo-deliver)
*TBD*
Print all messages from all authors under `refs/heads/*` newer than those under `refs/delivered/*` in causal order, then update `refs/delivered/*` to reference the same messages as `refs/heads/*`.
#### `crb/repo-fetch ORIGIN` [(src)](./crb/repo-fetch)
*TBD*
Replicate all branches under `refs/heads/*` in remote repository at `ORIGIN` and store them under `remotes/ORIGIN/*`. `ORIGIN` must be a valid remote repository (see `git remote --help`).
#### `crb/repo-frontier` [(src)](./crb/repo-frontier)
*provided*
Return all commit references from both `ref/heads/*` and `refs/remotes/*`.
#### `crb/repo-init REPOPATH [NAME]` [(src)](./crb/repo-init)
*provided*
......@@ -581,10 +596,6 @@ Initialize a new repository at `REPOPATH` with name `NAME`. If
`NAME` is not specified, use `REPOPATH`. Store the name under
`$REPOPATH/.git/git-cb`. `NAME` must not contain the `/` character.
#### `crb/repo-deliver` [(src)](./crb/repo-deliver)
*TBD*
Print all messages from all authors under `refs/heads/*` newer than those under `refs/delivered/*` in causal order, then update `refs/delivered/*` to reference the same messages as `refs/heads/*`.
#### `crb/repo-merge` [(src)](./crb/repo-merge)
*TBD*
......@@ -596,11 +607,6 @@ For each remote branch `refs/remotes/ORIGIN/AUTHOR`, if the local branch `refs/h
Clear terminal and print the state of the repository every `INTERVAL` seconds. `INTERVAL` defaults to 3 seconds.
#### `crb/repo-fetch ORIGIN` [(src)](./crb/repo-fetch)
*TBD*
Replicate all branches under `refs/heads/*` in remote repository at `ORIGIN` and store them under `remotes/ORIGIN/*`. `ORIGIN` must be a valid remote repository (see `git remote --help`).
#### `crb/repo-push ORIGIN` [(src)](./crb/repo-push)
*TBD*
......@@ -609,11 +615,6 @@ Replicate all local branches under `refs/heads/*` to remote repository `ORIGIN`
under `.git/git-cb` of the local repository). `ORIGIN` must be a valid remote repository (see
`git remote --help`).
#### `crb/repo-frontier` [(src)](./crb/repo-frontier)
*provided*
Return all commit references from both `ref/heads/*` and `refs/remotes/*`.
### Assumptions
The implementation of the previous API is based on the following assumptions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment