id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
7246	[git] git_bin doesn't strip # comments and spaces correctly.	anonymous	hvr	Trac 0.12, git 1.7.0.2.msysgit.0, tracgit 0.12.0.2dev.\r\n\r\nIf you have comments and spaces after the filename in git_bin, GitPlugin will report\r\n{{{\r\nWarning: Can't synchronize with repository "(default)" (GIT backend not available). Look in the Trac log for more information.\r\n}}}\r\ndue to\r\n{{{\r\nTrac[git_fs] ERROR: GitError: Could not retrieve GIT version\r\n}}}\r\n\r\nFor example, this will fail :\r\n\r\n{{{\r\ngit_bin = path\\to\\git.exe # Abandon all hope.\r\n}}}\r\n\r\nWhereas this will succeed\r\n\r\n{{{\r\ngit_bin = path\\to\\git.exe\r\n# Sunshine & kittens!\r\n}}}\r\n\r\nThis caused me hours of grief. Hope I help others.	defect	closed	low	GitPlugin	major	worksforme	giterror retrieve version synchronize		0.12
