mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 02:25:53 +01:00 
			
		
		
		
	Add git-lfs support
This commit is contained in:
		| @@ -58,6 +58,7 @@ public class GitUserAgentProviderTest | ||||
|   public void testParseUserAgent() | ||||
|   { | ||||
|     assertEquals(GitUserAgentProvider.GIT, parse("git/1.7.9.5")); | ||||
|     assertEquals(GitUserAgentProvider.GIT_LFS, parse("git-lfs/2.0.1 (GitHub; windows amd64; go 1.8; git 678cdbd4)")); | ||||
|     assertEquals(GitUserAgentProvider.MSYSGIT, parse("git/1.8.3.msysgit.0")); | ||||
|     assertNull(parse("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36")); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user