git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-rebase nukes multiline comments
@ 2006-06-16 17:12 Matthias Hopf
  2006-06-16 17:23 ` David Kowis
  0 siblings, 1 reply; 9+ messages in thread
From: Matthias Hopf @ 2006-06-16 17:12 UTC (permalink / raw)
  To: git; +Cc: xorg

Hi all,

I'm using git-1.2.4 on SL10.1, in centralized style development (for X.org).

I wanted to commit a set of changes (4 local commits) upstream, so I had
to do a git-rebase first (in that particular case a git-pull would have
been possible as well, but git-rebase fits the CVS style development
better). After git-fetch, git-rebase origin, and git-push all my changes
had only the first line of the changelog comment, the remainder was
nuked.

To reproduce:

mkdir /var/tmp/blaup
cd /var/tmp/blaup
git-init-db
echo test > foo
git-add foo
git-commit      (any comment)
cd ..
git-clone /var/tmp/blaup bla
cd bla
echo test2 >>foo 
git-commit foo  (multiline comment)
cd ../blaup
echo test3 >bar
git-add bar
git-commit      (any comment)
cd ../bla
git-fetch
git-log         (shows multiline comment for 'test2')
git-rebase origin
git-log         (shows only the first line of the multiline comment!)


I doubt this is intended behavior.


Also, while trying to reproduce this with the original upstream
repository, I would have had to git-fetch my origin branch (upstream
master), but not to get _all_ new commits, but only up to a certain
revspec (the one *before* my own commits).

I tried "git-fetch <refspec>:", but this didn't work, neither did
anything else I tried.  This is clearly beyond my understanding of git,
so how can this be done?

Thanks

Matthias

-- 
Matthias Hopf <mhopf@suse.de>       __        __   __
Maxfeldstr. 5 / 90409 Nuernberg    (_   | |  (_   |__         mat@mshopf.de
Phone +49-911-74053-715            __)  |_|  __)  |__  labs   www.mshopf.de

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-06-19  9:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-16 17:12 git-rebase nukes multiline comments Matthias Hopf
2006-06-16 17:23 ` David Kowis
2006-06-16 17:55   ` David Kowis
2006-06-19  9:36     ` Matthias Hopf
2006-06-19  9:54       ` Matthias Hopf
2006-06-16 21:25   ` Junio C Hamano
2006-06-16 21:56     ` David Kowis
2006-06-16 23:21       ` Junio C Hamano
2006-06-19  9:53         ` Matthias Hopf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).