bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 1044 in lilypond: strip-whitespace in lily-git


From: lilypond
Subject: Re: Issue 1044 in lilypond: strip-whitespace in lily-git
Date: Tue, 23 Mar 2010 21:54:24 +0000


Comment #3 on issue 1044 by percival.music.ca: strip-whitespace in lily-git
http://code.google.com/p/lilypond/issues/detail?id=1044

Doesn't work.  The rebase just says "current master is up to date".
(yes, I also tried HEAD^ , but I used HEAD~1 below since that's what most of the web
git help pages seem to use)


address@hidden:~/lilypond-git$ git diff HEAD~1
diff --git a/ROADMAP b/ROADMAP
index 8b66091..1448c3b 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,3 +1,9 @@
+add some whitespace here
+
+
+asdf
+a
+
 Prebuilt Documentation and packages are available from:

     http://www.lilypond.org
address@hidden:~/lilypond-git$ git rebase --whitespace=fix HEAD~1
Current branch master is up to date.
address@hidden:~/lilypond-git$ git diff HEAD~1
diff --git a/ROADMAP b/ROADMAP
index 8b66091..1448c3b 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,3 +1,9 @@
+add some whitespace here
+
+
+asdf
+a
+
 Prebuilt Documentation and packages are available from:

     http://www.lilypond.org
address@hidden:~/lilypond-git$ git --version
git version 1.6.0.4



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

[Prev in Thread] Current Thread [Next in Thread]