]> git.ipfire.org Git - thirdparty/git.git/commitdiff
files-backend.c: reduce duplication in add_per_worktree_entries_to_dir()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 7 Mar 2019 12:29:16 +0000 (19:29 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Mar 2019 02:57:47 +0000 (11:57 +0900)
This function is duplicated to handle refs/bisect/ and refs/worktree/
and a third prefix is coming. Time to clean up.

This also fixes incorrect "refs/worktrees/" length in this code. The
correct length is 14 not 11. The test in the next patch will also cover
this.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

No differences found