Pratik Karki
f28d40d3a9
builtin rebase: support --onto
...
The `--onto` option is important, as it allows to rebase a range of
commits onto a different base commit (which gave the command its odd
name: "rebase").
This commit introduces options parsing so that different options can
be added in future commits.
Note: As this commit introduces to the parse_options() call (which
"eats" argv[0]), the argc is now expected to be lower by one after this
patch, compared to before this patch: argv[0] no longer refers to the
command name, but to the first (non-option) command-line parameter.
Signed-off-by: Pratik Karki <predatoramigo@gmail.com >
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2018-09-06 11:55:42 -07:00
..
2018-05-30 14:04:05 +09:00
2018-08-02 15:30:45 -07:00
2018-08-02 15:30:41 -07:00
2018-08-02 15:30:42 -07:00
2018-07-18 12:20:28 -07:00
2018-08-02 15:30:43 -07:00
2018-05-29 14:51:28 +09:00
2018-08-02 15:30:42 -07:00
2018-05-13 10:45:05 +09:00
2018-07-17 15:47:48 -07:00
2018-06-29 10:43:39 -07:00
2018-07-18 12:20:28 -07:00
2018-07-24 14:50:46 -07:00
2018-05-02 13:59:49 +09:00
2018-07-18 12:20:28 -07:00
2018-06-29 10:43:39 -07:00
2018-06-29 10:43:39 -07:00
2018-08-02 15:30:43 -07:00
2018-07-18 12:20:28 -07:00
2018-05-08 15:59:16 +09:00
2018-08-02 15:30:43 -07:00
2018-08-02 15:30:42 -07:00
2018-08-02 15:30:42 -07:00
2018-08-02 15:30:43 -07:00
2018-08-02 15:30:44 -07:00
2018-07-18 12:20:28 -07:00
2018-06-01 15:06:37 +09:00
2018-06-29 10:43:38 -07:00
2018-06-01 15:06:40 +09:00
2018-08-02 15:30:42 -07:00
2018-06-01 15:06:38 +09:00
2018-05-23 14:38:15 +09:00
2018-05-16 11:42:03 +09:00
2018-06-29 10:43:39 -07:00
2018-07-16 14:27:39 -07:00
2018-07-18 12:20:28 -07:00
2018-08-02 15:30:44 -07:00
2018-05-16 11:42:03 +09:00
2018-05-16 11:42:03 +09:00
2018-05-30 14:04:05 +09:00
2018-06-29 10:43:39 -07:00
2018-07-18 12:20:28 -07:00
2018-08-02 15:30:42 -07:00
2018-05-02 13:59:50 +09:00
2018-04-12 11:38:56 +09:00
2018-05-02 13:59:49 +09:00
2018-06-29 10:43:38 -07:00
2018-07-18 12:20:28 -07:00
2018-05-18 06:19:44 +09:00
2018-05-10 14:55:40 +09:00
2018-04-26 12:28:43 +09:00
2018-09-06 11:55:42 -07:00
2018-08-02 15:30:42 -07:00
2018-07-18 12:20:28 -07:00
2018-07-18 12:20:28 -07:00
2018-04-16 13:52:29 +09:00
2018-07-18 12:20:28 -07:00
2018-08-02 15:30:43 -07:00
2018-08-02 15:30:42 -07:00
2018-07-18 12:20:28 -07:00
2018-05-30 14:04:05 +09:00
2018-06-28 12:53:30 -07:00
2018-03-15 12:01:08 -07:00
2018-04-10 16:28:20 +09:00
2018-06-29 10:43:39 -07:00
2018-05-29 00:28:22 +09:00
2018-05-16 11:42:03 +09:00
2018-07-18 12:20:31 -07:00
2018-07-18 12:20:28 -07:00
2018-05-16 11:42:03 +09:00
2018-07-18 12:20:28 -07:00
2018-08-02 15:30:43 -07:00
2018-06-04 12:26:01 +09:00
2018-05-08 15:59:16 +09:00
2018-06-29 10:43:39 -07:00
2018-04-09 06:14:45 +09:00
2018-06-11 09:41:01 -07:00
2018-03-14 09:23:47 -07:00