google / git-appraise

Distributed code review system for Git repos
Apache License 2.0
5.13k stars 146 forks source link

Fix line-number #46

Closed mattn closed 8 years ago

mattn commented 8 years ago
$ git appraise comment -m test -f README.md -l 1 b2a042b3773555f73aef5a840289b3ca110612de
Unabled to comment on the given location: Line number 1 does not exist in file "README.md"

line-number should be started from 1.