all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: "François J" <francois-oss@avalenn.eu>
Cc: 47968@debbugs.gnu.org
Subject: [bug#47968] [PATCH 0/2] Add git-filter-repo
Date: Mon, 03 May 2021 18:41:02 +0200	[thread overview]
Message-ID: <87lf8vwz1d.fsf_-_@gnu.org> (raw)
In-Reply-To: <dd3b9d2@noop.avalenn.eu> ("François J"'s message of "Fri, 23 Apr 2021 09:17:17 +0200")

Hi François,

François J <francois-oss@avalenn.eu> skribis:

> I use release tarball (instead of git as I would have liked) because it
> contains pre-compiled man-pages which are too hard to build in this
> context as it uses git Makefile to do it.
>
> * gnu/packages/version-control.scm (git-filter-repo): New variable.
>
> Signed-off-by: François J <francois-oss@avalenn.eu>

Could you add a copyright line for you at the top?

> +        (base32
> +         "00nn7k9jqrybb762486fmigsnbcn9lbvimgpfvvarz4ikdp9y9pb"))
> +       ))

‘guix lint’ complains about these dangling parens.  :-)

> +    (arguments
> +     `(#:install-plan
> +       '(
> +         ("git-filter-repo" "libexec/git-core/")

Please move this to the previous line.

> +         ("Documentation/man1/" "share/man/man1")
> +         ("/" "" #:include ())
> +         )))

Likewise: lonely parens.  :-)

> +    (synopsis
> +     "Quickly rewrite git repository history")
> +    (description
> +     "Quickly rewrite git repository history")

Please capitalize “Git” and expound the description, using full
sentences, as per:

  https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html

Could you send an updated patch?

(The patch 1/2 LGTM.)

Thanks,
Ludo’.




  reply	other threads:[~2021-05-03 16:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23  9:01 [bug#47968] [PATCH 0/2] Add git-filter-repo François J
2021-04-23  7:05 ` [bug#47968] [PATCH 1/2] gnu: git: add a comment on why we don't build manpages François J
2021-04-23  7:17 ` [bug#47968] [PATCH 2/2] gnu: Add git-filter-repo François J
2021-05-03 16:41   ` Ludovic Courtès [this message]
2021-04-23  7:17     ` [bug#47968] [PATCH] " François J
2021-05-03 20:46       ` bug#47968: [PATCH 0/2] " Ludovic Courtès

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=87lf8vwz1d.fsf_-_@gnu.org \
    --to=ludo@gnu.org \
    --cc=47968@debbugs.gnu.org \
    --cc=francois-oss@avalenn.eu \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.