Re: [PATCH][GSoC] revision: forbid --graph and --no-walk usage

2015-03-06 Thread Akshay Aurora
Thanks Junio. Working on v2 for this patch. On Sat, Mar 7, 2015 at 12:00 AM, Junio C Hamano wrote: > Akshay Aurora writes: > >> Signed-off-by: Akshay Aurora >> --- >> This is my first patch for a GSoC Microproject, would be great to have your >> feedback. >&g

Re: [GSoC microproject help] Allow "-" as a short-hand for "@{-1}" in more places

2015-03-06 Thread Akshay Aurora
Hi Sundararajan, Welcome to Git Community. You need to look for commands dealing with branches, and allow '-' as shorthand for @{-1}. You can look at patches already sent for this microproject. One of the students has already started working on git reset command [0]. Junio, has raised some key

Re: [PATCH][GSoC] revision: forbid --graph and --no-walk usage

2015-03-06 Thread Akshay Aurora
On Fri, Mar 6, 2015 at 7:08 AM, Akshay Aurora wrote: >> Not sure, why this mail is not showing on Gmane. >> I used git to send the email, and tested it by sending the patch to >> myself before sending it to the list. > > Gmail knows: "Why is this message in Spam? It has a

[PATCH][GSoC] revision: forbid --graph and --no-walk usage

2015-03-05 Thread Akshay Aurora
Signed-off-by: Akshay Aurora --- This is my first patch for a GSoC Microproject, would be great to have your feedback. revision.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/revision.c b/revision.c index bd027bc..d578652 100644 --- a/revision.c +++ b/revision.c

Re: [PATCH][GSoC] revision: forbid --graph and --no-walk usage

2015-03-05 Thread Akshay Aurora
Not sure, why this mail is not showing on Gmane. I used git to send the email, and tested it by sending the patch to myself before sending it to the list. On Fri, Mar 6, 2015 at 12:40 AM, Akshay Aurora wrote: > Signed-off-by: Akshay Aurora > --- > This is my first patch for a GSoC Mic

Re: [PATCH] Rewrite diff-no-index.c:read_directory() to use is_dot_or_dotdot() and rename it to read_dir()

2014-03-14 Thread Akshay Aurora
Forgot to mention, this is one of the microprojects for GSoC this year. Would be great to have some feedback. On Fri, Mar 14, 2014 at 6:09 PM, Akshay Aurora wrote: > I have renamed diff-no-index.c:read_directory() to read_dir() to avoid name > collision with dir.c:read_directory() >