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>2006-07-10 15:40:44 +0400
committerJunio C Hamano <junkio@cox.net>2006-07-11 01:48:56 +0400
commitb75a82b75402c9462cfd2e9891d2fbe7ce6239f4 (patch)
treed70c0a06b34591346ed15c0603bd05e1f06f94cd /builtin-update-ref.c
parentf443455a5bb1f274dc7a14f09bbbcb931f4388a2 (diff)
Fix linking for not-so-clever linkers.
On one of my systems, the linker is not intelligent enough to link with pager.o (in libgit.a) when only the variable pager_in_use is needed. The consequence is that the linker complains about an undefined variable. So, put the variable into environment.o, where it is linked always. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-update-ref.c')
0 files changed, 0 insertions, 0 deletions