1
0
mirror of https://github.com/git/git.git synced 2025-03-23 10:36:35 +00:00
git/builtin
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-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-01 20:59:31 -08:00
2011-12-28 11:32:36 -08:00
2011-12-22 11:27:26 -08:00
2012-02-20 00:15:28 -08:00