Thread (2 messages) flat view 2 messages, 1 author, 2016-06-15

Re: [PATCH v2 13/16] lock_repo_for_gc(): compute the path to "gc.pid" only once

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:06:09

On Tue, Aug 11, 2015 at 1:06 PM, Junio C Hamano [off-list ref] wrote:
Looks correct; somehow this reminded me of the other topic from Peff
to reduce use of git_path() ;-)
quoted
-     pidfile = git_pathdup("gc.pid");
+     pidfile = pidfile_path;
      sigchain_push_common(remove_pidfile_on_signal);
      atexit(remove_pidfile);
I wonder if you can reduce the atexit() here by registering this as
a tempfile to be cleared?
Heh, I should have been slightly more patient. That is what 14/16 is about ;-)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help