[PATCH 1/2] Add proper 'stage' command

2013-08-29 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- Documentation/git-stage.txt| 45 + Makefile | 2 +- builtin.h | 1 + builtin/stage.c| 52

Re: [PATCH 1/2] Add proper 'stage' command

2013-08-29 Thread Matthieu Moy
Felipe Contreras felipe.contre...@gmail.com writes: +COMMANDS + + +With no arguments, it's a synonym for linkgit:git-add[1]. This would not be very useful since git add errors out when called without arguments ;-). The accurate description of your code would be closer to When the

Re: [PATCH 1/2] Add proper 'stage' command

2013-08-29 Thread Felipe Contreras
Matthieu Moy wrote: Felipe Contreras felipe.contre...@gmail.com writes: +COMMANDS + + +With no arguments, it's a synonym for linkgit:git-add[1]. This would not be very useful since git add errors out when called without arguments ;-). Right. The accurate description of