L. A. Linden Levy <alevy <at> mobitv.com> writes: > > Hi All, > > I have been using git-p4 for a while and it has allowed me to completely > change the way I develop and still be able to use perforce which my > company has for its main VCS. One thing that was driving me nuts was > that "git p4 submit" cycles through all of my individual commits and > asks me if I want to change them. The way I develop I often am checking > in 20 to 50 different small commits each with a descriptive git comment. > I felt like I was doing double duty by having emacs open on every commit > into perforce. So I modified git-p4 to have an option to skip the > editor. This option coupled with git-p4.skipSubmitEditCheck will make > the submission non-interactive for "git p4 submit". Hi Loren, This option was already included in a recent commit. The name that was used is "skipSubmitEditCheck". Please make sure you are using the most recent version of the script. But don't let this discourage you from submitting patches. Just makesure you clone git's repository and apply your patch over "maint" or "master" branches. For more details on how to submit patches you can read Documentation/SubmittingPatches. Vitor -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html