Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/get-tagged-oid'
[gitweb.git]
/
abspath.c
diff --git
a/abspath.c
b/abspath.c
index 708aff8d42c562112fe4076635af903c7f41fbaa..98579853299427ff906434fe56288a73b9d19b21 100644
(file)
--- a/
abspath.c
+++ b/
abspath.c
@@
-202,6
+202,10
@@
char *strbuf_realpath(struct strbuf *resolved, const char *path,
return retval;
}
+/*
+ * Resolve `path` into an absolute, cleaned-up path. The return value
+ * comes from a shared buffer.
+ */
const char *real_path(const char *path)
{
static struct strbuf realpath = STRBUF_INIT;