summaryrefslogtreecommitdiff
path: root/plugins/git
AgeCommit message (Expand)Author
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
2019-05-21git: clean up plugin file and delete current_repository functionMarc Cornellà
2019-05-21git: move documentation from wiki to READMEMarc Cornellà
2019-04-10git: use is-at-least to test for git versionMarc Cornellà
2019-04-09git: minor syntax fixMarc Cornellà
2019-04-09git: use stash 'push' instead of the deprecated 'save' (#7486)Marc Cornellà
2019-04-09Update to inline conditional syntaxMarc Cornellà
2019-04-07git: add 'gtl' alias to list tags matching a pattern (#7629)Asatur Meltonyan
2019-04-02Revert "git: delete branches in `gbda` only if there are any (#6079)" (#7724)Marc Cornellà
2019-03-31git: use interactive mode in gcleanMarc Cornellà
2019-03-29git: add `--no-gpg-sign` to gwip (#6031)Simen Bekkhus
2019-03-29git: delete branches in `gbda` only if there are any (#6079)Jakub Chábek
2019-03-25git: fix grt on path with spacesMarc Cornellà
2019-03-10Add git reset to origin alias to git plugin (#7630)Tieme van Veen
2019-01-30git: properly indent ggfl function (#7556)Bartlomiej Tartanus
2019-01-29Use stash 'push' or 'save' depending on Git versionGianluca Recchia
2019-01-20git: quote branch name in ggpull and ggpush (#7472)neeasade
2018-09-12git: use color auto for ref names in git log (#5729)Max Gautier
2018-09-12git: add git rm aliases (#5433)Luis Ferrer-Labarca
2018-09-12git: add push force aliases (#6297)Yago Nobre
2018-09-12git: add gbD alias to force-delete branch (#5844)Simen Bekkhus
2018-09-12git: add glols alias for glol --stat (#5871)Jefferson F. Pires
2018-09-12git: add alias to `git stash --all` (#5511)Gant Laborde
2018-09-12git: add pull rebase --autostash aliases (#6791)Poyoman
2018-08-29[plugins/git] Updated git clone alias (#6893)Kris Kalavantavanich
2018-08-23git: add the `git show` alias `gsh` (#5591)Joel Wallis Jucá