Jeff King
036dbbfb2d
commit: refactor option parsing
...
The options are declared as a static global, but really they
need only be accessible from cmd_commit. Additionally,
declare the "struct wt_status" in cmd_commit and cmd_status
as static at the top of each function; this will let the
options lists reference them directly, which will facilitate
further cleanups.
Signed-off-by: Jeff King <peff@peff.net>
2012-05-08 04:51:07 -04:00
..
2012-02-13 11:42:18 -08:00
2012-02-03 23:19:42 -08:00
2012-05-01 21:11:49 -07:00
2012-03-04 22:17:52 -08:00
2012-02-07 10:44:54 -08:00
2012-02-16 14:18:06 -08:00
2012-02-21 15:14:37 -08:00
2012-01-06 12:44:07 -08:00
2012-05-08 04:51:07 -04:00
2012-03-28 15:19:17 -07:00
2012-03-23 13:52:05 -07:00
2012-03-01 20:59:31 -08:00
2012-05-01 21:12:36 -07:00
2012-05-03 15:29:25 -07:00
2012-04-18 22:50:28 -07:00
2012-02-28 14:55:39 -08:00
2012-03-01 20:59:31 -08:00
2012-01-16 14:34:33 -08:00
2011-12-20 16:02:08 -08:00
2012-03-01 09:15:58 -08:00
2012-01-16 16:06:57 -08:00
2012-05-03 15:36:15 -07:00
2011-12-28 11:32:36 -08:00
2011-12-13 21:12:34 -08:00
2011-12-22 11:27:26 -08:00
2012-02-26 17:46:00 -08:00
2012-03-07 10:24:33 -08:00
2012-03-07 10:24:33 -08:00
2012-04-05 13:35:57 -07:00
2012-02-21 15:14:41 -08:00
2012-02-27 15:33:33 -08:00
2012-02-28 10:47:30 -08:00
2012-04-15 13:33:31 -07:00
2012-02-13 13:06:53 -08:00
2012-02-27 15:58:36 -08:00
2012-02-20 00:15:28 -08:00
2012-03-08 14:03:07 -08:00