by ktt on 12/13/15, 11:48 AM with 26 comments
by jonahx on 12/14/15, 7:02 PM
by flyinprogramer on 12/14/15, 10:25 PM
When building a tool that uses git I'm wondering if it is better practice to use git2go (https://github.com/libgit2/git2go) or to do what this author did which is wrap the git command line tool: https://github.com/google/git-appraise/blob/master/repositor...
by nine_k on 12/14/15, 5:43 PM
Kudos to the author.
by ktt on 12/14/15, 9:19 PM
Clone the repo and then fetch notes manually:
git fetch origin refs/notes/*:refs/notes/*
After installing it through "go get" check existing code reviews with "git appraise list".There are notes from Jenkins and comments from developers as far as I can see.
Seems to be a little bit slow on my computer but the idea is really brilliant.
by secure on 12/14/15, 6:59 PM
While I prefer to write code in my terminal, I like to switch settings for reviewing code — with GitHub’s Pull Requests, I can just do it in the browser. Can I use git-appraise in my browser? Is there a stand-alone tool?
by pm90 on 12/14/15, 5:22 PM
I see that an advantage is that it doesn't require server-side setup. But wouldn't one require some sort of central repo to coordinate code reviews and CI tests?
by tremguy on 12/14/15, 4:08 PM
by thesorrow on 12/14/15, 5:01 PM
by soinus on 12/15/15, 9:52 AM
by m4dc4pXXX on 12/16/15, 11:37 PM
Looks seriously cool and I am sad!
by ubercow on 12/14/15, 9:31 PM