]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/apply-symlinks-use-strset'
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Feb 2022 17:42:30 +0000 (09:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Feb 2022 17:42:30 +0000 (09:42 -0800)
commit4bb003d539acc230fba2519a0430b5d388895131
tree7e609eb005aa9c9e668721b19aa6e7fd6742dc63
parentd0bb19cbf7ae9a077f67a97d786482313c3c3f0b
parent4e9a3252531eab8af5559b25efac02b33f6ca5fe
Merge branch 'rs/apply-symlinks-use-strset'

"git apply" (ab)used the util pointer of the string-list to keep
track of how each symbolic link needs to be handled, which has been
simplified by using strset.

* rs/apply-symlinks-use-strset:
  apply: use strsets to track symlinks
apply.c
apply.h