From: Gerrit Pape <hidden> Date: 2016-06-15 22:46:16
If 'make install' was run with sufficient privileges, then the installed
builtins in gitexecdir, which are either hardlinked, symlinked, or copied,
would receive the user and group of whoever built git. With this commit the
git-add program is installed using $(INSTALL), and subsequently linked or
copied to the other builtins.
Signed-off-by: Gerrit Pape <redacted>
---
Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
From: Johannes Sixt <hidden> Date: 2016-06-15 22:46:16
Gerrit Pape schrieb:
quoted hunk
If 'make install' was run with sufficient privileges, then the installed
builtins in gitexecdir, which are either hardlinked, symlinked, or copied,
would receive the user and group of whoever built git. With this commit the
git-add program is installed using $(INSTALL), and subsequently linked or
copied to the other builtins.
Signed-off-by: Gerrit Pape <redacted>
---
Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
From: Gerrit Pape <hidden> Date: 2016-06-15 22:46:16
If 'make install' was run with sufficient privileges, then the installed
builtins in gitexecdir, which are either hardlinked, symlinked, or copied,
would receive the user and group of whoever built git. With this commit
the initial hardlink or copy is done from the installation tree and not
the build tree to fix this.
Signed-off-by: Gerrit Pape <redacted>
---
Thanks, Johannes.
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)