Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commitfeed81e
committed
Moved setup function into top level __init__
Discovered that the remote module also relies on the git executable assuch it also needs to be “refreshed” anytime the git executable isupdated or changed. This was best solved by moving the setup functioninto the top level __init__ where the setup simply callsgit.cmd.Git.refresh and git.remote.FetchInfo.refresh.1 parenta962464 commitfeed81e
3 files changed
+67
-44
lines changedLines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + |
Lines changed: 20 additions & 34 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
200 |
| - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
201 | 203 |
| |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
| 204 | + | |
207 | 205 |
| |
208 |
| - | |
209 |
| - | |
| 206 | + | |
210 | 207 |
| |
| 208 | + | |
211 | 209 |
| |
212 |
| - | |
213 | 210 |
| |
214 | 211 |
| |
| 212 | + | |
215 | 213 |
| |
216 | 214 |
| |
217 | 215 |
| |
218 | 216 |
| |
219 | 217 |
| |
220 | 218 |
| |
221 | 219 |
| |
| 220 | + | |
222 | 221 |
| |
223 | 222 |
| |
224 | 223 |
| |
225 | 224 |
| |
226 | 225 |
| |
227 |
| - | |
| 226 | + | |
228 | 227 |
| |
229 | 228 |
| |
230 | 229 |
| |
231 | 230 |
| |
232 | 231 |
| |
233 | 232 |
| |
234 | 233 |
| |
235 |
| - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
236 | 238 |
| |
237 | 239 |
| |
238 | 240 |
| |
239 | 241 |
| |
240 | 242 |
| |
241 |
| - | |
| 243 | + | |
242 | 244 |
| |
243 | 245 |
| |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
| 246 | + | |
248 | 247 |
| |
249 | 248 |
| |
250 | 249 |
| |
| |||
1024 | 1023 |
| |
1025 | 1024 |
| |
1026 | 1025 |
| |
1027 |
| - | |
1028 |
| - | |
1029 |
| - | |
1030 |
| - | |
1031 |
| - | |
1032 |
| - | |
1033 |
| - | |
1034 |
| - | |
1035 |
| - | |
1036 |
| - | |
1037 |
| - | |
1038 |
| - | |
1039 |
| - |
Lines changed: 30 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
218 | 221 |
| |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
224 | 244 |
| |
225 | 245 |
| |
226 | 246 |
| |
|
0 commit comments
Comments
(0)