New issue 51 by meinrad.recheis: Return a list of skipped files in
Index.Add and AddAll
http://code.google.com/p/gitsharp/issues/detail?id=51
As add is skipping files according to ignore rules. it would be good to get
feedback from the function about skipped files such as
IEnumerable<string> Add(params string[] paths)
{
...
return skipped_paths;
}
Also possible would be a AddResult parameter that lists the added and the
skipped files.
Any comments?
-- henon
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 51 by meinrad.recheis: Return a list of skipped files
in Index.Add and AddAll
http://code.google.com/p/gitsharp/issues/detail?id=51
(No comment was entered for this change.)
sorry, I mean an AddResult return value ...
I like this. Would ease testability.
Maybe would also help pushing the redesign of IgnoreHandler/IgnoreRules
toward the top
of the things-to-do (issue#46).
Has this been worked on already?
I would like some functionality like this and am happy to make the changes.
ok
-- henon