2021-07-13 13:36:45 by Benny Siegert | Files touched by this commit (132) | |
Log message:
Revbump all Go packages after go116 update
|
2021-06-28 22:29:52 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.7.0. From the changelog:
- Allows creating parallel mob sessions on the same repository
more easily.
- `mob branch` shows all remote mob branches currently available.
- `mob fetch` fetches the remote state, so you have everything up to
date locally. Helpful to combine with `mob status` and `mob branch`
who don't fetch by themselves.
|
2021-06-06 14:19:04 by Benny Siegert | Files touched by this commit (203) | |
Log message:
Revbump all Go packages after go116 update
|
2021-05-12 00:05:35 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.6.0. From the changelog:
- When `mob start` fails, the timer no longer starts to run.
|
2021-05-09 11:36:57 by Benny Siegert | Files touched by this commit (1) |
Log message:
mob: switch to building as a module, bump revision
|
2021-05-08 17:02:47 by Benny Siegert | Files touched by this commit (216) | |
Log message:
Revbump all Go packages after go116 update
|
2021-04-20 15:07:30 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.5.0. From the changelog:
- Less noisy output: Only show number of unpushed commits in output if
there are more than 0.
- Add experimental command `mob squash-wip` to squash any WIP commits in
the wip branch into a following manual commit using `git rebase
--interactive` with `mob` as the temporary `GIT_EDITOR`.
- The order of the latest commit is now reversed, the latest one is
shown last.
- Add experimental configuration option `MOB_WIP_BRANCH_PREFIX` to
configure the `mob/` prefix to some other value.
|
2021-04-02 15:01:32 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.4.0. From the changelog:
- The list of commits included in a mob branch is now truncated to a
maximum of 5 entries to prevent the need for scrolling up in order to
see the latest included changes.
- Show more informative error message when `mob <cmd>` is run outside of
a git repository.
- Add environment variable MOB_TIMER which allows setting a default
timer duration for `mob start` and `mob timer` commands.
- Add automatic co-author attribution. Mob will collect all committers
from a WIP branch and add them as co-authors in the final WIP commit.
- added support for preventing `mob start` if there are unpushed commits
- better output if one passes a negative number for the timer
|
2021-03-19 18:37:10 by Benny Siegert | Files touched by this commit (215) | |
Log message:
Revbump all Go packages after go115 update
|
2021-02-27 19:33:24 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.3.0. From the changelog:
- The default `MOB_COMMIT_MESSAGE` now includes `[ci skip]` and `[skip
ci]` so that all the typical CI systems (including Azure DevOps) will
skip this commit.
- Add `--squash` option to `mob done` that corresponds to `--no-squash`.
- Fixes the default text to speech command on linux and osx.
- Removed `MOB_DEBUG` environment variable (has been deprecated for
some time).
|