Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remove prefix argument from pathspec_prefix
[gitweb.git]
/
exec_cmd.c
diff --git
a/exec_cmd.c
b/exec_cmd.c
index 38545e8bfd72c8cd4f91e0d33257b143db86bac5..171e841531de7fd5b51aa26f639104382395b854 100644
(file)
--- a/
exec_cmd.c
+++ b/
exec_cmd.c
@@
-89,7
+89,7
@@
static void add_path(struct strbuf *out, const char *path)
if (is_absolute_path(path))
strbuf_addstr(out, path);
else
- strbuf_addstr(out,
make_nonrelativ
e_path(path));
+ strbuf_addstr(out,
absolut
e_path(path));
strbuf_addch(out, PATH_SEP);
}