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)
gperc...@gperciva-desktop:~/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
gperc...@gperciva-desktop:~/lilypond-git$ git rebase --whitespace=fix HEAD~1
Current branch master is up to date.
gperc...@gperciva-desktop:~/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
gperc...@gperciva-desktop:~/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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond