summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.3.5.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2007-11-07 18:07:07 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2007-11-07 18:07:07 -0800
commitbd6ba4d28bf75b0857b3c81aa8bca8e454d9e79e (patch)
treed3b4b2163d6be4e4dd8aade29ba85a9480dccd8a /Documentation/RelNotes-1.5.3.5.txt
parentMerge branch 'mh/work-tree' (diff)
parentAdd Documentation/CodingGuidelines (diff)
downloadtgif-bd6ba4d28bf75b0857b3c81aa8bca8e454d9e79e.tar.xz
Merge branch 'maint'
* maint: Add Documentation/CodingGuidelines When exec() fails include the failing command in the error message RelNotes-1.5.3.5: fix another typo
Diffstat (limited to 'Documentation/RelNotes-1.5.3.5.txt')
-rw-r--r--Documentation/RelNotes-1.5.3.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.3.5.txt b/Documentation/RelNotes-1.5.3.5.txt
index f99a2cd650..7ff1d5d0d1 100644
--- a/Documentation/RelNotes-1.5.3.5.txt
+++ b/Documentation/RelNotes-1.5.3.5.txt
@@ -90,5 +90,5 @@ Fixes since v1.5.3.4
* "git-send-pack $remote frotz" segfaulted when there is nothing
named 'frotz' on the local end.
- * "git-rebase -interactive" did not handle its "--strategy" option
+ * "git-rebase --interactive" did not handle its "--strategy" option
properly.