Subversion Repositories Koakuma

Rev

Rev 26 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 27
Line 1... Line 1...
1
# $Id: vcs_git.tcl 26 2024-10-02 08:21:51Z nishi $
1
# $Id: vcs_git.tcl 27 2024-10-02 08:24:48Z nishi $
2
lappend components "Git" "Git Integration" "1.00" "VCS"
2
lappend components "Git" "Git Integration" "1.00" "VCS"
3
 
3
 
4
proc Git_info {} {
4
proc Git_info {} {
5
	regexp {[0-9]+\.[0-9]+\.[0-9]+} "[exec git --version]" version
5
	regexp {[0-9]+\.[0-9]+\.[0-9]+} "[exec git --version]" version
6
	add_toc2 "Git"
-
 
7
	tputs	"<table border=\"0\">"
6
	tputs	"<table border=\"0\">"
8
	tputs	"	<tr>"
7
	tputs	"	<tr>"
9
	tputs	"		<th>"
8
	tputs	"		<th>"
10
	tputs	"			Version"
9
	tputs	"			Version"
11
	tputs	"		</th>"
10
	tputs	"		</th>"