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.
|
2022-09-07 11:32:31 by Benny Siegert | Files touched by this commit (114) | |
Log message:
Revbump all Go packages after go118 security update
|
2022-08-12 22:38:12 by Benny Siegert | Files touched by this commit (114) | |
Log message:
Revbump all Go packages after go118 security update
|
2022-07-14 16:09:45 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 3.1.5. From the changelog:
- Add a more specific error message if `git` is not installed.
- Allow for using `mob timer` outside of git repositories.
- Fix: `mob done --squash-wip` now successfully auto-merges
auto-mergeable diverging changes.
- Print the help output whenever any kind of help argument (`help`,
`--help`, `-h`) is present in the command, e.g. `mob s 10 -h`.
- Adds a warning to `mob start` in case the wip branch diverges from the
main branch.
- Various fixes in suggestion of next typist:
- Show list of last committers only if there are any.
- Skip suggestions if there has only been a single person so far.
- Consider the case of a new typist joining the session.
- Fix reporting on first commit.
- Show a deprecation warning when MOB_DONE_SQUASH is set to `true` or
`false` in the environment variable or in the .mob configuration file.
|
2022-07-13 18:03:09 by Benny Siegert | Files touched by this commit (110) | |
Log message:
Revbump all Go packages after go118 update
|
2022-06-02 20:52:08 by Benny Siegert | Files touched by this commit (109) | |
Log message:
Revbump all Go packages after go118 update
|
2022-06-01 20:05:57 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 3.1.4. From the changelog:
- Fixes a bug where mob saves the wrong filepath of the last modified
file in the wip commit message.
|
2022-05-11 21:26:30 by Benny Siegert | Files touched by this commit (106) | |
Log message:
Revbump all Go packages after go118 update
|
2022-05-01 19:07:10 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 3.1.3. From the changelog:
- Fixes a bug where mob hides output of interactive git hooks when
`MOB_GIT_HOOKS_ENABLED=true`. And without output, the user doesn't
know what to input. And without input, mob waits indefinitely.
|
2022-04-29 15:03:35 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 3.1.1. From the changelog:
- Fixes a bug where `mob clean` failed to delete an orphaned wip branch
because of unmerged commits.
|