Christian Couder <christian.couder@xxxxxxxxx> writes: > I wonder if we could reuse "git config" which is already a "kitchen > synk" command to get/set a lot of parameters. I doubt it makes much sense. * Things like toplevel and cdup are not even something you configure. It is where you are, the current state of you. "git config" does not make any sense at all. * manpath and execpath and friends _might_ be something you may want to configure, and teach relevant codepaths to pay attention to the new configuration values. But until that happens, it does not make sense to have that information in "git config". "git config" does not show values that are not actually configured, so it won't be a replacement for "git --man-path" for those who do not have nonstandard place configured. So... -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html