Bare repositories and git-rev-parse support in post-review.
Review Request #2233 — Created April 3, 2011 and submitted
Review can be done also inside bare repository. Also --revision-range="" can be any git-revision from git-rev-parse manual: http://www.kernel.org/pub/software/scm/git/docs/git-rev-parse.html.
Tested under Linux on Git 1.7.4.1 On normal clone - made by "git clone" On bare repository - made by "git init --bare" On bare clone - made by "git clone --bare"
- Change Summary:
- 
    Update diff. Change Summary and Description. 
- Summary:
- 
    post-review --parent review request from inside of git-bare repositoryBare repositories and git-rev-parse support in post-review.
- Description:
- 
    ~ post-review command line can request review with --parent option from inside of bare-repository which allow use post-review inside pre-receive git's hook. ~ Review can be done also inside bare repository. Also --revision-range="" can be any git-revision from git-rev-parse manual: http://www.kernel.org/pub/software/scm/git/docs/git-rev-parse.html. 
- Diff:
- 
    Revision 2 (+22 -8) 
