summaryrefslogtreecommitdiff
path: root/plugins/git
AgeCommit message (Expand)Author
2022-11-07fix(git): escape first hyphen in `gunwip`Carlo Sala
2022-11-07feat(git): add aliases for `worktree` (#10079)Hoàng
2022-11-04fix(git): remove unused escape charsCarlo Sala
2022-08-10feat(git): alias `gluc` to sync with current branch in upstream (#11101)Wei Huang
2022-07-12chore(git): fix unintentional latex in documentation (#11018)Ian Cowan
2022-05-25feat(git): add `gupom` and `gupomi` aliases (#10261)Steven Pitts
2022-01-10fix: disable `log.showSignature` in `git log` callsMarc Cornellà
2021-11-27feat(git): Add alias for rebasing to origin/main-branch (#10445)Markus Hofbauer
2021-10-09fix(git): fix directory parse from URL in `gccd` (#10276)Luka Markušić
2021-10-08feat(git): add `gswm` and `gswd` aliases (#9897)Michael Fryar
2021-10-06fix(git)!: rename `gdu` alias to `gdup` (#10263)Carlo Sala
2021-10-04feat(git): add `gccd` alias to clone and cd into git repository (#8220)fanuch
2021-10-04feat(git): run `gitk` in the background in `gk` and `gke` aliases (#9657)Nikolas Garofil
2021-09-09feat(git): add `gdu` alias to diff against upstream (#8721)Claas Augner
2021-09-06fix(git)!: rename `git mergetool` aliases to `gmtl*` (#9154)Marc Cornellà
2021-09-06feat(git): change from commiter to author in `git log` aliases (#9670)Neil Girdhar
2021-09-03feat(git): guess main branch name also from remotes (#10158)Vitaly Polonetsky
2021-08-27fix(git): fix `gbda` alias when there are no merged branches (#10005)wl2776
2021-08-10feat(git): add `develop` branch name detection (#9881)Max Eisner
2021-06-13feat(git): Add aliases for 'git commit -S -s [-m]' (#7616)Nick Revin
2021-06-13feat(git): Add alias for 'git checkout --recurse-submodules' (#9958)Lasse Peters
2021-06-12feat(plugins): add gpr alias for /git pull -rebase/ which is easier to rememb...Daniel Wu
2021-05-03feat(git): add aliases `gcas` and `gcasm` for commit with sign-off (#8881)Babak K. Shandiz
2021-03-31fix(git): add `push` or `save` to `gstu` alias (#9766)Marc Cornellà
2021-03-15feat(git): add `grbo` alias for `git rebase --onto` (#8088)John Delgado
2021-01-01feat(git): add grst alias for `git restore --staged` (#8932)Peter Babič
2020-12-08fix(git): silently fail in `git_main_branch` if not in a git repo (#9484)Joseph Heyburn
2020-11-12feat(git): support trunk branches in `git_main_branch` (#9417)Alisson B. Santos
2020-10-04git: fix version checkMarc Cornellà
2020-10-03git: run gfa with --jobs=10 (fetch remotes in parallel) (#9268)Fabian Bonk
2020-07-15git: go back to previous main branch detection logicMarc Cornellà
2020-07-11git: change docs for git_main_branchMarc Cornellà
2020-07-11git: better algorithm to decide what's the main branchMarc Cornellà
2020-07-09git: use `master` if it exists, otherwise use `main`Marc Cornellà
2020-07-03git: change main branch naming scheme (#9049)Adam Vandover
2020-05-23git: add alias for git diff excluding lock files (#8935)Tvrtko Majstorović
2020-05-22git: clarify what the glp alias does (#8850)Stanisław
2020-05-22git: add convenience aliases for `git apply` and `git am` (#8563)larumbe
2020-05-22git: exclude devel branch from list in gbda alias (#8957)David
2020-05-21git: exclude 'development' in gdba alias (#8902)Mikael Andersson Wigander
2020-03-24git: fix markdown in README (#8769)glechic
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
2020-03-03git: make the gpristine alias remove untracked git repos (#8697)Jean-Yves Rivallan
2020-02-18git: add `grename` to rename a local branch and in the origin remote (#8622)Ujwal Dhakal
2020-02-15git: add alias for git stash --include-untracked (#8617)Roman
2019-09-13git: fix gtl alias argumentMarc Cornellà
2019-08-23plugins/git: Fix `gbda` trying to delete worktree branchesRyan Styrczula
2019-08-20git: add aliases for git switch and restore (#8089)Julien Janvier
2019-07-11git: add missing grev alias to README (#7984)Adriaan Knapen
2019-06-15git: add git revert alias (#7841)SomeDer