Re: [PATCH/RFC] create a skeleton for the command git rebase --status

2015-05-28 Thread Matthieu Moy
Guillaume Pagès writes: > It is an almost empty code I send to validate the global architecture > of this command. One more note: I know what "git rebase --status" is about because I'm the one who suggested it and I read your previous message, but not everybody is me, and most people would appre

Re: [PATCH/RFC] create a skeleton for the command git rebase --status

2015-05-28 Thread Matthieu Moy
Guillaume Pagès writes: > It is an almost empty code I send to validate the global architecture > of this command. I choose to write Avoid personal wording (I choose to write ... because -> The code is written ... because). What matters in the commit message is the reason for the choice, not wh

[PATCH/RFC] create a skeleton for the command git rebase --status

2015-05-28 Thread Guillaume Pagès
It is an almost empty code I send to validate the global architecture of this command. I choose to write it in C because git status is already in C and it seems that it is the current tendency to port shell code to C. Moreover I would like to use code from wt_status to implement this functionnalit