]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Retire support for old environment variables.
authorJunio C Hamano <junkio@cox.net>
Fri, 9 Sep 2005 21:48:54 +0000 (14:48 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Sep 2005 21:48:54 +0000 (14:48 -0700)
commita9ab586a5db015d200dfdadcf5876d62f15dd36c
tree7631ead8e5869cad95d4e4c8e33415508335b7a5
parent44ec46a9dff34d0d0d207741094b3a8ebd0e5324
Retire support for old environment variables.

We have deprecated the old environment variable names for quite a
while and now it's time to remove them.  Gone are:

    SHA1_FILE_DIRECTORIES AUTHOR_DATE AUTHOR_EMAIL AUTHOR_NAME
    COMMIT_AUTHOR_EMAIL COMMIT_AUTHOR_NAME SHA1_FILE_DIRECTORY

Signed-off-by: Junio C Hamano <junkio@cox.net>
13 files changed:
Makefile
cache.h
diff.c
fsck-objects.c
gitenv.c [deleted file]
http-fetch.c
ident.c
init-db.c
path.c
setup.c
sha1_file.c
t/t0100-environment-names.sh [deleted file]
t/t0110-environment-names-old.sh [deleted file]