diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-14 18:50:01 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-14 18:50:01 -0700 |
commit | 3545193735522f733fdb4e345f16ddf131e2007a (patch) | |
tree | 9d14e21d5b1c03ec54d9a7b45defcb06b9caa69e /builtin-log.c | |
parent | 460c6996e27208898d3e24897e2ea35295c1cbf1 (diff) | |
parent | 52e7b744d365ad4fcbb49fbb2a7b59ddfea90440 (diff) | |
download | git-3545193735522f733fdb4e345f16ddf131e2007a.tar.gz |
Merge branch 'maint'
* maint:
Prepare for 1.5.1.5 Release Notes
gitweb: Add a few comments about %feature hash
git-am: Clean up the asciidoc documentation
Documentation: format-patch has no --mbox option
builtin-log.c: Fix typo in comment
Fix git-clone buglet for remote case.
Diffstat (limited to 'builtin-log.c')
-rw-r--r-- | builtin-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-log.c b/builtin-log.c index 38bf52f100..37447123f9 100644 --- a/builtin-log.c +++ b/builtin-log.c @@ -454,7 +454,7 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix) /* * Parse the arguments before setup_revisions(), or something - * like "git fmt-patch -o a123 HEAD^.." may fail; a123 is + * like "git format-patch -o a123 HEAD^.." may fail; a123 is * possibly a valid SHA1. */ for (i = 1, j = 1; i < argc; i++) { |