]> git.ipfire.org Git - thirdparty/git.git/commit
worktree: update renamed variable in comment
authorMartin Ågren <martin.agren@gmail.com>
Sun, 27 Sep 2020 13:15:45 +0000 (15:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Sep 2020 21:21:47 +0000 (14:21 -0700)
commitcfaf9f05c6174b520082036c0f1439adf9c4fbf7
tree0871e8c76a7f9213980b2ed99caf69534546b262
parentef2d5547fa342197befd4be599438d7a7fa41e04
worktree: update renamed variable in comment

The comment above `add_head_info()` mentions "head_sha1", but it was
renamed to "head_oid" in 0f05154c70 ("worktree: convert struct worktree
to object_id", 2017-10-15). Update the comment.

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