Vincent LADEUIL <[EMAIL PROTECTED]> writes: > Stefan> I will activate the code, when I think it is working > Stefan> well enough. > > I have activated/patched/tested the following. > > I think some refactoring still need to be done (dvc-diff and > dvc-status should use the same variable to store the marked > files).
Good idea. > I disagree with dvc-get-current-file-list returning the file at > point. If the user wants to commit a single file he can mark it > before. I thought I understood that the rule should be to commit > everything, selected commit being the exception. Returning the > current file at that point reverse that rule/exception paradigm. > > I leave the all-if-none-marked option active because it's still > needed to display which files will be committed but I don't use it > when committing. I changed the parameter list for dvc-current-file-list. It should do now what you want for the commit. And the possibility to return the file at point where this is needed (e.g. for adding files) This is in dvc--dev--0--patch-113 Stefan.
