summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
5 daysCorrectly request force-pushing in triangular workflowsStefan Haller
5 daysAdd ahead/behind information for @{push}Stefan Haller
5 daysRename Pushables/Pullables to AheadForPull/BehindForPullStefan Haller
5 daysRemove redundant variable dedeclarationsJesse Duffield
6 daysFix stashing partialy staged files for git version >= 2.35.0dsolerhww
9 daysUse ScanLinesAndTruncateWhenLongerThanBuffer instead of bufio.ScanLinesStefan Haller
9 daysPut subject last in git log's prettyFormatStefan Haller
9 daysHandle 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
2024-03-09Replace DOS linefeeds with Unix line feeds when loading a commit messageStefan Haller
2024-03-07Show all submodules recursivelyStefan Haller
2024-03-07Pass entire submodule to UpdateUrl instead of name and path separatelyStefan Haller
2024-03-07Fix deleting submodule where name and path are differentStefan Haller
2024-03-02Remove support for old-style non-interactive rebasesStefan Haller
2024-03-02Break git.merging.args config into separate arguments on whitespaceStefan Haller
2024-03-02Add a test that demonstrates a bug with multiple args in git.merging.args configStefan Haller
2024-02-21Add author filtering to commit viewTristan Déplantes
2024-02-18Set diff.noprefix=false for all other diff commands tooStefan Haller
2024-02-18Fix problems with patches if `git diff` was customized with config.Matthias Richerzhagen
2024-02-16Deprecate git.log.showGraph and git.log.order configAlex March
2024-02-13Support range select removing files from a commitAaron Hoffman
2024-01-28Support selecting file range in patch builderAaron Hoffman