commit | a5b0c24f3e9a29f8fe496f49db82f2e3f1b687ce | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Fri Oct 09 12:22:00 2009 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Oct 19 18:59:42 2009 -0700 |
tree | 00d3e6f0de438154c134a6655cfaa72422845d69 | |
parent | fd53c9eb445815696bf84c4701b9af73b5d7f50d [diff] |
Add an expensive test for git-notes git-notes have the potential of being pretty expensive, so test with a lot of commits. A lot. So to make things cheaper, you have to opt-in explicitely, by setting the environment variable GIT_NOTES_TIMING_TESTS. This patch has been improved by the following contributions: - Junio C Hamano: tests: fix "export var=val" Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>