Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steveukx authored Apr 9, 2022
1 parent 25667fe commit c8f2251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-git/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Minor Changes

- f2fc5c9: Show full commit hash in a `CommitResult`, prior to this change `git.commit` resulted in a partial hash in the `commit` property, following this change the `commit` property contains a full hash.
- f2fc5c9: Show full commit hash in a `CommitResult`, prior to this change `git.commit` would result in a partial hash in the `commit` property if `core.abbrev` is unset or has a value under `40`. Following this change the `commit` property will contain the full commit hash.

### Patch Changes

Expand Down

0 comments on commit c8f2251

Please sign in to comment.