summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9943b42)
raw | patch | inline | side by side (parent: 9943b42)
author | Jonas Fonseca <jonas.fonseca@savoirfairelinux.com> | |
Tue, 15 Dec 2009 15:40:41 +0000 (10:40 -0500) | ||
committer | Jonas Fonseca <jonas.fonseca@savoirfairelinux.com> | |
Tue, 15 Dec 2009 15:42:52 +0000 (10:42 -0500) |
tig.c | patch | blob | history |
index 0a93ad204bfa51a66449893f0b13fc73b0419ad7..602c8678614339d8ad6310f6ee158c4063ec25f6 100644 (file)
--- a/tig.c
+++ b/tig.c
};
static const char *status_list_other_argv[] = {
- "git", "ls-files", "-z", "--others", "--exclude-standard", NULL
+ "git", "ls-files", "-z", "--others", "--exclude-standard", opt_prefix, NULL
};
static const char *status_list_no_head_argv[] = {