summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
2024-06-02Add HEAD: when referencing upstream branchJordan
2024-06-01Make "Find base commit for fixup" work with hunks with only added linesStefan Haller
2024-06-01Extract a function findCommitStefan Haller
2024-06-01Return errors from blameDeletedLines instead of just logging themStefan Haller
2024-06-01Also return hunks with only added lines from parseDiffStefan Haller
2024-06-01Make parseDiff a non-member function so that we can test it more easilyStefan Haller
2024-06-01Rename deletedLineInfo to hunkStefan Haller
2024-06-01Add user config `expandedSidePanelWeight`Stefan Haller
2024-06-01Add test for ExpandFocusedSidePanel configStefan Haller
2024-06-01Add integration test for pushing when the remote is not stored locallyStefan Haller
2024-06-01Use --force instead of --force-with-lease when remote is not stored locallyStefan Haller
2024-06-01Rename Force to ForceWithLeaseStefan Haller
2024-06-01Ask to force push if server rejected the update, if remote not stored locallyStefan Haller
2024-06-01Don't force-push if the remote branch is not stored locallyStefan Haller
2024-05-31Fix boolean config keys not appearing in the generated Config.mdStefan Haller
2024-05-31Remove an outdated commentStefan Haller
2024-05-29Refresh branches and reflog independently when sorting branches by dateStefan Haller
2024-05-29Fix out-of-date commentStefan Haller
2024-05-26Fix tooltip of fixup commandfix-tooltip-for-fixupStefan Haller
2024-05-26Fix calculation of tooltip heightStefan Haller
2024-05-20Add property outputTitle to CustomCommandStefan Haller
2024-05-20feat: focus on local commits view after moving code into new commitAzraelSec
2024-05-19Make Keybindings definition in UserConfig struct lastKarim Khaleel
2024-05-19Add default lazygit config generator for Config.md from JSON schemaKarim Khaleel
2024-05-19Set default value for WindowSize config to pass validationKarim Khaleel
2024-05-19Remove unnecesary schema validations in user configKarim Khaleel
2024-05-19Correctly request force-pushing in triangular workflowsStefan Haller
2024-05-19Add ahead/behind information for @{push}Stefan Haller
2024-05-19Rename Pushables/Pullables to AheadForPull/BehindForPullStefan Haller
2024-05-19Add test demonstrating the problem with force-pushing in a triangular workflowStefan Haller
2024-05-19Rename PushBranch to PushBranchAndSetUpstreamStefan Haller
2024-05-19Create shims for all model classes in SessionStateLoaderStefan Haller
2024-05-19Remove redundant variable dedeclarationsJesse Duffield
2024-05-19Show delete/edit keybindings in suggestions subtitle if availableStefan Haller
2024-05-19Allow editing a custom command from the suggestions list by pressing 'e'Stefan Haller
2024-05-19Support deleting items from the custom commands historyStefan Haller
2024-05-19improve `nvim-remote` modeCharlie Moog
2024-05-18Fix stashing partialy staged files for git version >= 2.35.0dsolerhww
2024-05-15Use ScanLinesAndTruncateWhenLongerThanBuffer instead of bufio.ScanLinesStefan Haller
2024-05-15Put subject last in git log's prettyFormatStefan Haller
2024-05-15Implement ScanLinesAndTruncateWhenLongerThanBufferStefan Haller
2024-05-15Handle scanner error in RunAndProcessLinesStefan Haller
2024-05-15Add tests for clicking in status side panelStefan Haller
2024-05-15Fix clicking in status side panelStefan Haller
2024-05-05Fix deadlock reportingfix-deadlock-reportingStefan Haller
2024-05-01Add commitPrefix for defining a prefix for any projectJonathan Duck
2024-04-30Enable the commit graph in the divergence viewStefan Haller
2024-04-28chore: fix some comments and typosknowmost
2024-04-27Refactor `pkg/gui/presentation/commits.go` slightly to be consistentStefan Haller
2024-04-27Add config option for length of commit hash displayed in commits viewOlivia Bahr