git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brian Gernhardt <benji@silverinsanity.com>
To: David Kastrup <dak@gnu.org>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH] Makefile: create an install-symlinks target
Date: Sun, 29 Jul 2007 19:44:28 -0400	[thread overview]
Message-ID: <ADE1034F-2454-4249-8DCF-872C52CD471F@silverinsanity.com> (raw)
In-Reply-To: <85bqduvo5r.fsf@lola.goethe.zz>


On Jul 29, 2007, at 6:30 PM, David Kastrup wrote:

> a) this required the installation of additional software for a simple
>    task.

I would think it's preferable to have a single piece of software to  
manage these links than attempt to craft a custom solution for every  
package you install.

> b) if the software worked using symbolic links, it would not know at
>    what level to make the links (namely create
>    /usr/local/share/man/man1 and link every file from
>    /opt/git/share/man/man1, but link the directory
>    /usr/local/share/git-core directly to /opt/git/share/git-core).

What stow does is to create a directory for every level where  
multiple packages have files or non-stow files exists.  It would  
create a link at /usr/local/share/git-core because nobody else uses  
that directory.  If there are other /usr/local/share/man/man1/*  
files, it would make a link for every file in the git version.

> Since the stuff is strictly an additional convenience not impacting
> any of the existing targets, I would not have thought it terribly
> controversial.

It's additional maintenance, mostly.  I don't have an objection to  
it, although I also don't see a reason to include it.

> Is there a place other than the git list where one can provide patches
> that are not likely to end up in git.git?

You could make a repo at repo.or.cz, I think.  Have different  
branches to maintain features and rebase them on top of master  
periodically.  Or just any random web-page to publish raw patches.

My $0.02,
~~ Brian

  reply	other threads:[~2007-07-29 23:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-29 21:26 [PATCH] Makefile: create an install-symlinks target David Kastrup
2007-07-29 21:27 ` [PATCH] Makefile: use $(FIND) instead of find David Kastrup
2007-07-29 22:22   ` Junio C Hamano
2007-07-29 22:15 ` [PATCH] Makefile: create an install-symlinks target Junio C Hamano
2007-07-29 22:30   ` David Kastrup
2007-07-29 23:44     ` Brian Gernhardt [this message]
2007-07-29 22:26 ` Peter Baumann
  -- strict thread matches above, loose matches on Subject: below --
2007-07-18 10:41 David Kastrup
2007-07-18 12:41 ` David Kastrup
2007-07-18 12:48 ` Johannes Schindelin
2007-07-18 14:33   ` Peter Baumann
2007-07-18 13:08 ` Alex Riesen
2007-07-18 14:06   ` David Kastrup

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=ADE1034F-2454-4249-8DCF-872C52CD471F@silverinsanity.com \
    --to=benji@silverinsanity.com \
    --cc=dak@gnu.org \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.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).