git diff script is not portable

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема git diff script is not portable
Дата
Msg-id 201011171854.oAHIsnR18848@momjian.us
обсуждение исходный текст
Ответы Re: git diff script is not portable
Re: git diff script is not portable
Список pgsql-hackers
Looking here:
http://wiki.postgresql.org/wiki/Working_with_Git

the script we recommend for doing context diffs for git,
git-external-diff, is not portable:
http://anarazel.de/pg/git-external-diff

It uses diff -L, which is not supported by FreeBSD, and I imagine many
other operating systems.

If we want people to use this to produce context diffs, we should
provide a portable script.  I can modify it to be portable, but it is
currently hosted on some other site.  How should I handle this?    How
do I contact the author, or perhaps I should create a new on on
ftp.postgresql.org and link to that.

Comments?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Re: [BUGS] BUG #5650: Postgres service showing as stopped when in fact it is running
Следующее
От: Robert Haas
Дата:
Сообщение: Re: unlogged tables