2023-01-15 21:14:14 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Indent.
|
2023-01-15 21:13:49 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.1.2. From the changelog:
- Fix: `mob done --squash-wip` won't lose changes when you forget to
`mob start`
|
2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | |
Log message:
Revbump all Go packages after go119 update
|
2022-12-08 17:14:27 by Benny Siegert | Files touched by this commit (122) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-12-08 11:08:53 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.1.1. From the changelog:
- Fix: mob showed the wrong executable name in windows
- Feature: mob.sh now makes use of `--push-option=ci.skip` when pushing
- Feature: mob.sh now warns you when your git version is too old
|
2022-11-02 20:39:58 by Benny Siegert | Files touched by this commit (115) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-10-19 12:28:57 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 4.0.0. From the changelog:
- **NEW** Feature: `mob reset` doesn't reset the mob branch anymore. It
now warns you that it deletes the mob branch for everyone and if you
want to continue do `mob reset --delete-remote-wip-branch`.
- **NEW** Feature: `mob timer`, `mob break`, `mob start`, `mob next` and
`mob done` will stop already running local timers.
- Feature: `mob start --create` will create the remote branch and start
the mob session on that branch.
- Feature: mob.sh now also works with tools like `git-repo` which
symlink the `.git` folder
- Removed `MOB_START_INCLUDE_UNCOMMITTED_CHANGES` environment variable
(has been deprecated for some time).
- `MOB_DONE_SQUASH` no longer supports a boolean value, you have to use
the proper values `squash`, `no-squash` or `squash-wip` instead.
|
2022-10-05 13:33:09 by Benny Siegert | Files touched by this commit (113) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-09-26 20:40:24 by Benny Siegert | Files touched by this commit (113) |
Log message:
Revbump all Go packages after 1.19 became default
|
2022-09-16 06:40:06 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 3.2.0. From the changelog:
- Fix: `mob done --squash-wip` won't fail if a previously committed file
has uncommitted modifications.
- Feature: `MOB_TIMER_INSECURE=true` allows enterprises to use the
timer.mob.sh companion service despite SSL issues.
|