On Tue, Feb 02, 2016 at 01:45:50PM -0500, Eric Sunshine wrote: > On Tue, Feb 2, 2016 at 6:51 AM, Patrick Steinhardt 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 Thanks, fixed now.