Comment on How Do You Look When Merging FailsComments−tlrobinson16yOS X users can use this instead if you install "isightcapture" (available through MacPorts: "sudo port install isightcapture") def grab_image(fname): os.system("isightcapture "+fname) Anyone know how to do the same for git? AFAIK the merge hook isn't run if the merge fails.
Comments
OS X users can use this instead if you install "isightcapture" (available through MacPorts: "sudo port install isightcapture")
Anyone know how to do the same for git? AFAIK the merge hook isn't run if the merge fails.