summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2024-06-23Fix custom patch operations on added filesStefan Haller
2024-06-23Introduce options struct for RenderPatchForFileStefan Haller
2024-06-12Show "exec" todos in the list of rebase todosStefan Haller
2024-06-07feat: support range selection for commit attributes amendAzraelSec
2024-06-03Show divergence from base branch in branches listStefan Haller
2024-06-03Add GetBaseBranch functionStefan Haller
2024-06-03Make GetMergeBase a method of ExistingMainBranchesStefan Haller
2024-06-03Factor out CommitLoader.mainBranches into its own class, and store it in ModelStefan Haller
2024-06-03Remove the cache invalidation logic from getMergeBaseStefan Haller
2024-06-02Add HEAD: when referencing upstream branchJordan
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-01Don't force-push if the remote branch is not stored locallyStefan Haller
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-19Remove redundant variable dedeclarationsJesse Duffield
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-15Handle scanner error in RunAndProcessLinesStefan Haller
2024-04-28chore: fix some comments and typosknowmost
2024-04-25Support external diff command in diffing modeStefan Haller
2024-04-25Use git.paging.colorArg in diffing mode diffStefan Haller
2024-04-25Cleanup: use separate Arg calls for unrelated argumentsStefan Haller
2024-04-24chore: use errors.New to replace fmt.Errorf with no parameters.ChengenH
2024-04-22Drop update-ref commands at the top of the rebase-todo fileStefan Haller
2024-04-22Switch git-todo-parser from fsmiamoto original repo to stefanhaller's forkStefan Haller
2024-04-12rename sha to hash 10, last remaining sha (hopefully)pikomonde
2024-04-12rename sha to hash 9, case: Shapikomonde
2024-04-12rename sha to hash 8, update some log and commentpikomonde
2024-04-12rename sha to hash 6, update short hashpikomonde
2024-04-12rename sha to hash 5pikomonde
2024-04-12rename sha to hash 3pikomonde
2024-04-12rename sha to hash 2pikomonde
2024-04-12rename sha to hashpikomonde
2024-04-12renaming variable to CommitHashpikomonde
2024-04-12standardize 'Commit Sha' to 'Commit Hash'pikomonde
2024-04-09TERM: remove TERM variable hard-coded value setEmanuele "Lele" Calo
2024-03-28Fix rewording signed commits when the log.showsignature git config is trueStefan Haller
2024-03-28Fix the "Add to .git/info/exclude" command in submodules or worktreesStefan Haller
2024-03-26Fix deleting update-ref todosStefan Haller
2024-03-26Cleanup: update outdated commentStefan Haller
2024-03-22Make it easy to create "amend!" commitsStefan Haller
2024-03-22Support editing multiple files at once using range selectionStefan Haller
2024-03-17When checking out a remote branch by name, ask the user howStefan Haller
2024-03-16Allow deleting update-ref todosStefan Haller
2024-03-16Allow moving update-ref todos up/downStefan Haller
2024-03-16Store full ref in Name field of update-ref commitsStefan Haller
2024-03-11Extract functions AddCoAuthorToMessage and AddCoAuthorToDescriptionStefan Haller