2021-11-12 10:16:45 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.1.0. From the changelog:
- When having set `MOB_TIMER_ROOM` the local timer keeps on working. To
disable the local timer altogether, please disable it via `export
MOB_TIMER_LOCAL=false`.
- Improved message when nothing to commit (Thanks to @seanpoulter for
https://github.com/remotemobprogramming/mob/pull/202)
|
2021-11-05 21:02:50 by Benny Siegert | Files touched by this commit (97) | |
Log message:
Revbump all Go packages after go117 update
|
2021-10-29 14:22:05 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.0.0. From the changelog:
- **NEW** create a team room on https://timer.mob.sh to have a team
timer. Set `MOB_TIMER_ROOM` to the name of your team room and mob will
automatically send timer requests to your team room. Mob now even
supports breaks with `mob break <minutes>`.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-08 20:55:13 by Benny Siegert | Files touched by this commit (96) | |
Log message:
Revbump all Go packages after go117 update
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-09-17 15:52:58 by Benny Siegert | Files touched by this commit (99) | |
Log message:
Revbump all Go packages after go117 update
|
2021-09-13 09:36:17 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 1.12.0. From the changelog:
- If you renamed the executable or use a symlink to use a
different name, `mob` will detect the new name and use that in
its console output.
- Improves error handling when using `mob start -i`. When the working
directory is a subdirectory that would be removed due to `git stash`
the mob tool will tell the user about this and aborts with an error.
pkgsrc changes:
- Install an `ensemble` symlink.
|
2021-08-11 21:35:16 by Benny Siegert | Files touched by this commit (112) | |
Log message:
Revbump all Go packages after go116 update
|
2021-07-28 16:04:30 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.8.0. From the changelog:
- `mob next` does not show the same committer multiple times in the list
of previous committers.
- `mob next` does not suggest the current Git user to be the next typist
as long as there were other persons involved in the mob.
- `mob next` performs a simple lookahead to also suggest persons who
might have been absent only during the last mob round.
- When user.name is not set in the git config, mob no longer shows an
error but a warning with a help how to fix it.
|