On Sun, Oct 12, 2014 at 11:36 AM, Christian Couder
wrote:
>
> With v16 you can easily choose if you want to have the S-o-b in the
> output or not, when there is already one, ...
By the way, I sent v16 just before the above email, but the series
still hasn't hit the mailing list.
Did some of you g
On Sun, Oct 12, 2014 at 4:09 PM, Etienne Buira wrote:
> Replace atexit()s calls with cmd_atexit that is atexit() on threaded
> builds, but handles the callbacks list internally for unthreaded builds.
Maybe hide this in git-compat-util.h and "#define atexit(x)
cmd_atexit(x)"? cmd_ is usually for c
On Sun, Oct 12, 2014 at 9:58 AM, Dun Peal wrote:
> I have the pattern `*.out` defined in my `core.excludesfile`.
> According to the documentation[1], patterns defined in
> `$GIT_DIR/info/exclude` take precedence over `core.excludesfile`, so
> for one particular project that needs to track some `.o
Hi,
A question about fsck - is there a reason it doesn't have an option to
delete bad objects?
Regards, Ben
On 24/09/2014 02:30, Jeff King wrote:
[-cc Kirill, as his address seem out-of-date]
On Tue, Sep 23, 2014 at 04:23:43PM +, Edward Thomson wrote:
On Tue, Sep 23, 2014 at 11:47:51
Sorry for not getting back to this any sooner, I've been pretty busy
recently with Other Projects(tm).
Am 2014-08-27 um 19:20 schrieb Junio C Hamano:
> Bernhard Reiter writes:
>
>> [...] For now,
>> the old ones are wrapped in #ifdefs, and the new functions are enabled
>> by make if curl's versi
I used `check-ignore -v`, and the `.out` file is being ignored by the
`*.out` pattern in the `core.excludesfile` file. Its parent folder is
not being ignored. So as a rule, `core.excludesfile` overrides
`$GIT_DIR/info/exclude`.
That doesn't make much sense to me, because I'm much more likely to
wa
On Sun, Sep 28, 2014 at 9:32 PM, Junio C Hamano wrote:
> Christian Couder writes:
>
>> From: Junio C Hamano
>>
>>> If that is what happens, it is not a workable workaround to set Sob to
>>> addIfDifferent only for this invocation.
>>
>> Setting S-o-b to addIfDifferent for this invocation would n
Replace atexit()s calls with cmd_atexit that is atexit() on threaded
builds, but handles the callbacks list internally for unthreaded builds.
This is needed because on unthreaded builds, asyncs inherits parent's
atexit() list, that gets run as soon as the async exit()s (and again at
the end of the
8 matches
Mail list logo