>>>>> "LT" == Linus Torvalds <torvalds@osdl.org> writes: LT> Anyway, I wrote just a _very_ introductory thing in LT> Documentation/tutorial.txt, I'll try to update and expand on it later. It LT> basically has a really stupid example of "how to set up a new project". Linus, I was following your "tutorial" and saw the last step (git-whatchanged) showing the HEAD commit and diff _twice_. You got me _WORRIED_!!! I knew it uses your faviorite diff-tree command and I was the most likely suspect who broke it. And I remember you were understandably unhappy last time I broke it (the "diff-tree -s" problem). It turns out that the example in the tutorial was bad. Here is a fix. It is so obvious that I do not think it deserves a sign-off nor credit. Please just fold it into your edit next time you update the tutorial. --- cd /opt/packrat/playpen/public/in-place/git/git.junio/ jit-diff : Documentation # - linus: git-apply --stat: limit lines to 79 characters # + (working tree) diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -401,7 +401,7 @@ activity. To see the whole history of our pitiful little git-tutorial project, we can do - git-whatchanged -p --root HEAD + git-whatchanged -p --root (the "--root" flag is a flag to git-diff-tree to tell it to show the initial aka "root" commit as a diff too), and you will see exactly what Compilation finished at Tue May 31 23:12:32 - 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 Wed Jun 01 16:29:07 2005
This archive was generated by hypermail 2.1.8 : 2005-06-01 16:29:08 EST