Next | Query returned 100 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   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) | Package updated
Log message:
Revbump all Go packages after go118 update
   2022-06-02 20:52:08 by Benny Siegert | Files touched by this commit (109) | Package updated
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) | Package updated
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.
   2022-04-25 17:14:08 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 3.1.0. From the changelog:

- Add `mob clean` command that removes orphan wip branches that might be
  a left over of someone else doing a `mob done`. This is especially
  helpful when using a lot of feature branches. If you call `mob clean`
  on an orphan wip branch, it will switch you to the base branch,
  falling back to main/master if the base branch does not exist.
- The values `squash`, `no-squash` and `squash-wip` for MOB_DONE_SQUASH
  can be set not only via env var, but now in the .mob configuration
  file as well.
   2022-04-13 09:51:02 by Benny Siegert | Files touched by this commit (106) | Package updated
Log message:
Revbump all Go packages after go117 update
   2022-03-28 17:27:17 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 3.0.0. From the changelog:

- **NEW** Mob will automatically open the last modified file of the
  previous typist in your preferred IDE. Therefore, you need to set the
  configuration option `MOB_OPEN_COMMAND` to a command which opens your
  IDE. For example, the open command for IntelliJ is `idea %s`
- Add a Smiley face to Happy Collaborating message to make your day :)

Next | Query returned 100 messages, browsing 51 to 60 | Previous