Skip to content

Conversation

@Hugo-RM
Copy link
Contributor

@Hugo-RM Hugo-RM commented Oct 21, 2025

Problem:

Git Magic currently uses -f for force pushing. Issue #1151 requests changing this to --force-with-lease as it is a safer alternative.

Changes:

  • Replaced -f with --force-with-lease in Git Magic
  • Updated documentation to reflect this change

Closes #1151

This change simply overwrites the usage of `-f` with
`--force-with-lease` in git-magic because `--force-with-lease` is a
safer alternative.
Copy link
Collaborator

@hyperupcall hyperupcall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This LGTM. There are other man pages that are generated with ronn-ng instead of just ronn.

@spacewander spacewander merged commit daf9d41 into tj:main Oct 22, 2025
6 checks passed
@spacewander
Copy link
Collaborator

@Hugo-RM
Merged. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Let git-magic use --force-with-lease

3 participants