dependabot[bot]
4cb975b886
Bump git2 from 0.14.4 to 0.15.0
...
Bumps [git2](https://github.com/rust-lang/git2-rs ) from 0.14.4 to 0.15.0.
- [Release notes](https://github.com/rust-lang/git2-rs/releases )
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.14.4...git2-curl-0.15.0 )
---
updated-dependencies:
- dependency-name: git2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 23:01:21 +00:00
dependabot[bot]
bae4f8b881
Bump clap from 3.2.12 to 3.2.16
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.12 to 3.2.16.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.12...v3.2.16 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 13:25:02 +00:00
dependabot[bot]
146760d933
Bump serde from 1.0.139 to 1.0.141
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.139 to 1.0.141.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.139...v1.0.141 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 22:05:10 +00:00
dependabot[bot]
6ce3a30e55
Bump serde from 1.0.138 to 1.0.139
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.138 to 1.0.139.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.138...v1.0.139 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 23:28:42 +02:00
dependabot[bot]
0d9066ba13
Bump clap from 3.2.8 to 3.2.12
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.2.8 to 3.2.12.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.8...v3.2.12 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 14:20:57 +02:00
dependabot[bot]
9c63a8dda2
Bump dirs from 2.0.2 to 4.0.0
...
Bumps [dirs](https://github.com/soc/dirs-rs ) from 2.0.2 to 4.0.0.
- [Release notes](https://github.com/soc/dirs-rs/releases )
- [Commits](https://github.com/soc/dirs-rs/commits )
---
updated-dependencies:
- dependency-name: dirs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 14:17:35 +02:00
Martin Frost
47af3e2e0b
Update toolchain and dependencies
2022-07-18 13:44:24 +02:00
Martin Frost
a5e35b546f
v0.4.2 - with submodules
...
Co-authored-by: Maria Hansson <mariahansson92@hotmail.com>
2022-05-13 18:46:27 +02:00
Martin Frost
a7d930b216
Bump dependencies
2022-05-13 18:45:47 +02:00
Martin Frost
6820d9b3ae
v0.4.1 - ^^
2021-12-26 23:38:45 +01:00
Martin Frost
854526724b
v0.4.0 - Manual override
2021-12-25 20:07:12 +01:00
Martin Frost
7b3a10890d
Add clap 3.0.0-rc.4
2021-12-11 00:39:37 +01:00
Martin Frost
8fc590906a
v0.3.5 - More quiet
...
Co-authored-by: Maria Hansson <mariahansson92@hotmail.com>
2021-08-20 22:51:50 +02:00
Martin Frost
579a9d0ad4
Disable default-features for git2
...
The git2 default-features all have to do with ssh or ssh-keys. Those
require OpenSSL, which seems to be a bit tricky to get to compile
properly when cross-compiling on CI.
Also, since this project does not need those parts of the git2
dependency, we should be able to safely disable those features.
Co-authored-by: Maria Hansson <mariahansson92@hotmail.com>
2021-08-20 21:07:06 +02:00
Martin Frost
e60fae7031
v0.3.4 - Print correct main author
...
This change makes `get_main_author` try to fetch `user.name` and
`user.email` from the current repo before falling back to a global
default.
Co-authored-by: Maria Hansson <mariahansson92@hotmail.com>
2020-11-10 13:35:45 +01:00
Martin Frost
4575605991
v0.3.3 - Ensure commit.template is set
...
We currently ensure this by simply overriding any existing template.
This is of course sub-optimal, but the previous recommendation, to
globally set `commit.template` to a relative path would otherwise make
`git commit` crash when run in a repo without first creating that
template file, e.g. by running `git mob ...` or `git solo` in the
project directory before committing anything.
This way, we don't have to globally set `commit.template`, and git-mob
will still work.
2020-10-24 18:21:32 +02:00
Martin Frost
a5ff50fd1b
v0.3.2 - Fix typo in README
2020-06-19 13:52:49 +02:00
Martin Frost
6d8df997d6
v0.3.1
...
Mention `git config commit.template` in README.
2020-06-19 13:49:03 +02:00
Martin Frost
dc822cdcac
Update lockfile dependencies
2020-06-19 13:38:04 +02:00
Martin Frost
609cdf83d8
Add git-edit-coauthor command
...
It is now possible to edit the available co-authors, in case you
misspelled someone's name, or they change their email address, or
something.
2020-05-24 13:23:15 +02:00
Martin Frost
de5af01d1f
First draft of git-mob binary
...
It can:
* Parse the `~/.git-coauthors` file
* List available co-authors with --list
* Filter available co-authors given a list of initials, giving an error
if no co-author matches a given initial
2020-05-23 20:56:32 +02:00
Martin Frost
8032a08656
Add working version of git-solo
...
`git-solo` clears the `.git/.gitmessage` commit message template in the
current git repository.
If the current working directory is not within a git repository, it will
print `Not in a git repository` on stderr and exit.
2020-05-23 20:56:32 +02:00