Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- We have talked about it for quite some time now. How about making it happen? I won't miss dashed form commands much :) A compromised approach could be keeping porcelain commands in bindir, only plumbings are moved to libexecdir. That would be less shock than this. config.mak.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config.mak.in b/config.mak.in index 11d256e..1db0338 100644 --- a/config.mak.in +++ b/config.mak.in @@ -11,7 +11,7 @@ TCLTK_PATH = @TCLTK_PATH@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ -#gitexecdir = @libexecdir@/git-core/ +gitexecdir = @libexecdir@/git-core/ datarootdir = @datarootdir@ template_dir = @datadir@/git-core/templates/ -- 1.5.3.GIT - 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