gitview 0.7 released
Download from here
Attaching below the change log
--------------------------------------
commit 1509bd9e69b916ca7f04a89fc03662e03e2ba312
Author: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Fri Feb 24 21:57:51 2006 +0530
gitview: Fix the graph display .
This fix all the known issue with the graph display
The bug need to be explained graphically
|
a
This line need not be there ---->| \
b |
| /
c
c is parent of a and all a,b and c are placed on the same line and b is child of c
With my last checkin I added a seperate line to indicate that a is
connected to c. But then we had the line connecting a and b which should
not be ther. This changes fixes the same bug
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 9e4f522da7da8bf5f9018927c82b12e6b02b9058
Author: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Fri Feb 24 21:49:54 2006 +0530
gitview: Code cleanup
Rearrange the code little bit so that it is easier to read
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 20d23f554d6cd40ffa0d41ccc9416bca867667e0
Author: Aneesh Kumar <aneesh.kumar@gmail.com>
Date: Fri Feb 24 14:08:35 2006 +0530
gitview: Bump the rev
Make the 0.7 release
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 8b42f5ae545d494463e72430fd81a0c0c558c881
Author: Aneesh Kumar <aneesh.kumar@gmail.com>
Date: Fri Feb 24 14:02:32 2006 +0530
gitview: Fix DeprecationWarning
DeprecationWarning: integer argument expected, got float
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 3fe5489a2550118e0eb3f90e348cb78afeeb61e0
Author: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Fri Feb 24 00:59:42 2006 +0530
gitview: Display the lines joining commit nodes clearly.
Since i wanted to limit the graph box size i was resetting
the window after an index of 5. This result in line joining
commit nodes to pass over nodes which are not related. The
changes fixes the same
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit d27d5b3c5b97ca30dfc5c448dc8cdae914131051
Author: Junio C Hamano <junkio@cox.net>
Date: Wed Feb 22 03:47:20 2006 -0800
gitview: ls-remote invocation shellquote safety.
This will allow you to point GIT_DIR at directories with funny names.
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit d800795613a710fb18353af53730e75185861f41
Author: aneesh.kumar@gmail.com <aneesh.kumar@gmail.com>
Date: Tue Feb 21 16:00:10 2006 +0530
gitview: Use monospace font to draw the branch and tag name
This patch address the below:
Use monospace font to draw branch and tag name
set the font size to 13.
Make the graph column resizable. This helps to accommodate large tag names
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 5301eee92ceb1c349ea8090a4d8aa3aa70c4abed
Author: aneesh.kumar@gmail.com <aneesh.kumar@gmail.com>
Date: Tue Feb 21 16:00:04 2006 +0530
gitview: Read tag and branch information using git ls-remote
This fix the below bug
Junio C Hamano <junkio@cox.net> writes:
>
> It does not work in my repository, since you do not seem to
> handle branch and tag names with slashes in them. All of my
> topic branches live in directories with two-letter names
> (e.g. ak/gitview).
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit c4d133a2b8501f0aded93fea147f0950db076ae1
Author: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Sat Feb 18 13:54:50 2006 +0530
gitview: typofix
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
commit 020e3c1ee6924edbcf61b6e401058fa06ddbd406
Author: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Fri Feb 17 18:18:36 2006 +0530
Add a README for gitview
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 8cb711c8a5f98c1556b320114d7cc65e498ee2ae
Author: Aneesh Kumar <aneesh.kumar@gmail.com>
Date: Fri Feb 17 02:10:31 2006 -0800
Add contrib/gitview from Aneesh.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Attaching below the change log
--------------------------------------
commit 1509bd9e69b916ca7f04a89fc03662e03e2ba312
Author: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Fri Feb 24 21:57:51 2006 +0530
gitview: Fix the graph display .
This fix all the known issue with the graph display
The bug need to be explained graphically
|
a
This line need not be there ---->| \
b |
| /
c
c is parent of a and all a,b and c are placed on the same line and b is child of c
With my last checkin I added a seperate line to indicate that a is
connected to c. But then we had the line connecting a and b which should
not be ther. This changes fixes the same bug
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 9e4f522da7da8bf5f9018927c82b12e6b02b9058
Author: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Fri Feb 24 21:49:54 2006 +0530
gitview: Code cleanup
Rearrange the code little bit so that it is easier to read
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 20d23f554d6cd40ffa0d41ccc9416bca867667e0
Author: Aneesh Kumar <aneesh.kumar@gmail.com>
Date: Fri Feb 24 14:08:35 2006 +0530
gitview: Bump the rev
Make the 0.7 release
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 8b42f5ae545d494463e72430fd81a0c0c558c881
Author: Aneesh Kumar <aneesh.kumar@gmail.com>
Date: Fri Feb 24 14:02:32 2006 +0530
gitview: Fix DeprecationWarning
DeprecationWarning: integer argument expected, got float
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 3fe5489a2550118e0eb3f90e348cb78afeeb61e0
Author: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Fri Feb 24 00:59:42 2006 +0530
gitview: Display the lines joining commit nodes clearly.
Since i wanted to limit the graph box size i was resetting
the window after an index of 5. This result in line joining
commit nodes to pass over nodes which are not related. The
changes fixes the same
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit d27d5b3c5b97ca30dfc5c448dc8cdae914131051
Author: Junio C Hamano <junkio@cox.net>
Date: Wed Feb 22 03:47:20 2006 -0800
gitview: ls-remote invocation shellquote safety.
This will allow you to point GIT_DIR at directories with funny names.
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit d800795613a710fb18353af53730e75185861f41
Author: aneesh.kumar@gmail.com <aneesh.kumar@gmail.com>
Date: Tue Feb 21 16:00:10 2006 +0530
gitview: Use monospace font to draw the branch and tag name
This patch address the below:
Use monospace font to draw branch and tag name
set the font size to 13.
Make the graph column resizable. This helps to accommodate large tag names
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 5301eee92ceb1c349ea8090a4d8aa3aa70c4abed
Author: aneesh.kumar@gmail.com <aneesh.kumar@gmail.com>
Date: Tue Feb 21 16:00:04 2006 +0530
gitview: Read tag and branch information using git ls-remote
This fix the below bug
Junio C Hamano <junkio@cox.net> writes:
>
> It does not work in my repository, since you do not seem to
> handle branch and tag names with slashes in them. All of my
> topic branches live in directories with two-letter names
> (e.g. ak/gitview).
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit c4d133a2b8501f0aded93fea147f0950db076ae1
Author: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Sat Feb 18 13:54:50 2006 +0530
gitview: typofix
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
commit 020e3c1ee6924edbcf61b6e401058fa06ddbd406
Author: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Date: Fri Feb 17 18:18:36 2006 +0530
Add a README for gitview
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit 8cb711c8a5f98c1556b320114d7cc65e498ee2ae
Author: Aneesh Kumar <aneesh.kumar@gmail.com>
Date: Fri Feb 17 02:10:31 2006 -0800
Add contrib/gitview from Aneesh.
Signed-off-by: Junio C Hamano <junkio@cox.net>
