diff options
author | 2021-01-05 20:23:46 +0100 | |
---|---|---|
committer | 2021-01-06 13:53:32 -0800 | |
commit | d4a497664875c84c4ab8318625bb8881508ac18a (patch) | |
tree | 848c96bd9fe84614f1cf7865273d83c6bdfb53e6 /Documentation/RelNotes/2.8.6.txt | |
parent | Git 2.30 (diff) | |
download | tgif-d4a497664875c84c4ab8318625bb8881508ac18a.tar.xz |
builtin/gc: don't peek into `struct lock_file`
A `struct lock_file` is pretty much just a wrapper around a tempfile.
But it's easy enough to avoid relying on this. Use the wrappers that the
lock file API provides rather than peeking at the temp file or even into
*its* internals.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.8.6.txt')
0 files changed, 0 insertions, 0 deletions