Hi Eric,
On Sat, 9 Dec 2017, Eric Sunshine wrote:
> On Fri, Dec 08, 2017 at 04:19:25PM -0500, Eric Sunshine wrote:
> > On Fri, Dec 8, 2017 at 4:17 PM, Eric Sunshine
> > wrote:
> > > On Fri, Dec 8, 2017 at 12:43 PM, Junio C Hamano wrote:
> > >> Jonathan Nieder writes:
> > >>> Can this use GIT_
On Fri, Dec 08, 2017 at 04:19:25PM -0500, Eric Sunshine wrote:
> On Fri, Dec 8, 2017 at 4:17 PM, Eric Sunshine wrote:
> > On Fri, Dec 8, 2017 at 12:43 PM, Junio C Hamano wrote:
> >> Jonathan Nieder writes:
> >>> Can this use GIT_BUILD_PLATFORM directly instead of going via the
> >>> indirection
On Fri, Dec 8, 2017 at 4:17 PM, Eric Sunshine wrote:
> On Fri, Dec 8, 2017 at 12:43 PM, Junio C Hamano wrote:
>> Jonathan Nieder writes:
@@ -413,6 +414,7 @@ int cmd_version(int argc, const char **argv, const
char *prefix)
if (build_options) {
printf("s
On Fri, Dec 8, 2017 at 12:43 PM, Junio C Hamano wrote:
> Jonathan Nieder writes:
>>> @@ -413,6 +414,7 @@ int cmd_version(int argc, const char **argv, const char
>>> *prefix)
>>>
>>> if (build_options) {
>>> printf("sizeof-long: %d\n", (int)sizeof(long));
>>> +printf
Jonathan Nieder writes:
>> @@ -390,6 +390,7 @@ const char *help_unknown_cmd(const char *cmd)
>>
>> int cmd_version(int argc, const char **argv, const char *prefix)
>> {
>> +static char build_platform[] = GIT_BUILD_PLATFORM;
>> int build_options = 0;
>> const char * const usage[]
Hi,
Johannes Schindelin wrote:
> From: Adric Norris
>
> When asking for bug reports to include the output of `git version
> --build-options`, the idea is that we get a better idea of the
> environment where said bug occurs. In this context, it is useful to
> distinguish between 32 and 64-bit bui
From: Adric Norris
When asking for bug reports to include the output of `git version
--build-options`, the idea is that we get a better idea of the
environment where said bug occurs. In this context, it is useful to
distinguish between 32 and 64-bit builds.
We start by distinguishing between x86
7 matches
Mail list logo