aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.4.txt
diff options
context:
space:
mode:
authorWincent Colaiuta <win@wincent.com>2007-11-26 09:34:48 +0100
committerJunio C Hamano <gitster@pobox.com>2007-11-26 12:32:04 -0800
commite0fda6abd11c567b72f29ec0ee06c541404a9cb7 (patch)
tree77a7e4a849bbec646d88ae863f80ea3f519e26bd /Documentation/RelNotes-1.5.4.txt
parent1ab58e8d6f728cdde0057f7ee88daab3a1c2d06f (diff)
downloadgit-e0fda6abd11c567b72f29ec0ee06c541404a9cb7.tar.gz
git-e0fda6abd11c567b72f29ec0ee06c541404a9cb7.tar.xz
Fix typo in draft 1.5.4 release notes
Signed-off-by: Wincent Colaiuta <win@wincent.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.4.txt')
-rw-r--r--Documentation/RelNotes-1.5.4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt
index ff4d3d82b..c9c537649 100644
--- a/Documentation/RelNotes-1.5.4.txt
+++ b/Documentation/RelNotes-1.5.4.txt
@@ -26,7 +26,7 @@ Updates since v1.5.3
* In git-rebase, when you decide not to replay a particular change
after the command stopped with a conflict, you can say "git-rebase
--skip" without first running "git reset --hard", as the command now
- run it for you.
+ runs it for you.
* git-remote knows --mirror mode.