Home
last modified time | relevance | path

Searched refs:toBranch (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/app/
H A DGit.hs45 toBranches input = toBranch <$> filter validBranch (lines input)
48 toBranch :: String -> Branch
49 toBranch line = mkBranch $ words $ dropWhile isSpace line function
/dports/www/phpgroupware/phpgroupware-0.9.16.017/chora/inc/CVSLib/
H A DRev.php127 function toBranch($rev) { function in CVSLib_Rev
H A DFile.php178 $branchRev = CVSLib_Rev::toBranch($regs[2]);