Skip to content

Commit 8974033

Browse files
committed
Merge branch 'maint'
* maint: documentation: trivial whitespace cleanups t/Makefile: remove smoke test targets
2 parents c85f0a2 + 240ae2b commit 8974033

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed

Documentation/config.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,11 +1104,11 @@ format.thread::
11041104
value disables threading.
11051105

11061106
format.signoff::
1107-
A boolean value which lets you enable the `-s/--signoff` option of
1108-
format-patch by default. *Note:* Adding the Signed-off-by: line to a
1109-
patch should be a conscious act and means that you certify you have
1110-
the rights to submit this work under the same open source license.
1111-
Please see the 'SubmittingPatches' document for further discussion.
1107+
A boolean value which lets you enable the `-s/--signoff` option of
1108+
format-patch by default. *Note:* Adding the Signed-off-by: line to a
1109+
patch should be a conscious act and means that you certify you have
1110+
the rights to submit this work under the same open source license.
1111+
Please see the 'SubmittingPatches' document for further discussion.
11121112

11131113
format.coverLetter::
11141114
A boolean that controls whether to generate a cover-letter when
@@ -1225,7 +1225,7 @@ gitcvs.dbname::
12251225

12261226
gitcvs.dbdriver::
12271227
Used Perl DBI driver. You can specify any available driver
1228-
for this here, but it might not work. git-cvsserver is tested
1228+
for this here, but it might not work. git-cvsserver is tested
12291229
with 'DBD::SQLite', reported to work with 'DBD::Pg', and
12301230
reported *not* to work with 'DBD::mysql'. Experimental feature.
12311231
May not contain double colons (`:`). Default: 'SQLite'.

t/Makefile

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -83,42 +83,4 @@ valgrind:
8383
perf:
8484
$(MAKE) -C perf/ all
8585

86-
# Smoke testing targets
87-
-include ../GIT-VERSION-FILE
88-
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo unknown')
89-
uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo unknown')
90-
91-
test-results:
92-
mkdir -p test-results
93-
94-
test-results/git-smoke.tar.gz: test-results
95-
'$(PERL_PATH_SQ)' ./harness \
96-
--archive="test-results/git-smoke.tar.gz" \
97-
$(T)
98-
99-
smoke: test-results/git-smoke.tar.gz
100-
101-
SMOKE_UPLOAD_FLAGS =
102-
ifdef SMOKE_USERNAME
103-
SMOKE_UPLOAD_FLAGS += -F username="$(SMOKE_USERNAME)" -F password="$(SMOKE_PASSWORD)"
104-
endif
105-
ifdef SMOKE_COMMENT
106-
SMOKE_UPLOAD_FLAGS += -F comments="$(SMOKE_COMMENT)"
107-
endif
108-
ifdef SMOKE_TAGS
109-
SMOKE_UPLOAD_FLAGS += -F tags="$(SMOKE_TAGS)"
110-
endif
111-
112-
smoke_report: smoke
113-
curl \
114-
-H "Expect: " \
115-
-F project=Git \
116-
-F architecture="$(uname_M)" \
117-
-F platform="$(uname_S)" \
118-
-F revision="$(GIT_VERSION)" \
119-
-F report_file=@test-results/git-smoke.tar.gz \
120-
$(SMOKE_UPLOAD_FLAGS) \
121-
http://smoke.git.nix.is/app/projects/process_add_report/1 \
122-
| grep -v ^Redirecting
123-
12486
.PHONY: pre-clean $(T) aggregate-results clean valgrind perf

0 commit comments

Comments
 (0)