summaryrefslogtreecommitdiff
path: root/t/t9133-git-svn-nested-git-repo.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-08-30 15:46:01 -0400
committerJunio C Hamano <gitster@pobox.com>2022-08-30 14:16:51 -0700
commit320fa579ec966051fd5bed1c88c39d5512a4bd17 (patch)
treec7da56e82270ecbb400a1631cb375fb8a6062b8b /t/t9133-git-svn-nested-git-repo.sh
parent77a42b3b84761782b8223e90d60a06e71524ef07 (diff)
tempfile: update comment describing state transitions
Back when 1a9d15db25 (tempfile: a new module for handling temporary files, 2015-08-10) added this comment, tempfile structs were held in memory for the life of a process, and there were various guarantees about which fields were valid in which states. Since 422a21c6a0 (tempfile: remove deactivated list entries, 2017-09-05) and 076aa2cbda (tempfile: auto-allocate tempfiles on heap, 2017-09-05), the flow is quite different: objects come and go from the list, and inactive ones are deallocated. And the previous commit removed the "active" flag from the struct entirely. Let's bring the comment up to date with the current code. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9133-git-svn-nested-git-repo.sh')
0 files changed, 0 insertions, 0 deletions