strbuf_git_path 733 cache.h extern void strbuf_git_path(struct strbuf *sb, const char *fmt, ...) strbuf_git_path 1364 refs.c strbuf_git_path(&path, "%s", dirname); strbuf_git_path 1628 refs.c strbuf_git_path(sb_path, "%s", refname); strbuf_git_path 2431 refs.c strbuf_git_path(&orig_ref_file, "%s", orig_refname); strbuf_git_path 2477 refs.c strbuf_git_path(&ref_file, "%s", refname); strbuf_git_path 3038 refs.c strbuf_git_path(&path, "logs/%s", newrefname); strbuf_git_path 3146 refs.c strbuf_git_path(&path, "%s", newrefname); strbuf_git_path 3271 refs.c strbuf_git_path(logfile, "logs/%s", refname); strbuf_git_path 802 run-command.c strbuf_git_path(&path, "hooks/%s", name);