]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: make lockfiles non-static
authorMartin Ågren <martin.agren@gmail.com>
Tue, 27 Feb 2018 21:30:09 +0000 (22:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 22:48:16 +0000 (14:48 -0800)
commit14bca6c63cec3bd6e9b636fd1ff5b0ea2bd5edce
treed7c5a8d2a6a35d3cf4287b677a195ff411b20e7a
parente3a80781f5932f5fea12a49eb06f3ade4ed8945c
sequencer: make lockfiles non-static

After 076aa2cbd (tempfile: auto-allocate tempfiles on heap, 2017-09-05),
we can have lockfiles on the stack.

One of these functions fails to always roll back the lock. That will be
fixed in the next commit.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c