Jonathan Larsen <[EMAIL PROTECTED]> : > I got git installed on my dev box. i went to my linux source dir and ran, > git init > git add . > git format-patch v2.6.18..v2.6.23-rc1 -- drivers/net/r8169.c > > and i got an error > fatal: bad revision 'v2.6.18..v2.6.23-rc1' > > what did i do wrong? im sure im missing something easy.
You should read the tutorial until you find the 'Using git for collaboration' part. You missed a: git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git v2.6.23-rc1 is not available yet. Replace it with 'master' or, say, 4eb6bf6bfb580afaf1e1a1d30cba17a078530cf4 PS: please trim the irrelevant parts in your reply and do not top post. -- Ueimor - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html