diff options
author | David D Kilzer <ddkilzer@kilzer.net> | 2007-11-03 07:04:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-03 21:43:58 -0700 |
commit | ee787400de25ed419f40e70698ba35db475b2d61 (patch) | |
tree | 6329507624c68da11834383b4d094846db59ba7b | |
parent | b92565dc5c505c3d01f3219fb7f61ebc70630a2c (diff) | |
download | git-ee787400de25ed419f40e70698ba35db475b2d61.tar.gz git-ee787400de25ed419f40e70698ba35db475b2d61.tar.xz |
RelNotes-1.5.3.5: fix typo
Signed-off-by: David D Kilzer <ddkilzer@kilzer.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes-1.5.3.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.5.3.5.txt b/Documentation/RelNotes-1.5.3.5.txt index 4e46d2c2a..f99a2cd65 100644 --- a/Documentation/RelNotes-1.5.3.5.txt +++ b/Documentation/RelNotes-1.5.3.5.txt @@ -63,8 +63,8 @@ Fixes since v1.5.3.4 * Git segfaulted when reading an invalid .gitattributes file. Fixed. - * post-receive-email example hook fixed was fixed for - non-fast-forward updates. + * post-receive-email example hook was fixed for non-fast-forward + updates. * Documentation updates for supported (but previously undocumented) options of "git-archive" and "git-reflog". |