commit | cda8ab59bbdb24b4ef87083781dac1f4f1b973a1 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Fri Jun 23 09:43:38 2006 -0400 |
committer | Junio C Hamano <junkio@cox.net> | Fri Jun 23 16:55:51 2006 -0700 |
tree | e824785f5b7ace7d2ae1d69819be2a6678922d14 | |
parent | 8d3cbd27d46bdf42d632de0a2e7f048855941128 [diff] |
git-commit: allow -e option anywhere on command line Previously, the command 'git-commit -e -m foo' would ignore the '-e' option because the '-m' option overwrites the no_edit flag during sequential option parsing. Now we cause -e to reset the no_edit flag after all options are parsed. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <junkio@cox.net>