Commit 92e4315
committed
Split git setup to several steps
Configuration requirements for `git` and `git_am` can be different
enough so that that these two should not share the setup routine
in it's entirety [1]. On the other hand, some parts of the setup
can (and should) be kept same in both approaches.
[1]: #3472
This splits the `%__scm_setup_git` macro into several named steps,
that are later combined. This will allow for future differentiation
of `git` and `git_am` by customizing (only) the relevant step(s).1 parent fe9a914 commit 92e4315
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1239 | 1239 | | |
1240 | 1240 | | |
1241 | 1241 | | |
1242 | | - | |
| 1242 | + | |
1243 | 1243 | | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
1244 | 1247 | | |
1245 | | - | |
1246 | | - | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
1247 | 1251 | | |
1248 | 1252 | | |
1249 | 1253 | | |
1250 | 1254 | | |
1251 | 1255 | | |
1252 | 1256 | | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
1253 | 1262 | | |
1254 | 1263 | | |
1255 | 1264 | | |
| |||
0 commit comments