On Fri, Jan 17, 2014 at 06:22:56PM -0600, Eric Pruitt wrote: > On Fri, Jan 17, 2014 at 08:48:08PM -0200, Carlos Pita wrote: > > I've been working a lot on Jan C. E. systray patch and I would like to > > share the result. The changes are in the systray branch of my > > dwm-athens project: > > > > https://github.com/memeplex/dwm-athens/compare/dwm-6.0...systray > > Does Gihub not offer a way to download a patch file or files from a > change set without having to clone the entire repo, or am I missing it?
Another option is to add the repo as a remote and cherry-pick patches across. This is useful because you can retain commit messages and it might make the merging process easier if you perform a 3-way merge.