On Tue, Feb 2, 2016 at 6:51 AM, Patrick Steinhardt [off-list ref] wrote:
When setting the 'core.worktree' option for a newly cloned
submodule we ignore the return value of `git_config_set_in_file`.
As this leaves the submodule in an inconsistent state, we instaed
we want to inform the user that something has gone wrong by
s/instaed/instead/
Also, there are too many "we"s, so dropping one would be a good idea:
either "we instead" or "instead we".
printing an error and aborting the program.
Signed-off-by: Patrick Steinhardt <redacted>