Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-11-28 18:56:11 +0300
committerJunio C Hamano <gitster@pobox.com>2007-11-29 04:23:18 +0300
commit3addc94aff0b10730c6b023e1a4a5d677e53d5a7 (patch)
tree1d3ace2809b7d3ac0f8d5346fb25e50b5640c36c /read-cache.c
parentd25430c5f88c7e7b4ce24c1b08e409f4345c4eb9 (diff)
Replace instances of export VAR=VAL with VAR=VAL; export VAR
It might be POSIX, but there are shells that do not like the expression 'export VAR=VAL'. To be on the safe side, rewrite them into 'VAR=VAL' and 'export VAR'. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'read-cache.c')
0 files changed, 0 insertions, 0 deletions