GitHub - padawan-ragavan/pairingMatrix: generate pairingmatrix pairng-matirx pairing matirx from git log

what

	Generates pairing matrix as csv from git log.

	Expects commit message to be of format
		name1[non-character][name2][non-character][rest-of-commit-msg]
		ex
			foo,bar|000|generate csv
			foo#000#generate csv
			
	
	counts the consecutive number of days pairing as count
	
How

	manually generate git log from your repository using 
		"git log --format="@@%ci@@ &&%s&&" --since=3.weeks > glog"
	paste the glog in pairingmatrix dir
	run ruby parser.rb [noiseThreshold=4] > pairingMatrix.csv
	
	noiseThreshold is optional defaulting to 4
Requirements

	git
	ruby
	
Examples
	look at the glog and pairingMatrix.csv