]> granicus.if.org Git - git/commit
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)
commit90d31ff5d470286a8480311384429ebee8bbc939
tree30d8ef0e4f5d69218d76aa9129152a54c077927b
parent09e65645e3b092e4d93bb8513b14474c68df23d8
files-backend.c: reduce duplication in add_per_worktree_entries_to_dir()

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>
refs/files-backend.c