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

Safe HaskellSafe
LanguageHaskell2010

GitHUD.Git.Command

Documentation

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 ()