All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Conflicting PREFIX usage
@ 2016-05-05 21:28 Philip Oakley
  2016-05-05 21:28 ` [PATCH] exec_cmd.c, sideband.c, Makefile: avoid multiple PREFIX definitions Philip Oakley
  0 siblings, 1 reply; 7+ messages in thread
From: Philip Oakley @ 2016-05-05 21:28 UTC (permalink / raw)
  To: GitList, Self; +Cc: Junio C Hamano, Johannes Schindelin, git-for-windows

While trying to resurrect the MSVC/Visual Studio capability for Git
for Windows I noticed this little nuance.

The PREFIX in Windows was introduced in 35fb0e8 (Compute prefix at runtime
if RUNTIME_PREFIX is set, 2009-01-18) and in sideband.c at ebe8fa7
(fix display overlap between remote and local progress, 2007-11-04) though
clash has not been noticed before.

The attached patch simply gives the two PREFIXs more purposeful names of
EXEC_PREFIX and DISPLAY_PREFIX.

Philip Oakley (1):
  exec_cmd.c, sideband.c, Makefile: avoid multiple PREFIX definitions

 Makefile   | 2 +-
 exec_cmd.c | 4 ++--
 sideband.c | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.8.1.windows.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-05-06 16:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-05 21:28 [PATCH] Conflicting PREFIX usage Philip Oakley
2016-05-05 21:28 ` [PATCH] exec_cmd.c, sideband.c, Makefile: avoid multiple PREFIX definitions Philip Oakley
2016-05-05 22:02   ` Junio C Hamano
2016-05-06  7:23     ` Philip Oakley
2016-05-06 16:55       ` Junio C Hamano
2016-05-06  6:18   ` [git-for-windows] " Johannes Sixt
2016-05-06  7:31     ` Philip Oakley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.