From: Alex Riesen <hidden> Date: 2016-06-15 22:43:13
Signed-off-by: Alex Riesen <redacted>
---
The patch is hand-tuned to start in git-gui, so that it can be applied
in git-gui repo.
Makefile | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
@@ -2,6 +2,10 @@ all::# Define V=1 to have a more verbose compile.#+QUIET=+ifndef V+QUIET=@+endifGIT-VERSION-FILE:.FORCE-GIT-VERSION-FILE@$(SHELL_PATH)./GIT-VERSION-GEN
From: Shawn O. Pearce <hidden> Date: 2016-06-15 22:43:13
Alex Riesen [off-list ref] wrote:
Signed-off-by: Alex Riesen <redacted>
---
I have the exact same reaction as Junio had to the same change in
git.git... I'll apply it if you resend according to his guidelines.
The patch is hand-tuned to start in git-gui, so that it can be applied
in git-gui repo.
Hand-tuning the patch isn't necessary, just making the change its
own patch is all that is required. Git has these nifty flags for
git-am like -p2 and -3 that make editing filenames in the patch
completely unnecessary. ;-)
--
Shawn.
@@ -2,6 +2,12 @@ all::# Define V=1 to have a more verbose compile.#+QUIET=+QUIET_MSG=:+ifndef V+QUIET=@+QUIET_MSG=echo' '+endifGIT-VERSION-FILE:.FORCE-GIT-VERSION-FILE@$(SHELL_PATH)./GIT-VERSION-GEN