Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revision.h: make show_early_output an extern which is defined in revi…
…sion.c The variable show_early_output is defined in revision.c and should be declared extern in revision.h so that the linker does not complain about multiply defined variables. Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information