jesseduffield.lazygit/pkg/commands/models
Stefan Haller 993d66a8ff Don't force-push if the remote branch is not stored locally
This broke with #3528.

If the remote branch is not stored locally, we only see question marks in the
branch status. In this case we can't tell whether we need to force-push, so it's
best to assume that we don't, and see if the server rejects the push, and react
to that by asking to force push. This second part is also broken right now,
we'll fix this in the next commit.
2024-06-01 08:12:45 +02:00
..
author.go Keep track of authors across local commits and branch commits for suggestions 2023-07-22 10:47:04 +10:00
branch.go Don't force-push if the remote branch is not stored locally 2024-06-01 08:12:45 +02:00
commit.go Switch git-todo-parser from fsmiamoto original repo to stefanhaller's fork 2024-04-22 20:59:15 +02:00
commit_file.go Support filtering files 2023-07-03 12:54:13 +10:00
file.go Properly render worktrees in files panel 2023-07-30 18:35:22 +10:00
remote.go Use inline status for fetching remotes 2024-01-26 08:29:04 +01:00
remote_branch.go fix: fix ambiguous refname 2022-05-13 21:05:51 +09:00
stash_entry.go feat: add age on stash lines 2023-12-27 11:21:49 +01:00
submodule_config.go Show all submodules recursively 2024-03-07 20:16:28 +01:00
tag.go Add inline status for pushing tags and deleting remote tags 2023-10-08 18:45:36 +02:00
worktree.go Use fields rather than methods on worktrees 2023-07-30 18:35:24 +10:00