Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

I use code collaborator and you can use the "empty" git commit for this:

ccollab addgitdiffs new 4b825dc642cb6eb9a060e54bf8d69288fbee4904..HEAD
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top