Commit graph

20 commits

Author SHA1 Message Date
carlfriedrich 4995c614e4 Move implementation to standalone forgit
Previously we had two different forgit implementations: one for zsh/bash
and one for fish. In this commit we move the bash implementation of the
forgit functions to the git-forgit script in order to have them in the
form of an executable script. This makes using forgit possible without
any shell plugin at all and furthermore removes the need to maintain a
separate implementation for the fish shell.

The simplest way of using forgit from now on is to put git-forgit
somewhere in your PATH and call it via "git forgit", without the need
for any other files.

We keep the shell plugins, though, and maintain backwards compatibility
by retaining the plugin functions as simple wrappers around the
git-forgit script, making the plugins mainly a collection of aliases
only.
2022-11-14 17:52:58 +01:00
Tim 2872548075
GitHub actions: update to Ubuntu 22.04 (#240)
The Ubuntu 18.04 CI image is deprecated:
https://github.com/actions/runner-images/issues/6002

Switch to the new 22.04 image instead.
2022-10-14 16:05:53 +02:00
ccoVeille f6040b21a0
fix typo in comments and README files (#230) 2022-08-09 19:07:59 -07:00
Wenxuan Zhang b727321f2b
ci: remove outdated env 2021-10-26 18:45:45 +08:00
Wenxuan Zhang 5d15fd3532
refactor: ci lint 2021-10-26 18:40:26 +08:00
AoHiyuki 56f5aaafbc
feat: add fisher support for fish
Fix typo in function name and add some function descriptions

Update fish ci job

Update README

Update README for fish manual installation, revert shortlink

Merge all the files back to 1 like before

refactor: use symbol link

docs: simplify changes
2020-10-13 11:04:47 +08:00
Wenxuan Zhang e69def2cbe ci: add shellcheck
Former-commit-id: 5698137887
2020-08-11 17:53:40 +08:00
Wenxuan Zhang 0dc91503d9 ci: fix old fish version
Former-commit-id: 2f286ef785
2020-08-11 17:31:08 +08:00
Wenxuan Zhang f2b8166a40 ci: add version info
Former-commit-id: 2d48dde0b3
2020-08-11 17:16:16 +08:00
Wenxuan Zhang 428ed11618 ci: split
Former-commit-id: fea7771a0c
2020-08-11 17:08:40 +08:00
Wenxuan Zhang 959052aabf ci: fix prerequisites
Former-commit-id: 74858434a8
2020-08-11 17:02:57 +08:00
Wenxuan Zhang 0011eb4f13 ci: add github actions ci
Former-commit-id: 75441a90a8
2020-08-11 16:56:23 +08:00
Wenxuan Zhang 575815dfed ci: update stale.yml
Former-commit-id: 938a795f61
2020-08-01 22:15:17 +08:00
Wenxuan Zhang 0f2a902cdc ci: add stale.yml
Former-commit-id: c369b6c2d9
2020-08-01 21:58:20 +08:00
Wenxuan Zhang 11b259c62f chore: 🤖 Move up description section in pr template
Former-commit-id: 8dda5bfa60
2019-11-23 14:01:04 +08:00
Wenxuan Zhang fbc1dfdd5c chore: 🤖 Update issue template & pr template. #59
Former-commit-id: 8daff09f3d
2019-11-23 12:03:21 +08:00
Christopher Apple 5e22207ace Moved from hash to type -q
Former-commit-id: 592f8cc10e
2019-11-20 17:05:19 +00:00
Chris Apple 58f4169dec Update issue templates
Added a default bug report and feature request template @wfxr

Former-commit-id: 5ca8ee01a7
2019-11-10 10:20:47 -07:00
Christopher Apple 84b50c688d Typo in tagged name
Former-commit-id: 4f3d50bebc
2019-11-06 08:00:26 -07:00
Christopher Apple 0fcea24b70 Added PR template to help us get more info from contributors
Former-commit-id: f7fa6f4a3d
2019-11-06 07:58:06 -07:00