List for cgit developers and users
 help / color / mirror / Atom feed
From: list at eworm.de (Christian Hesse)
Subject: [PATCH 1/1] git: update for git 2.0
Date: Thu, 29 May 2014 17:00:09 +0200	[thread overview]
Message-ID: <20140529170009.7be23b2f@leda.localdomain> (raw)
In-Reply-To: <20140504200313.13342.67443@typhoon.lan>

Lukas Fleischer <cgit at cryptocrack.de> on Sun, 2014/05/04 22:03:
> On Sun, 04 May 2014 at 21:31:39, Christian Hesse wrote:
> > prefixcmp() and suffixcmp() have been remove, functionality is now
> > provided by starts_with() and ends_with(). Retrurn values have been
> > changed, so instead of just renaming we have to fix logic.
> > Everything else looks just fine.
> > ---
> >  Makefile      |  4 ++--
> >  cgit.c        | 26 +++++++++++++-------------
> >  git           |  2 +-
> >  parsing.c     | 12 ++++++------
> >  scan-tree.c   | 10 +++++++---
> >  ui-clone.c    |  2 +-
> >  ui-log.c      |  8 ++++----
> >  ui-refs.c     |  6 +++---
> >  ui-repolist.c |  2 +-
> >  ui-shared.c   |  2 +-
> >  ui-snapshot.c |  4 ++--
> >  ui-summary.c  |  2 +-
> >  12 files changed, 42 insertions(+), 38 deletions(-)
> > 
> > [...]
> > -       else if (!prefixcmp(name, "module-link.")) {
> > +       else if (starts_with(name, "module-link.")) {
> >                 item = string_list_append(&repo->submodules, xstrdup(name
> > + 12));
> 
> My original intention was to replace most of these with skip_prefix()
> (well, I actually wanted to wait for strip_prefix() to replace
> skip_prefix() but that didn't make it into Git 2.0). It would be great
> to see most of the starts_with() invocations (followed by hardcoded
> lengths) replaced by skip_prefix() but if you don't want to do it, I
> guess this change is okay for now.

I would suggest going the simplest transition first, then make enhancements
in a later commit. Replying with a patch for final git v2.0.0.
-- 
main(a){char*c=/*    Schoene Gruesse                         */"C7?Bj;MEH"
"CX:;",b;for(a/*    Chris           get my mail address:    */=0;b=c[a++];)
putchar(b-1/(/*               gcc -o sig sig.c && ./sig    */b/42*2-3)*42);}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.zx2c4.com/pipermail/cgit/attachments/20140529/5afbc0ef/attachment.asc>


  reply	other threads:[~2014-05-29 15:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-04 19:31 mail
2014-05-04 19:34 ` list
2014-05-04 20:03 ` cgit
2014-05-29 15:00   ` list [this message]
2014-05-29 15:35 mail
2014-06-28 13:15 ` Jason
2014-06-28 13:45   ` list
2014-06-29 16:24 ` Jason

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=20140529170009.7be23b2f@leda.localdomain \
    --to=cgit@lists.zx2c4.com \
    /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 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).