Skip to content

Releases: rkotze/git-mob

Bug fix set mob authors in subdirectory

17 Jan 21:18
Compare
Choose a tag to compare
  • PR #37 - initial repository without a set commit.template path would get the wrong path set when calling git mob xx when in a subdirectory.

Committing inside a git submodule

17 Jan 16:56
Compare
Choose a tag to compare

Bug

  • Fix issue #33 Committing inside a git submodule

Getting started git-coauthors

16 Jan 17:47
Compare
Choose a tag to compare
  • Installing Git Mob will automatically create .git-coauthors file if it does not exist with an example user.
  • VS Code extension for Git Mob is also available.

Inline commits add the co-authors

22 Nov 21:58
Compare
Choose a tag to compare

To address issue #22 when you do inline commits add the co-authors to the end of the git message.

This has been built so that it can easily fit in your project by allowing you to customise the prepare-commit-msg hook. A working hook example is also provided to get going quickly for new projects.

See the readme for more details.

npm git-mob

List available co authors

12 Sep 18:06
Compare
Choose a tag to compare

Using the command git mob --list you can now see a list of available co-authors which are in your ~/.git-coauthors file.

Example:

$ git mob --list
jd Jane Doe jane@example.com
ad Amy Doe amy@example.com
bd Bob Doe bob@example.com

Fix detection of git version on Windows

10 Jul 22:16
Compare
Choose a tag to compare

Ensures that the correct strategy is used to find the .gitmessage file depending on the git version.

Fix git-mob in subdirectories for older git versions

10 Jun 22:54
Compare
Choose a tag to compare

Thanks to @Sarabadu for fixing an issue in git-mob that would occur when running a git version before v2.13.

The git rev-parse --git-dir command has different behaviour before and after git v2.13, which was causing git-mob not to find the commit template file when executed from a subdirectory.

Pull Request #29
Issue #24
Issue #25

Security patch + Docs

09 Jun 15:38
Compare
Choose a tag to compare
  • Patch a security vulnerability via npm audit fix
  • Add a code of conduct, currently enforced by Dennis I. and Richard K.
  • Add a template for bug reports
  • Add a template for feature requests
  • Document the release process

Notify when an update is available

13 May 03:09
Compare
Choose a tag to compare

Will only check once per week for an update, and only notify once per week if there is an update.

Changes: v0.1.8...v0.2.0

Improve feedback when used outside a git repo

12 May 23:50
Compare
Choose a tag to compare