Releases: git-duet/git-duet
Releases · git-duet/git-duet
0.10.0
0.9.0
Merge pull request #109 from git-duet/update-changelog
0.8.0
Merge pull request #107 from git-duet/bootstrap Install dependencies in release job
0.7.0
IMPROVEMENTS:
- Better error messages if authors file is invalid YAML
BUG FIXES:
- Fix reading of
$GIT_DUET_SECONDS_AGO_STALE. This value was previously ignored. - Running
git-(solo|duet)outside of a git repo (regression in 0.6.0) $GIT_DUET_CO_AUTHORED_BYrespects$GIT_DUET_ROTATE_AUTHORgit-duet-mergenow correctly handles fast-forward merges now by not rewriting
0.6.0
git-duet 0.5.2
BUG FIXES:
- Fix Rubymine
gitwrapper script to match what Rubymine now passes - Return an actual error when the
git-authoris not set and using the global
git-duet configuration
git-duet 0.5.1
BUG FIXES:
- Send
--versionto stdout
git-duet 0.5.0
IMPROVEMENTS:
- Added a
--versionflag
git-duet 0.4.0
IMPROVEMENTS:
- You can now set
GIT_DUET_SET_GIT_USER_CONFIGto1to change the behavior
ofgit (solo|duet)to also setuser.nameanduser.emailto allow for
the use of normalgitcommands that look for these fields. Note that the
committerwill not be set whengit dueting unless you use thegit duet-*wrappers. git-duet-mergewas added to correctly add the--signoffduring merges- Add support for "mobbing" (more than 2 people pairing). This is supported by
allowing the specification of 3 or more initials whereby after each commit
the active pair is rotated to spread ownership evenly (requires
$GIT_DUET_ROTATE_AUTHORto be set). git-duet-(commit|merge|revert)now respectGIT_DUET_GLOBALin that, if it
is set, they will only pull thegit-duetconfiguration from the global git
config rather than looking at the repo config first
BUG FIXES:
git-duetandgit-solonow correctly respectGIT_DUET_GLOBALand-g
when displaying configuration
git-duet 0.3.1
0.3.1
BUG FIXES:
- Build using Golang 1.7.1 to fix issues with running on Mac OSX Sierra