diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2015-08-26 17:08:35 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2015-08-26 17:08:35 -0400 |
commit | 126932eb0b3986784915acb4fab8f4137d162651 (patch) | |
tree | f2a32c73ca9902cd8158f75295e6fd2b2b41d33e | |
parent | c1322a9ee6a2ae641fd62deaa4a2b54a1ea9dc10 (diff) | |
parent | fec4a68cf9de222594583cf002fd1aea138ad50c (diff) | |
download | libgit2-126932eb0b3986784915acb4fab8f4137d162651.tar.gz |
Merge pull request #3399 from arthurschreiber/patch-8
Fix a typo [ci skip]
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd4b3447..8f28cbf3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ v0.23 + 1 * `git_cert` descendent types now have a proper `parent` member -* It is the responsibility fo the refdb backend to decide what to do +* It is the responsibility of the refdb backend to decide what to do with the reflog on ref deletion. The file-based backend must delete it, a database-backed one may wish to archive it. |