On Jan 21, 1:12 am, Thomas Ferris Nicolaisen <[email protected]> wrote: > I can't recreate the problem. > > If I do some local commits with lots of whitespaces in them, it works fine. I will try to find a simple way to reproduce the actual problem asap. > If I do format-patch with --ignore-space-change, I am able to trigger a > similar error like the one you got. First I thought I needed to play around with these parameters, as the errors seemed to be related to white spaces, but as I saw it work on another project, I guess that it was unnecessary. Also, I had a similar problem when applying the patch on the test project at first (I don't know why), but running git am --abort solved it. > Normally dealing with whitespaces isn't a problem in my experience.. Could > it be that you have some kind of funky configuration messing it up? Please > do "git config -l" inside the repo and paste the output back here.
user.name=Johannes Müller [email protected] color.ui=auto color.branch.current=yellow reverse color.branch.local=yellow color.branch.remote=green color.diff.meta=yellow bold color.diff.frag=magenta bold color.diff.old=red bold color.diff.new=green bold color.status.added=yellow color.status.changed=green color.status.untracked=cyan core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* remote.origin.url=/home/joe/CloudFusion branch.master.remote=origin branch.master.merge=refs/heads/master I actually copied the submodule without the superproject to another location, then created the patch from the copy. Afterwards I replaced the submodule in the superproject with a version prior to the changes introduced by the patch. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
