Thiago Farina
e78d01bf4e
builtin/merge_recursive.c: Add an usage string and make use of it.
...
This improves the usage output by adding builtin_merge_recursive_usage string
that follows the same pattern used by the other builtin commands.
The previous output for git merger-recursive was:
usage: merge-recursive <base>... -- <head> <remote> ...
Now the output is:
usage: git merge-recursive <base>... -- <head> <remote> ...
Since cmd_merge_recursive is used to handle four different commands we need
the %s in the usage string, so the following example:
$ git merge-subtree -h
Will output:
usage: git merge-subtree <base>... -- <head> <remote> ...
Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-09-03 09:37:10 -07:00
..
2010-07-12 15:13:54 -07:00
2010-02-22 14:29:41 -08:00
2010-07-23 14:44:38 -07:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-08-22 13:25:08 -07:00
2010-06-21 06:02:47 -07:00
2010-02-22 14:29:41 -08:00
2010-06-27 12:07:55 -07:00
2010-02-22 14:29:41 -08:00
2010-08-06 10:01:45 -07:00
2010-02-22 14:29:41 -08:00
2010-07-27 13:29:14 -07:00
2010-02-22 14:29:41 -08:00
2010-06-18 11:16:53 -07:00
2010-04-01 23:53:54 -07:00
2010-08-20 12:53:09 -07:00
2010-03-28 09:48:25 -07:00
2010-02-22 14:29:41 -08:00
2010-06-16 16:21:15 -07:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-03-24 16:25:39 -07:00
2010-07-16 15:45:35 -07:00
2010-06-27 10:06:52 -07:00
2010-02-22 14:29:41 -08:00
2010-09-01 13:52:10 -07:00
2010-06-30 11:55:38 -07:00
2010-08-26 16:42:25 -07:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-07-15 12:07:18 -07:00
2010-03-10 15:25:18 -08:00
2010-07-25 23:14:18 -07:00
2010-08-12 13:26:05 -07:00
2010-05-10 11:25:37 -07:00
2010-08-25 12:11:59 -07:00
2010-06-30 11:55:38 -07:00
2010-05-11 22:55:44 -07:00
2010-03-21 16:23:44 -07:00
2010-05-31 16:59:27 -07:00
2010-06-27 10:06:51 -07:00
2010-02-22 14:29:41 -08:00
2010-06-21 05:38:50 -07:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-09-03 09:37:10 -07:00
2010-07-14 12:56:49 -07:00
2010-06-18 11:16:54 -07:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-06-27 10:06:51 -07:00
2010-02-22 14:29:41 -08:00
2010-08-09 10:12:50 -07:00
2010-06-16 16:21:06 -07:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-04-19 13:01:49 -07:00
2010-02-22 14:29:41 -08:00
2010-08-09 10:13:18 -07:00
2010-08-12 18:06:07 -07:00
2010-07-08 18:55:50 -07:00
2010-07-07 10:25:15 -07:00
2010-05-21 04:02:18 -07:00
2010-06-30 11:55:38 -07:00
2010-02-22 14:29:41 -08:00
2010-09-01 13:57:23 -07:00
2010-03-31 15:14:27 -07:00
2010-06-12 09:39:06 -07:00
2010-07-07 11:18:26 -07:00
2010-06-29 10:36:13 -07:00
2010-02-22 14:29:41 -08:00
2010-03-15 00:58:24 -07:00
2010-06-27 10:06:52 -07:00
2010-05-25 09:48:49 -07:00
2010-06-27 10:06:51 -07:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-04-17 12:40:19 -07:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-03-10 15:25:18 -08:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00
2010-02-22 14:29:41 -08:00