2009/1/18 Patrick McCarty <pnor...@gmail.com>: > The most important thing about git commands that we should be > *absolutely* consistent about is this: > > (1) git-format-patch origin > > ...versus... > > (2) git format-patch origin > > Out of the box, command (1) will only work for Git versions < 1.6.*, > and command (2) will work for all Git versions.
Even in latest version, if you want to look at the git's man page, don't do man git format-patch but man git-format-patch which is a manpage request for a single-word command. The same is true for all other git commands. -- Francisco Vila. Badajoz (Spain) http://www.paconet.org _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel