diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-07 18:07:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-07 18:07:07 -0800 |
commit | bd6ba4d28bf75b0857b3c81aa8bca8e454d9e79e (patch) | |
tree | d3b4b2163d6be4e4dd8aade29ba85a9480dccd8a /Documentation/RelNotes-1.5.3.5.txt | |
parent | e0901de4b139f8a74f2ce6efa9be83e9b7d40afd (diff) | |
parent | 6d0618a820a20846d60b665897fcce600f452eec (diff) | |
download | git-bd6ba4d28bf75b0857b3c81aa8bca8e454d9e79e.tar.gz git-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.txt | 2 |
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 f99a2cd65..7ff1d5d0d 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. |