I want to perform a code review on a brand new repository. This means I want all code to be reviewed not just a portion of it. However, when I enter:
ccollab addgitdiffs 1234 0000..HEAD
I get:
fatal: ambiguous argument '0000..HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
No files to review!
How do you review a brand new git repository? I tried to upload a tar of the code but it doesn't display correctly.
The code for this new repository came from another location. I did a review from the first changeset to the last. That seemed to work.