Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit 3cc7098

Browse files
committed
OMG, a changelog, how novel. :)
1 parent a23c838 commit 3cc7098

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# CHANGELOG
2+
3+
## 1.4.0 - released 2015-01-15
4+
5+
### `git pair-commit` explicitly sets the author name
6+
7+
Before this change, git's user.name setting would override. In
8+
repositories where the user had previously run `git duet`, this meant
9+
that after a `git pair --global ...` the email was set correctly by `git
10+
pair-commit`, but the author name was not.
11+
12+
[#62606550]
13+
14+
### `git pair-commit` sets committer name and email
15+
16+
[Finishes #62606550]
17+
18+
### Add ability to use a custom email address per user
19+
20+
# include the following section to set custom email addresses for users
21+
email_addresses:
22+
23+
24+
### Include the $HOME directory if it's not in the list of pwd ancestors.
25+
26+
This fixes the actual behavior to match the documentation, which states that the `.pairs` file may be in the user's home directory.

0 commit comments

Comments
 (0)