github.com/driusan/dgit@v0.0.0-20221118233547-f39f0c15edbb/git/consts_plan9.go (about)

     1  package git
     2  
     3  const (
     4  	// the command to execute for a posix compliant diff implementation.
     5  	posixDiff  = "/bin/ape/diff"
     6  	posixDiff3 = "/bin/ape/diff3"
     7  
     8  	posixPatch = "/bin/ape/patch"
     9  )