We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
porcelain.add() only works if the filepaths are absolute paths. You cannot specify a directory either, you must pass a list of files. I would expect
porcelain.add(repo, repo.path)
should stage all files in the repo. Instead, nothing gets staged.