|
376 | 376 | <CheckBox Grid.Row="5" Grid.Column="1" |
377 | 377 | Height="32" |
378 | 378 | Content="{DynamicResource Text.Preferences.Git.EnablePruneOnFetch}" |
379 | | - IsChecked="{Binding #ThisControl.EnablePruneOnFetch, Mode=TwoWay}"/> |
| 379 | + IsChecked="{Binding #ThisControl.EnablePruneOnFetch, Mode=TwoWay}" |
| 380 | + ToolTip.Tip="fetch.prune=true"/> |
380 | 381 |
|
381 | 382 | <CheckBox Grid.Row="6" Grid.Column="1" |
382 | 383 | Height="32" |
383 | 384 | Content="{DynamicResource Text.Preferences.Git.IgnoreCRAtEOLInDiff}" |
384 | | - IsChecked="{Binding IgnoreCRAtEOLInDiff, Mode=TwoWay}"/> |
| 385 | + IsChecked="{Binding IgnoreCRAtEOLInDiff, Mode=TwoWay}" |
| 386 | + ToolTip.Tip="--ignore-cr-at-eol"/> |
385 | 387 |
|
386 | 388 | <CheckBox Grid.Row="7" Grid.Column="1" |
387 | 389 | Height="32" |
388 | 390 | Content="{DynamicResource Text.Preferences.Git.SSLVerify}" |
389 | | - IsChecked="{Binding #ThisControl.EnableHTTPSSLVerify, Mode=TwoWay}"/> |
| 391 | + IsChecked="{Binding #ThisControl.EnableHTTPSSLVerify, Mode=TwoWay}" |
| 392 | + ToolTip.Tip="http.sslverify=true"/> |
390 | 393 |
|
391 | 394 | <CheckBox Grid.Row="8" Grid.Column="1" |
392 | 395 | Height="32" |
|
452 | 455 |
|
453 | 456 | <CheckBox Grid.Row="3" Grid.Column="1" |
454 | 457 | Content="{DynamicResource Text.Preferences.GPG.CommitEnabled}" |
455 | | - IsChecked="{Binding #ThisControl.EnableGPGCommitSigning, Mode=TwoWay}"/> |
| 458 | + IsChecked="{Binding #ThisControl.EnableGPGCommitSigning, Mode=TwoWay}" |
| 459 | + ToolTip.Tip="commit.gpgsign=true"/> |
456 | 460 |
|
457 | 461 | <CheckBox Grid.Row="4" Grid.Column="1" |
458 | 462 | Content="{DynamicResource Text.Preferences.GPG.TagEnabled}" |
459 | | - IsChecked="{Binding #ThisControl.EnableGPGTagSigning, Mode=TwoWay}"/> |
| 463 | + IsChecked="{Binding #ThisControl.EnableGPGTagSigning, Mode=TwoWay}" |
| 464 | + ToolTip.Tip="tag.gpgsign=true"/> |
460 | 465 | </Grid> |
461 | 466 | </TabItem> |
462 | 467 |
|
|
0 commit comments