罗泽轩
罗泽轩
Look like this feature can only be implemented in the shell.
I am reading the diff now. It may take me some time to make a feedback.
@apjanke I suggest rewriting `tools/build_command` from perl to bash. IMHO, we should make `git-extras` only depend on bash and other coreutils. Perl is out of scope.
Sorry for my missing of this. Pass under Linux with bash 4.3.30. @nicolaiskogheim Could we merge the pr now?
I just wrote some code to reproduce it: ``` js var exec = require('child_process').exec exec('git summary', function(err, stdout) { console.log(stdout); }) ``` Got nothing. However, ``` ruby exec "git summary"...
IMHO, it doesn't have wide range of use. So I will wait for other people who want to vote for it. BTW, `git status` doesn't always display in English. It...
A package manager for Windows! Great, it is sweet for the developers using Windows. I need to update my knowledge about Windows. One little thing, @Kristinita , git-extras assumes coreutils...
@hemanth Nice, so package git-extras is highly possible. @Kristinita We require someone is famous with Windows and Chocolately. It will be welcome if you are willing to submit the pr....
@Kristinita Good question, and a big one. 1. There is no clear requirement of git-extras... GNU-coreutils is a good start, but it may be a run-error-fix process. 2. We can...
@Kristinita I will come up with a dependency checklist tomorrow, so you may have a better starting line.