2011/3/14 Mathias Fröhlich <[email protected]>: > I had, for a different project/source combination, already some kind of folder > name matching in my emacs configuration that dynamically switches the coding > style. But that is somehow complicated to install and making the directory > matches foolproof is not always simple, so that I only use this kind of lisp > hackery very seldom. > > How do you solve these kind of differences within a single source tree? > I'm using vim, but it comes down to matching filenames and changing settings accordingly.
> By that way, I use currently git format-patch and attach these files. > But the output of format-patch is clearly something that could go directly to > a mail delivery agent. But since I only use authenticated mail delivery with a > foreign sendmail/postfix server at gmx, I cannot just use this directly. Is > there a trick in git, that I can use to make git-format-patch to mail directly > to smtp.gmx.net for example? > > What do you use? > git send-email. It can do at least some kinds of authentication, but I don't know for sure if it works with gmx. I also know some people used local SMTP proxies for that kind of thing. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
