From: Marcel Holtmann <marcel@holtmann.org>
To: Petr Baudis <pasky@ucw.cz>
Cc: GIT Mailing List <git@vger.kernel.org>
Subject: Re: [PATCH Cogito] Make use of external editor work like CVS
Date: Sun, 08 May 2005 19:17:47 +0200 [thread overview]
Message-ID: <1115572667.9031.139.camel@pegasus> (raw)
In-Reply-To: <20050508171209.GX9495@pasky.ji.cz>
Hi Petr,
> > What do you think about a special flag for automatic merging (which
> > makes the commit message say "Automatic merge") and a .cogitorc file
> > like .cvsrc where you can choose the default method.
> >
> > I am using a lot of temporary trees where I pull a lot of kernel
> > subsystems together and I don't need that "feature" there.
>
> No problem with that per se, but please keep the configfile
> infrastructure and the automerge switch as separate patches from this
> one.
It was never part of this patch. It is something I am thinking about.
> > > > This is only cosmetic. Using vim it displays the name of the temporary
> > > > file and confusing the user with gitci2.XXXX instead of gitci.XXX is
> > > > weird. Even using gitci as basename looks not good to me, but I left it
> > > > for now.
> > >
> > > It boosts the patch size unnecessarily. It shouldn't be called gitci2
> > > anyway... :-) Feel free to change the mktemp templates instead.
> >
> > I will check what I can do, but I don't really care that much about the
> > patch size ;)
>
> But I do. :-)
Sometime you don't have any other choice, because diff is not perfect.
Do you wanna apply that patch or should I change the mktemp templates
first?
> > > The gitci name comes all the way from the times where this command was
> > > usually triggered by 'git ci'.
> >
> > I thought so. Is using cogito.XXXXXX and cogito.temp.XXXXX fine with
> > you?
>
> No. I think it's useful (and doesn't cost us anything) to have the
> "owner" of the file denoted in the filename.
>
> > > > Index: cg-commit
> > > > ===================================================================
> > > > --- f00d7589973e8ea65d2264f5fbac82e1b217dc8f/cg-commit (mode:100755)
> > > > +++ cb61efa8a01400150162af9b0f3773f21d502fe9/cg-commit (mode:100755)
> > > > @@ -94,30 +78,55 @@
> > > > echo "$uri" >>$LOGMSG
> > > > [ "$msgs" ] && echo "$uri"
> > > > done
> > > > - echo >>$LOGMSG
> > > > +else
> > > > + first=1
> > > > fi
> > > > -first=1
> > > > +
> > > > for msg in "${msgs[@]}"; do
> > > > if [ "$first" ]; then
> > > > first=
> > > > else
> > > > echo >>$LOGMSG
> > > > fi
> > > > - echo $msg | fmt >>$LOGMSG
> > > > + echo $msg | fmt -s -w 74 >>$LOGMSG
> > > > done
> > > > +
> > > > +if [ "$first" ]; then
> > > > + echo >>$LOGMSG
> > > > +fi
> > >
> > > This mess is still here.
> >
> > That is not mess. Think about it. If we have messages provided by -m we
> > want an empty line between the merge message and the the first commit
> > message. And we don't wanna have an extra empty line at the top if you
> > provide a commit messages via -m.
>
> But, that's the current behaviour, isn't it?
No it is not, because with my change the messages are at the top and
before the CG: lines.
Regards
Marcel
next prev parent reply other threads:[~2005-05-08 17:11 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-08 15:02 [PATCH Cogito] Make use of external editor work like CVS Marcel Holtmann
2005-05-08 15:24 ` Sean
2005-05-08 15:25 ` Petr Baudis
2005-05-08 15:43 ` Marcel Holtmann
2005-05-08 15:56 ` Petr Baudis
2005-05-08 16:15 ` Marcel Holtmann
2005-05-08 17:12 ` Petr Baudis
2005-05-08 17:17 ` Marcel Holtmann [this message]
2005-05-08 17:30 ` Petr Baudis
2005-05-08 17:40 ` Marcel Holtmann
2005-05-08 17:51 ` Petr Baudis
2005-05-08 18:57 ` Marcel Holtmann
2005-05-08 20:03 ` Petr Baudis
2005-05-08 20:26 ` Marcel Holtmann
2005-05-08 21:08 ` Petr Baudis
2005-05-08 21:19 ` Marcel Holtmann
2005-05-09 3:28 ` Edgar Toernig
2005-05-09 7:33 ` Petr Baudis
2005-05-08 21:46 ` Sean
2005-05-08 21:43 ` Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2005-05-08 1:10 Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1115572667.9031.139.camel@pegasus \
--to=marcel@holtmann.org \
--cc=git@vger.kernel.org \
--cc=pasky@ucw.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.