relative_path     977 builtin/clean.c 		rel = relative_path(ent->name, prefix, &buf);
relative_path     927 cache.h        const char *relative_path(const char *in, const char *prefix, struct strbuf *sb);
relative_path     283 quote.c        	name = relative_path(name, prefix, &sb);
relative_path     294 quote.c        	const char *rel = relative_path(in, prefix, &sb);
relative_path    1030 submodule.c    		   relative_path(git_dir, real_work_tree, &rel_path));
relative_path    1036 submodule.c    				   relative_path(real_work_tree, git_dir,
relative_path     127 test-path-utils.c 		rel = relative_path(in, prefix, &sb);