Antoine Pelisse writes:
> On Wed, Nov 27, 2013 at 1:00 PM, Thomas Gummerer wrote:
>> @@ -447,6 +463,7 @@ int cmd_ls_files(int argc, const char **argv, const char
>> *cmd_prefix)
>> struct dir_struct dir;
>> struct exclude_list *el;
>> struct string_list exclude_list = ST
On Wed, Nov 27, 2013 at 1:00 PM, Thomas Gummerer wrote:
> @@ -447,6 +463,7 @@ int cmd_ls_files(int argc, const char **argv, const char
> *cmd_prefix)
> struct dir_struct dir;
> struct exclude_list *el;
> struct string_list exclude_list = STRING_LIST_INIT_NODUP;
> + s
Duy Nguyen writes:
> On Wed, Nov 27, 2013 at 7:00 PM, Thomas Gummerer wrote:
>> @@ -447,6 +463,7 @@ int cmd_ls_files(int argc, const char **argv, const char
>> *cmd_prefix)
>> struct dir_struct dir;
>> struct exclude_list *el;
>> struct string_list exclude_list = STRING_
On Wed, Nov 27, 2013 at 7:00 PM, Thomas Gummerer wrote:
> @@ -447,6 +463,7 @@ int cmd_ls_files(int argc, const char **argv, const char
> *cmd_prefix)
> struct dir_struct dir;
> struct exclude_list *el;
> struct string_list exclude_list = STRING_LIST_INIT_NODUP;
> + s
Signed-off-by: Thomas Gummerer
---
builtin/ls-files.c | 38 +++---
1 file changed, 35 insertions(+), 3 deletions(-)
diff --git a/builtin/ls-files.c b/builtin/ls-files.c
index e1cf6d8..22fb012 100644
--- a/builtin/ls-files.c
+++ b/builtin/ls-files.c
@@ -290,6 +290,
5 matches
Mail list logo