File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed Expand file tree Collapse file tree 2 files changed +6
-44
lines changed Original file line number Diff line number Diff line change @@ -1104,11 +1104,11 @@ format.thread::
1104
1104
value disables threading.
1105
1105
1106
1106
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.
1112
1112
1113
1113
format.coverLetter::
1114
1114
A boolean that controls whether to generate a cover-letter when
@@ -1225,7 +1225,7 @@ gitcvs.dbname::
1225
1225
1226
1226
gitcvs.dbdriver::
1227
1227
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
1229
1229
with 'DBD::SQLite', reported to work with 'DBD::Pg', and
1230
1230
reported *not* to work with 'DBD::mysql'. Experimental feature.
1231
1231
May not contain double colons (`:`). Default: 'SQLite'.
Original file line number Diff line number Diff line change @@ -83,42 +83,4 @@ valgrind:
83
83
perf :
84
84
$(MAKE ) -C perf/ all
85
85
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
-
124
86
.PHONY : pre-clean $(T ) aggregate-results clean valgrind perf
You can’t perform that action at this time.
0 commit comments