login
Header Space

 
 

Mailing list archives

Search results

Found 73 matching messages (0.077 seconds). Page 1 of 4.

[PATCH] gitview: annotation support

... Company, L.P." -__author__ = "Aneesh Kumar K.V <aneesh.kumar@hp.com>" + ... (GitView.version) - dialog.set_authors(["Aneesh Kumar K.V <aneesh.kumar@hp.com>"]) + dialog.set_authors(["Aneesh Kumar K.V <aneesh.kumar@gmail.com>"]) dialog.set_website(" ...

git - Aneesh Kumar K.V - Apr 19 2007 - 12:56

Re: [PATCH] gitweb: Support for snapshot

Aneesh Kumar K.V wrote: > Jakub Narebski wrote: >> Aneesh Kumar K.V wrote: >> >>> I tested this and added ... all your comments. After fixing some comments and adding signed-off Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> -aneesh

git - Aneesh Kumar K.V - Aug 19 2006 - 12:26

[PATCH] topgit: Implement tg-import

From: Aneesh Kumar K.V <aneesh.kumar@gmail.com> This can be ... , stgit branches to topgit managed one Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- ... valid rev $rev2 ($revpair)" + git cherry -v "$rev1" "$rev2" | + while read sign rev ...

git - Aneesh Kumar K.V - Aug 13 2008 - 11:15

Re: your mail

... 2008 at 08:24:28PM +0530, aneesh.kumar@gmail.com wrote: > From: Aneesh Kumar K.V <aneesh.kumar@gmail.com> > ... > Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> > ... I will send a new version. -aneesh -- To unsubscribe from this list: ...

git - Aneesh Kumar K.V - Aug 13 2008 - 11:16

[PATCH 2/2] gitview: run blame with -M and -C

From: Aneesh Kumar K.V <aneesh.kumar@gmail.com> pass -M and -C option to git-blame so that ... from other files. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- contrib/gitview/gitview | 2 +- 1 files changed, 1 insertions(+), ...

git - Aneesh Kumar K.V - Jun 12 2007 - 13:35

[PATCH 2/2] gitview: run blame with -C -C

From: Aneesh Kumar K.V <aneesh.kumar@gmail.com> pass -C -C option to git-blame so that blame ... from other files. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- contrib/gitview/gitview | 2 +- 1 files changed, 1 insertions(+), ...

git - Aneesh Kumar K.V - Jun 13 2007 - 04:46

gitview: Use horizontal scroll bar in the tree view

From: Aneesh Kumar K.V <aneesh.kumar@gmail.com> Subject: gitview: Use horizontal scroll ... as needed by Gtk Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- contrib/gitview/gitview | 5 +---- 1 files changed, 1 insertions(+), 4 ...

git - Aneesh Kumar K.V - Mar 2 2006 - 00:29

gitview: pass the missing argument _show_clicked_cb

From: Aneesh Kumar K.V <aneesh.kumar@gmail.com> Subject: gitview: pass the missing ... updating all the callers. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- contrib/gitview/gitview | 2 +- 1 files changed, 1 insertions(+), 1 ...

git - Aneesh Kumar K.V - Mar 2 2006 - 07:47

[PATCH] blameview: Use git-cat-file to read the file content.

From: Aneesh Kumar K.V <aneesh.kumar@gmail.com> - unquoted Fix blameview to use git- ... is not committed. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- contrib/blameview/blameview.perl | 3 ++- 1 files changed, 2 insertions(+), 1 ...

git - Aneesh Kumar K.V - Jan 30 2007 - 03:56

[PATCH] blameview: Support browsable functionality to blameview.

From: Aneesh Kumar K.V <aneesh.kumar@gmail.com> - unquoted Double clicking on the ... hash as argument. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- contrib/blameview/blameview.perl | 23 ++++++++++++++++++++--- 1 files changed, 20 ...

git - Aneesh Kumar K.V - Jan 30 2007 - 03:56

[PATCH] Update git-cat-file documentation

From: Aneesh Kumar K.V <aneesh.kumar@gmail.com> - unquoted Update git-cat-file documentation with references for different ways of specifying Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- Documentation/git- ...

git - Aneesh Kumar K.V - Jan 30 2007 - 03:56

Re: gitweb.cgi and git instaweb

... .kumar@gmail.com> writes: > >> Aneesh Kumar K.V wrote: >>> I am getting errors as ... The attached patch should fix it. >> >> -aneesh >> diff --git a/gitweb/gitweb.perl b ... to be image/png type > ACK -aneesh - To unsubscribe from this list: send ...

git - Aneesh Kumar K.V - Oct 27 2006 - 04:58

[PATCH 1/2] gitview: Fix the blame interface.

... the previous read to the newly read data. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- contrib/gitview/gitview | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ ...

git - Aneesh Kumar K.V - Jun 12 2007 - 13:35

[PATCH 3/3] gitview: Catch exception from rindex

... the ValueError exception. Handle the same gracefully Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- contrib/gitview/gitview | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a ...

git - Aneesh Kumar K.V - Jun 12 2007 - 13:59

[PATCH 1/2] gitview: Fix the blame interface.

... the previous read to the newly read data. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- contrib/gitview/gitview | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/ ...

git - Aneesh Kumar K.V - Jun 13 2007 - 04:46

gitweb: Support for snapshot

... one need to set gitweb.snapshot = true in the config file. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@hp.com> --- gitweb/gitweb.perl | 41 +++++++++++++++++++++++++++++++++++++---- 1 files changed, 37 insertions(+), 4 ...

git - Aneesh Kumar K.V - Aug 17 2006 - 11:29

[PATCH] blameview: Fix a typo.

We should use lno to print the line number Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> --- contrib/blameview/blameview.perl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a ...

git - Aneesh Kumar K.V - Jan 30 2007 - 03:56

[PATCH] gitweb: Add support for cloneurl.

Aneesh Kumar K.V wrote: > http://gitweb.freedesktop.org/?p=PolicyKit.git;a= ... it in the URL part of each project. > -aneesh The below patch implements the same. I ... see the results you can see http://git.openssi.org/~kvaneesh/gitweb.cgi -aneesh

git - Aneesh Kumar K.V - Aug 15 2006 - 10:28

Re: Unresolved issues #3

Jakub Narebski wrote: > Aneesh Kumar K.V wrote: > >> Junio C Hamano wrote: ... gitweb gang (Jakub, Luben, Martin Waitz, >>> Aneesh) about this. >> I just tried editing ... I guess editing HEAD enables that. -aneesh - To unsubscribe from this list: ...

git - Aneesh Kumar K.V - Aug 18 2006 - 13:03

Re: [PATCH 2/2] Don't use excessive non-standard border width

... Tue, Feb 28, 2006 at 12:35:31AM -0500, Pavel Roskin wrote: > Hi, Aneesh! > > On Tue, 2006-02-28 at 10:46 +0530, Aneesh Kumar K.V wrote: > > I am not sure about this. I guess it looks much better with a border. > > ...

git - Aneesh Kumar K.V - Feb 28 2006 - 01:53

speck-geostationary