Re: [PATCH/RFC/GSoC 16/17] editor: implement git_sequence_editor() and launch_sequence_editor()

2016-03-19 Thread Johannes Schindelin
Hi Paul, On Wed, 16 Mar 2016, Paul Tan wrote: > Hi Dscho, > > On Tue, Mar 15, 2016 at 3:00 PM, Johannes Schindelin > wrote: > > On Sat, 12 Mar 2016, Paul Tan wrote: > >> --- > >> cache.h | 1 + > > > > No need to clutter cache.h with a function that is only to be used by the > > sequencer. IO

Re: [PATCH/RFC/GSoC 16/17] editor: implement git_sequence_editor() and launch_sequence_editor()

2016-03-19 Thread Paul Tan
Hi Dscho, On Tue, Mar 15, 2016 at 3:00 PM, Johannes Schindelin wrote: > On Sat, 12 Mar 2016, Paul Tan wrote: >> --- >> cache.h | 1 + > > No need to clutter cache.h with a function that is only to be used by the > sequencer. IOW let's make this static in sequencer.c. The function needs to be i

Re: Gsoc 16

2016-03-19 Thread Carlos Martín Nieto
On Tue, 2016-03-15 at 14:33 -0700, Stefan Beller wrote: > On Tue, Mar 15, 2016 at 2:23 PM, Pranit Bauva > wrote: > > > > Hey, > > > > Open Source projects run because of people who contribute in their > > free time (mainly). It might not be possible for someone to be > > active > > all times Som

Re: Gsoc 16

2016-03-15 Thread Stefan Beller
On Tue, Mar 15, 2016 at 2:23 PM, Pranit Bauva wrote: > Hey, > > Open Source projects run because of people who contribute in their > free time (mainly). It might not be possible for someone to be active > all times Sometimes it may take around 2-3 days. Give it a little more > time. Adding to tha

Re: Gsoc 16

2016-03-15 Thread Pranit Bauva
Hey, Open Source projects run because of people who contribute in their free time (mainly). It might not be possible for someone to be active all times Sometimes it may take around 2-3 days. Give it a little more time. On Wed, Mar 16, 2016 at 2:30 AM, Saurabh Jain wrote: > hi, > > I am Saurabh J

Gsoc 16

2016-03-15 Thread Saurabh Jain
hi, I am Saurabh Jain, 3rd year Computer Science and Engineering student studying at Indian Institute of Technology, Roorkee. I am quite fluent with C programming. I would like to apply for GSoC 2016 under Git in libgit2. I read the list of possible projects and microprojects to be done. I tried

Re: [PATCH/RFC/GSoC 16/17] editor: implement git_sequence_editor() and launch_sequence_editor()

2016-03-15 Thread Johannes Schindelin
Hi Paul, On Sat, 12 Mar 2016, Paul Tan wrote: > Signed-off-by: Paul Tan This commit message is very short. > --- > cache.h | 1 + No need to clutter cache.h with a function that is only to be used by the sequencer. IOW let's make this static in sequencer.c. I would also prefer pairing this

[PATCH/RFC/GSoC 16/17] editor: implement git_sequence_editor() and launch_sequence_editor()

2016-03-12 Thread Paul Tan
Signed-off-by: Paul Tan --- cache.h | 1 + editor.c | 27 +-- strbuf.h | 1 + 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/cache.h b/cache.h index aa5e97c..d7a6fc6 100644 --- a/cache.h +++ b/cache.h @@ -1222,6 +1222,7 @@ extern const char *fmt_name(co