diff options
author | Wincent Colaiuta <win@wincent.com> | 2007-11-26 09:34:48 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-26 12:32:04 -0800 |
commit | e0fda6abd11c567b72f29ec0ee06c541404a9cb7 (patch) | |
tree | 77a7e4a849bbec646d88ae863f80ea3f519e26bd /Documentation | |
parent | 1ab58e8d6f728cdde0057f7ee88daab3a1c2d06f (diff) | |
download | git-e0fda6abd11c567b72f29ec0ee06c541404a9cb7.tar.gz |
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')
-rw-r--r-- | Documentation/RelNotes-1.5.4.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt index ff4d3d82b0..c9c537649f 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. |