Next | Query returned 100 messages, browsing 91 to 100 | previous

History of commit frequency

CVS Commit History:


   2021-02-01 18:13:39 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 1.2.0. From the changelog:

- Add environment variable `MOB_REQUIRE_COMMIT_MESSAGE` which you could
  set to true to require a commit message other than the default one.
- Fixes a bug where you could not run `mob start --branch feature-1`
  because feature-1 contained a dash.
   2021-01-23 15:23:16 by Benny Siegert | Files touched by this commit (209) | Package updated
Log message:
Revbump all Go packages after go115 update
   2021-01-03 08:38:51 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 1.1.0. From the changelog:

- Add optional `--no-squash` for `mob done` to keep commits from
  wip branch.
- Add environment variable `MOB_DONE_SQUASH` to configure the `mob done`
  behaviour. `MOB_DONE_SQUASH=false` is equal to passing flag
  `--no-squash`.
   2020-12-03 21:50:46 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 1.0.0. From the changelog:

- BREAKING: `MOB_WIP_BRANCH_QUALIFIER_SEPARATOR` now defaults to '-'.
- BREAKING: `MOB_NEXT_STAY` now defaults to 'true'.
- Proposed cli commands like `mob start --include-uncommitted-changes`
  are now shown on a separate line to allow double clicking to copy in
  the terminal.
   2020-11-15 18:56:46 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 0.0.27. From the changelog:

- Add way to configure `MOB_WIP_BRANCH_QUALIFIER` via an environment
  variable instead of `--branch` parameter. Helpful if multiple teams
  work on the same repository.
- Add way to configure `MOB_WIP_BRANCH_QUALIFIER_SEPARATOR` via an
  environment variable. Defaults to '/'. Will change to '-' in future
  versions to prevent branch naming conflicts (one cannot have a branch
  named `mob/main` and a branch named `mob/main/green` because
  `mob/main` cannot be a file and a directory at the same time).
   2020-11-13 20:26:26 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after go115 update
   2020-11-08 22:59:39 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after Go 1.15 update.
   2020-10-26 11:38:28 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 0.0.26. From the changelog:

- Add a way to configure the voice command via the environment variable
  `MOB_VOICE_COMMAND`.
- Allow disabling voice or notification by setting the environment
  variables `MOB_VOICE_COMMAND` or `MOB_NOTIFY_COMMAND` to an
  empty string.
- Fix a bug where a failure in executing the voice command would lead to
  omitting the notification.
- `mob config` now shows the currently used `MOB_VOICE_COMMAND` and
  `MOB_NOTIFY_COMMAND`.
- Add `mob next --message "custom commit message"` as an option to
  override the commit message during `mob next`.
   2020-10-15 15:08:34 by Benny Siegert | Files touched by this commit (188) | Package updated
Log message:
Revbump all Go packages after go115 update.
   2020-09-18 11:27:43 by Amitai Schleier | Files touched by this commit (4)
Log message:
Initial import of mob, a tool for swift git handover during remote mob
programming.

With on-site Mob Programming, you just pass on the keyboard to hand over
to the next person. This is a challenge for a distributed team.

We hand over with WIP commits on a temporary git branch. A quick
handover is essential. At the end of the mob session, we squash the WIP
commits into expressive commits and merge into master.

We created the mob tool to simplify this process. mob notifies you when
it's time to handover. mob can moo.

Next | Query returned 100 messages, browsing 91 to 100 | previous