UNPKG

569 BPlain TextView Raw
1Usage: git ssb [--no-forks] authors [<repo>]
2
3 List feeds who pushed to a repo, including those which pushed to
4 a fork if their commit was later merged into the upstream.
5
6 Output is space separated lines containing information about the
7 last update by each feed:
8
9 <last update id> <feed id> <feed name>
10
11Options:
12 -n --no-forks Only look at updates pushed directly to the repo,
13 not updates pushed to forks and then merged
14
15Arguments:
16 repo id, url, or git remote name of the base repo.
17 default: 'origin' or 'ssb'