From: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
To: Christian Couder <chriscool@tuxfamily.org>
Cc: Git List <git@vger.kernel.org>, Petr Baudis <pasky@ucw.cz>
Subject: Re: [Patch 001/GSoC] Move static files into subdir
Date: Sun, 9 May 2010 23:18:09 +0530 [thread overview]
Message-ID: <n2ie72faaa81005091048hf229bd13qf29f9bfd5d58ac16@mail.gmail.com> (raw)
In-Reply-To: <201005091910.05193.chriscool@tuxfamily.org>
I will try to follow them from next time onwards.
Thanks
- Pavan
On Sun, May 9, 2010 at 10:40 PM, Christian Couder
<chriscool@tuxfamily.org> wrote:
> On Sunday 09 May 2010 15:56:30 Pavan Kumar Sunkara wrote:
> Hi,
>
>> Hi,
>>
>> It's been a while I mail to this list since I got GSoC. But I have
>> been in contact with Christian and Petr (mentors) everyday. As I am
>> having my vacation, I decided to statrt the project earlier itself.
>> Here's is my first patch in the process of my GSoC.
>>
>> One of my project goals is to split gitweb. This patch initiates the
>> splitting.
>
> All of the above should go after the three dashes and before the diffstat
> bellow.
>
> Please try to look at the submitting patch documentation and what other
> people's patches look like.
>
>> From e25db0b62b481e029354ad33af8f0615a8353633 Mon Sep 17 00:00:00 2001
>> From: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
>> Date: Wed, 5 May 2010 21:44:57 -0700
>
> The above line should not appear.
>
>> Subject: [PATCH] Gitweb: Move all static files into a seperate directory
>
> This line should be the subject of your email.
> If you really want to say that it's a GSoC patch you can use [PATCH GSoC]
> instead of [PATCH] but please don't put "001/GSoC".
>
>> This commit creates a new subdirectory called 'static' in gitweb
>> which will contain all the static files required by gitweb.cgi
>> while executing. By doing so, the gitweb source will be more
>> readable and maintainable.
>>
>> Also changed INSTALL, README, Makefile and test files
>> according to this change.
>>
>> Signed-off-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
>> ---
>
> The comments that you put on top of the patch should go here.
>
>> gitweb/INSTALL | 20 ++++++++++----------
>> gitweb/Makefile | 20 ++++++++++----------
>> gitweb/README | 8 ++++----
>> gitweb/{ => static}/git-favicon.png | Bin 115 -> 115 bytes
>> gitweb/{ => static}/git-logo.png | Bin 207 -> 207 bytes
>> gitweb/{ => static}/gitweb.css | 0
>> gitweb/{ => static}/gitweb.js | 0
>> t/gitweb-lib.sh | 6 +++---
>> 8 files changed, 27 insertions(+), 27 deletions(-)
>> rename gitweb/{ => static}/git-favicon.png (100%)
>> rename gitweb/{ => static}/git-logo.png (100%)
>> rename gitweb/{ => static}/gitweb.css (100%)
>> rename gitweb/{ => static}/gitweb.js (100%)
>
> [...]
>
> Regards,
> Christian.
>
next prev parent reply other threads:[~2010-05-09 17:48 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-09 13:56 [Patch 001/GSoC] Move static files into subdir Pavan Kumar Sunkara
2010-05-09 17:10 ` Christian Couder
2010-05-09 17:48 ` Pavan Kumar Sunkara [this message]
2010-05-09 22:13 ` Jakub Narebski
2010-05-10 11:44 ` Pavan Kumar Sunkara
2010-05-10 11:53 ` Ramkumar Ramachandra
2010-05-10 12:55 ` [PATCHv2 GSoC] gitweb: Move static files into seperate subdirectory Jakub Narebski
2010-05-10 13:01 ` Pavan Kumar Sunkara
2010-05-11 23:27 ` Jakub Narebski
2010-05-12 5:15 ` Pavan Kumar Sunkara
2010-05-12 7:52 ` [PATCHv3 " Pavan Kumar Sunkara
2010-05-13 8:54 ` Christian Couder
2010-05-13 9:01 ` Pavan Kumar Sunkara
2010-05-14 16:15 ` Pavan Kumar Sunkara
2010-05-14 21:25 ` Jakub Narebski
2010-05-15 8:47 ` Pavan Kumar Sunkara
2010-05-18 0:06 ` Jakub Narebski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=n2ie72faaa81005091048hf229bd13qf29f9bfd5d58ac16@mail.gmail.com \
--to=pavan.sss1991@gmail.com \
--cc=chriscool@tuxfamily.org \
--cc=git@vger.kernel.org \
--cc=pasky@ucw.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).