From c459dff0930d10fadd8a476a25cdc9e23e86593b Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 12 Feb 2008 13:34:27 -0800 Subject: [PATCH] Remove trailing whitespace --- tour.mdwn | 94 +++++++++++++++++++++++++++---------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/tour.mdwn b/tour.mdwn index 1ac764e..aa7fe70 100644 --- a/tour.mdwn +++ b/tour.mdwn @@ -265,31 +265,31 @@ view of history. commit a1a0e8b392b17caf50325498df54802fe3c03710 Author: Bryan O'Sullivan Date: Tue Sep 6 15:43:07 2005 -0700 - + Trim comments. - + commit 72d4f10e4a27dbb09ace1503c20dbac1912ee451 Author: Bryan O'Sullivan Date: Tue Sep 6 13:15:58 2005 -0700 - + Get make to generate the final binary from a .o file. - + commit 13ed136b983a9c439eddeea8a1c2076cffbb685f Author: Bryan O'Sullivan Date: Tue Sep 6 13:15:43 2005 -0700 - + Introduce a typo into hello.c. - + commit 0a633bf58b45fcf1a8299d3c82cd1fd26d3f48f2 Author: Bryan O'Sullivan Date: Fri Aug 26 01:21:28 2005 -0700 - + Create a makefile - + commit db7117a9dd9a6e57e8632ea5848e1101eee0fbde Author: Bryan O'Sullivan Date: Fri Aug 26 01:20:50 2005 -0700 - + Create a standard "hello, world" program This command prints a record of output for each change to the project @@ -386,19 +386,19 @@ case): commit a1a0e8b392b17caf50325498df54802fe3c03710 Author: Bryan O'Sullivan Date: Tue Sep 6 15:43:07 2005 -0700 - + Trim comments. - + commit 72d4f10e4a27dbb09ace1503c20dbac1912ee451 Author: Bryan O'Sullivan Date: Tue Sep 6 13:15:58 2005 -0700 - + Get make to generate the final binary from a .o file. - + commit 13ed136b983a9c439eddeea8a1c2076cffbb685f Author: Bryan O'Sullivan Date: Tue Sep 6 13:15:43 2005 -0700 - + Introduce a typo into hello.c. #### 2.4.4 Other log filters @@ -412,13 +412,13 @@ commit names from file names: commit 72d4f10e4a27dbb09ace1503c20dbac1912ee451 Author: Bryan O'Sullivan Date: Tue Sep 6 13:15:58 2005 -0700 - + Get make to generate the final binary from a .o file. - + commit 0a633bf58b45fcf1a8299d3c82cd1fd26d3f48f2 Author: Bryan O'Sullivan Date: Fri Aug 26 01:21:28 2005 -0700 - + Create a makefile And "git log" can also filter based on the dates at which commits were @@ -443,27 +443,27 @@ of the change, such as the "diffstat" information with --stat: commit a1a0e8b392b17caf50325498df54802fe3c03710 Author: Bryan O'Sullivan Date: Tue Sep 6 15:43:07 2005 -0700 - + Trim comments. - + hello.c | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) - + commit 72d4f10e4a27dbb09ace1503c20dbac1912ee451 Author: Bryan O'Sullivan Date: Tue Sep 6 13:15:58 2005 -0700 - + Get make to generate the final binary from a .o file. - + Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) - + commit 13ed136b983a9c439eddeea8a1c2076cffbb685f Author: Bryan O'Sullivan Date: Tue Sep 6 13:15:43 2005 -0700 - + Introduce a typo into hello.c. - + hello.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) @@ -477,15 +477,15 @@ as 13ed136b): commit 13ed136b983a9c439eddeea8a1c2076cffbb685f Author: Bryan O'Sullivan Date: Tue Sep 6 13:15:43 2005 -0700 - + Introduce a typo into hello.c. - + diff --git a/hello.c b/hello.c index ed55ec0..80b260c 100644 --- a/hello.c +++ b/hello.c @@ -11,6 +11,6 @@ - + int main(int argc, char **argv) { - printf("hello, world!\n"); @@ -502,15 +502,15 @@ same output: commit 13ed136b983a9c439eddeea8a1c2076cffbb685f Author: Bryan O'Sullivan Date: Tue Sep 6 13:15:43 2005 -0700 - + Introduce a typo into hello.c. - + diff --git a/hello.c b/hello.c index ed55ec0..80b260c 100644 --- a/hello.c +++ b/hello.c @@ -11,6 +11,6 @@ - + int main(int argc, char **argv) { - printf("hello, world!\n"); @@ -567,7 +567,7 @@ below: After you've made that change, the “git status” command will tell you what git knows about the files in the repository. - $ ls + $ ls hello.c Makefile $ git status # On branch master @@ -608,7 +608,7 @@ this, we use the “git diff” command. --- a/hello.c +++ b/hello.c @@ -7,6 +7,6 @@ - + int main(int argc, char **argv) { - printf("hello, world!\"); @@ -705,7 +705,7 @@ the files directly. Use your favorite editor to create a file called then it will be there already). The initial contents of your .gitconfig should look like this. - # This is a git configuration file. + # This is a git configuration file. [user] name = Your Name email = you@example.com @@ -808,7 +808,7 @@ this guideline, and hence has a summary that is not readable. $ git log --pretty=short commit 3ef5535144da88a854f7930503845cd44506c2e2 Author: Censored Person - + include buildmeister/commondefs. Add an exports and install As far as the remainder of the contents of the commit message are @@ -840,15 +840,15 @@ only a single revision, (and the most recent revision by default): commit fd21e5d6c5eedee70137229ebf348c25181812ab Author: Carl Worth Date: Fri Sep 28 12:50:16 2007 -0700 - + Fixed the typo so the program actuall complies now. - + diff --git a/hello.c b/hello.c index 9a3ff79..ea364d3 100644 --- a/hello.c +++ b/hello.c @@ -7,6 +7,6 @@ - + int main(int argc, char **argv) { - printf("hello, world!\"); @@ -885,15 +885,15 @@ Here's the final result: commit 3c54ac672ec1130b36837f1b708054a7a1d402de Author: Carl Worth Date: Fri Sep 28 12:50:16 2007 -0700 - + Fixed the typo so the program actually compiles now. - + diff --git a/hello.c b/hello.c index 9a3ff79..ea364d3 100644 --- a/hello.c +++ b/hello.c @@ -7,6 +7,6 @@ - + int main(int argc, char **argv) { - printf("hello, world!\"); @@ -997,7 +997,7 @@ take a look (again, the commit identifiers will be different for you commit 3c54ac672ec1130b36837f1b708054a7a1d402de Author: Carl Worth Date: Fri Sep 28 12:50:16 2007 -0700 - + Fixed the typo so the program actually compiles now. As expected, we received just the one commit. @@ -1051,7 +1051,7 @@ The most convenient way to examine the fetched changes is with the commit 3c54ac672ec1130b36837f1b708054a7a1d402de Author: Carl Worth Date: Fri Sep 28 12:50:16 2007 -0700 - + Fixed the typo so the program actually compiles now. Another helpful way of visualizing what happened with "git fetch" here @@ -1270,7 +1270,7 @@ repository already has those changes? Nothing too exciting. ## Appendix D Open Publication License -Version 1.0, 8 June 1999 +Version 1.0, 8 June 1999 ### D.1 Requirements on both unmodified and modified versions @@ -1280,7 +1280,7 @@ terms of this license are adhered to, and that this license or an incorporation of it by reference (with any options elected by the author(s) and/or publisher) is displayed in the reproduction. -Proper form for an incorporation by reference is as follows: +Proper form for an incorporation by reference is as follows: Copyright (c) year by author’s name or designee. This material may be distributed only subject to the terms and conditions set forth in the @@ -1332,13 +1332,13 @@ All modified versions of documents covered by this license, including translations, anthologies, compilations and partial documents, must meet the following requirements: - 1. The modified version must be labeled as such. + 1. The modified version must be labeled as such. 2. The person making the modifications must be identified and the modifications dated. 3. Acknowledgement of the original author and publisher if applicable must be retained according to normal academic citation practices. - 4. The location of the original unmodified document must be identified. + 4. The location of the original unmodified document must be identified. 5. The original author’s (or authors’) name(s) may not be used to assert or imply endorsement of the resulting document without the original author’s (or authors’) permission. -- 2.43.0