Dear diary, on Sun, Feb 12, 2006 at 11:14:43PM CET, I got a letter where Junio C Hamano <junkio@cox.net> said that... > For the full list of changes above, see: > > $ git log ^v1.1.6 v1.1.0..v1.2.0 Actually, you can do just $ git log v1.1.6..v1.2.0 since v1.1.6 is a superset of v1.1.0. It is like "list all new patches I will get when I update from v1.1.6 to v1.2.0". -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ Of the 3 great composers Mozart tells us what it's like to be human, Beethoven tells us what it's like to be Beethoven and Bach tells us what it's like to be the universe. -- Douglas Adams - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Mon Feb 13 09:33:45 2006
This archive was generated by hypermail 2.1.8 : 2006-02-13 09:33:55 EST