carlfriedrich
53d0ea2f38
Add FORGIT_CHERRY_PICK_FZF_OPTS
...
The gcp (git cherry pick) command was the only command which did not
have a variable to set command-specific fzf options. Add the according
variable to source code and documentation.
2022-07-12 16:35:54 +02:00
Wenxuan Zhang
544cf86bc4
docs: update comment
2022-05-20 17:44:51 +08:00
Chris Apple
75e9d12bac
Adding support for git branch delete method ( #200 )
...
* Adding support for git branch delete method in fish
* Add new doc to README
* Added options like gcb
* refactor: remove `--all` flag from gbd
* feat: sync forgit::branch::delete to bash and zsh
Co-authored-by: Wenxuan Zhang <wenxuangm@gmail.com>
2022-05-11 09:41:21 -07:00
Wenxuan
0c4a3069ba
Merge pull request #199 from max-ae/fix/gd-spaces
...
fix: `forgit::diff` not working if repo path contains spaces
2022-05-10 10:02:04 +08:00
Max Eisner
25bb8aee24
fix: forgit::diff not working if repo path contains spaces
2022-05-10 10:00:57 +08:00
Wenxuan
6186ee7e47
Merge pull request #196 from pablombg/fix-checkout-branch
...
Fix gcb problems with verbosity and collation
2022-05-10 09:45:04 +08:00
Peter Tri Ho
33ad0ea71e
fix: forgit::rebase not working in fish
2022-04-10 15:31:00 +10:00
Pablo M. Bermudo Garay
4dd2ca2271
Fix gcb sort
...
Use LC_ALL=C to avoid potential ordering issues related to the user's
locale configuration. Additionally, add the --stable option to ensure
that just the range defined with --key is used.
2022-04-06 15:48:49 +02:00
Pablo M. Bermudo Garay
d32e3c282b
Fix gcb verbose output
...
Delete the verbose option of git checkout, so just the branch names are
displayed.
2022-04-06 15:47:06 +02:00
Christopher Apple
701e3f3a4a
Added rename support for fish
2022-03-22 09:06:52 -07:00
Christopher Apple
b61df0c206
Added support for FORGIT_GLO_FORMAT
2022-03-21 09:49:00 -07:00
Christopher Apple
c096f2bbda
Added multi diff support for gd
2022-03-21 09:36:11 -07:00
Christopher Apple
b98722008c
Revert "Added multi diff support for gd"
...
This reverts commit 5b31faf7e2 .
2022-03-21 09:35:51 -07:00
Christopher Apple
5b31faf7e2
Added multi diff support for gd
2022-03-21 09:33:55 -07:00
Christopher Apple
f8514beb26
Adding grc
2022-03-21 08:31:40 -07:00
Christopher Apple
4027bee420
Apparently working preview update
2022-03-21 07:52:58 -07:00
Chris Apple
7b26cd46ac
Merge pull request #173 from cjappl/FixGaProblem
...
Reverted change b1c4c11959 to fix fish ga
2021-12-05 15:20:53 -08:00
Christopher Apple
fe912482b5
Reverted change b1c4c11959
2021-12-05 15:17:05 -08:00
Chris Apple
656087369f
Fixed git add for fish shell
2021-12-01 09:03:24 -08:00
Chinmay Dalal
b1c4c11959
use fish to interpret preview command
...
fixes #168
2021-11-30 09:03:41 +05:30
Peter Tri Ho
ed51746687
fix: restore setting FORGIT_INSTALL_DIR in fish #165
2021-10-26 13:32:05 +11:00
Wenxuan Zhang
a047bae35a
Revert "support fish shell" #164
...
This reverts commit 950a7352db .
2021-10-25 10:27:32 +08:00
Wenxuan
eb6db722cd
Merge pull request #164 from wren/git-forgit-147
2021-10-22 10:41:00 +08:00
Wenxuan Zhang
05ab1c5864
Revert "fix: gcb can switch to an existed branch"
...
This reverts commit 8107352941 .
2021-10-20 10:55:53 +08:00
Wenxuan Zhang
950a7352db
support fish shell
2021-10-20 10:17:03 +08:00
Wenxuan Zhang
8107352941
fix: gcb can switch to an existed branch
2021-09-23 10:17:23 +08:00
Chris Apple
9f3a423920
Fix issue where gitignore cache was not being properly set up
...
fix #161
2021-08-02 09:15:02 -07:00
Milan Vit
da234f6947
Fix gcb alias in Fish
2021-07-19 13:27:52 +09:00
Chris Apple
3ca1d2c1aa
Moved git checkout branch to parity with zsh. Check out remote branch when possible
2021-06-26 09:52:09 -07:00
ray-x
6b4df330e1
Bugfix: gd(git diff) for fish does not work with arguments
2021-06-10 12:53:14 +10:00
Chris Apple
82f964e31e
first attempt gco fish
2021-04-08 15:26:00 -07:00
Chris Apple
81c35227cb
feat: implement gfu for fish ( #149 )
...
* first attempt at fish gfu
* small tweak for test
* First commit
* Second commit
* fixup! First commit
* fixup! First commit
* removing test files
* Fixing typo after testing
* fixup! First commit
* Fix bug in original implementation
* fixup! First commit
* removing test file
* Commit 1 test
* Commit 2 test
* Finished fish implementation
2021-04-07 08:37:21 +08:00
Chris Apple
e7940f3755
Implemented log format for fish
2021-04-05 11:26:29 -07:00
Christopher Apple
74724a80cb
Moved to new argument names version of arg parsing
2021-03-12 13:15:48 -08:00
Christopher Apple
58ae7dce87
first attempt at fixing both
2021-03-12 12:58:50 -08:00
Wenxuan Zhang
15383e6b4d
fix: fix copy without newline ( #141 )
...
Don't known why `tr -d '\n'` inner fzf options doesn't work.
Use `tr -d '[:space:]'` instead. It's OK for this scenario.
2021-03-10 10:01:20 +08:00
Chris Apple
7b18caa340
Fish checkout branch - updated internal function names to checkout::file and checkout::branch ( #134 )
...
* Initial commit, gcb working and function names fixed
* Fixing indentation
2021-02-18 11:51:54 +08:00
me
0e7399ce15
Reset color in git format after each line so next line does not get affected
2020-12-22 08:13:01 +03:00
Frédéric Bonnard
2baf9180ff
Fix forgit::diff's fzf execute because of undefined $cmd
2020-12-03 15:37:28 +01:00
Wenxuan Zhang
95526b3130
refactor: replace "-R" with "-r" for less pager
2020-11-11 19:36:14 +08:00
Christopher Apple
32807e67da
Git rebase for fish shell
2020-11-09 10:07:47 -08:00
Wenxuan Zhang
2d950aa2c4
fix: export global variables for omf ( #116 )
2020-10-14 12:11:56 +08:00
Wenxuan Zhang
18edc577a0
refactor: replace symbol link with actual file ( #116 )
2020-10-14 10:33: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