gitHUD-1.3.7: More efficient replacement to the great git-radar

Safe HaskellSafe
LanguageHaskell2010

GitHUD.Git.Command

Documentation

gitCmdMergeBase Source #

Arguments

:: String

local branch name

-> MVar String

output Mvar

-> IO () 

gitCmdRemoteName Source #

Arguments

:: String

local branch name

-> MVar String

the output mvar

-> IO () 

gitCmdRemoteBranchName Source #

Arguments

:: String

remote name

-> MVar String

The output mvar

-> IO () 

gitCmdRevToPush Source #

Arguments

:: String

from revision

-> String

to revision

-> MVar String

The output mvar

-> IO () 

gitCmdRevToPull Source #

Arguments

:: String

from revision

-> String

to revision

-> MVar String

The output mvar

-> IO () 

gitCmdStashCount Source #

Arguments

:: MVar String

The output mvar

-> IO ()