sapling/eden/scm/tests/git.sh
Durham Goode 291da3c779 license: update license headers
Summary: See the task.

Reviewed By: markbt

Differential Revision: D34531919

fbshipit-source-id: 38a7f1b43cd8051d475ee3c64611adc36a2abcb2
2022-03-04 12:55:23 -08:00

14 lines
475 B
Bash

# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
# reset git environment variables
export GIT_AUTHOR_NAME="test"
export GIT_AUTHOR_EMAIL="test@example.org"
export GIT_AUTHOR_DATE="2007-01-01 00:00:10 +0000"
export GIT_COMMITTER_NAME="test"
export GIT_COMMITTER_EMAIL="test@example.org"
export GIT_COMMITTER_DATE="2007-01-01 00:00:10 +0000"
unset GIT_DIR