git/templates
Junio C Hamano 86b13da46c scripts: equality test '==' is not portable.
On NetBSD 3 we trigger an error:

    [: ==: unexpected operator

Double-equal is accepted by bash built-in '[' and bash(1) suggests
using '=' for strict POSIX compliance (test(1) from coreutils does not
mention '==').  Eradicate their uses everywhere.

[jc: Somebody with a pseudonym kindly sent a message to let
 me know about the problem privately; I do not have access to a NetBSD
 box.]

Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-09-02 10:53:15 -07:00
..
.gitignore [PATCH] git bugfixes and cleanups, mainly Debian things 2005-08-26 12:54:27 -07:00
branches-- Redo the templates generation and installation. 2005-08-06 13:49:26 -07:00
hooks--applypatch-msg Add hooks to tools/git-applypatch. 2005-08-19 16:23:31 -07:00
hooks--commit-msg Add commit hook and make the verification customizable. 2005-08-19 16:23:31 -07:00
hooks--post-commit Add commit hook and make the verification customizable. 2005-08-19 16:23:31 -07:00
hooks--post-update Install sample hooks 2005-08-03 16:27:38 -07:00
hooks--pre-applypatch Add hooks to tools/git-applypatch. 2005-08-19 16:23:31 -07:00
hooks--pre-commit [PATCH] Fix git-commit-script to output on stderr when -v fails 2005-08-20 10:54:27 -07:00
hooks--update scripts: equality test '==' is not portable. 2005-09-02 10:53:15 -07:00
info--exclude Redo the templates generation and installation. 2005-08-06 13:49:26 -07:00
Makefile [PATCH] Use $DESTDIR instead of $dest 2005-08-12 10:38:23 -07:00
remotes-- [PATCH] Use .git/remote/origin, not .git/branches/origin. 2005-08-24 16:50:52 -07:00
this--description Redo the templates generation and installation. 2005-08-06 13:49:26 -07:00