Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-04-21 00:22:39 +0300
committerEdward Thomson <ethomson@microsoft.com>2015-04-21 00:22:39 +0300
commitaa9bb425a951565663cf15e23e41b00ac46bf1a5 (patch)
treed096e28d3b8ceef0bd3d6d635f56494373819a2f /CHANGELOG.md
parent94c988f6d6f4930ee4c120f6ce7932b5e49637be (diff)
rebase: correct documentation, CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b97360c9e..12c60532c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,7 @@ v0.22 + 1
allow for specifying the expression from the user to be put into the
reflog.
-* `git_rebase_commit` now return `GIT_EUNMERGED` when you attempt to
+* `git_rebase_commit` now returns `GIT_EUNMERGED` when you attempt to
commit with unstaged changes.
### API additions