Commit graph

185 commits

Author SHA1 Message Date
Carlos de Paula e73cef6856 Add files as arguments
Add case where "ga" command can accept files as arguments
that will be passed directly to "git add" bypassing fzf.


Former-commit-id: 0c6199b8cd
2020-01-14 22:10:40 +08:00
Chris Apple 66d5daa732 Merge pull request #69 from cjappl/untracked_files
added untracked files to fish forgit-add

Former-commit-id: c954a1c92c
2019-12-30 13:15:21 -08:00
Christopher Apple 38cdcdb4b9 added untracked files to fish git-add
Former-commit-id: 857423fc24
2019-12-30 13:12:59 -08:00
Wenxuan Zhang c573ce4d10 feat: 🎸 Improve diff preview on untracked files for ga. #66
Former-commit-id: 1cdc643e84
2019-12-22 12:14:06 +08:00
Wenxuan Zhang d4285f3ea9 fix: 🐛 Fix path issue on osx. #65
Former-commit-id: 10308be2c3
2019-12-17 11:46:15 +08:00
Chris Apple 97fc2461d1 Deleted an extra echo left in from debugging
Former-commit-id: 70ac790418
2019-12-15 09:01:27 -08:00
Wenxuan 5d17148417 Merge pull request #63 from wfxr/fix-path
Fix more whitespace related bugs

Former-commit-id: ade7ca9554
2019-11-26 18:55:42 +08:00
Wenxuan Zhang fdec1c9f81 style: 💄 refactor xargs parameter format
Former-commit-id: 779e8b4d36
2019-11-26 18:42:22 +08:00
Wenxuan Zhang 59d3884d96 fix: 🐛 fix more whitespace related bugs
Former-commit-id: 0de4c2c91f
2019-11-26 18:40:03 +08:00
Chris Apple 999cdbe0c8 Merge pull request #62 from cjappl/fix_path_fish
Fix path fish

Former-commit-id: 23f30e9c7a
2019-11-26 09:49:26 +01:00
Christopher Apple 4586b34e61 fixed add even more, leading whitespace issue
Former-commit-id: fd63265fe5
2019-11-26 09:43:36 +01:00
Christopher Apple 050db8b7cd Better way to do spaces in filenames
Former-commit-id: 803cb4fd2d
2019-11-26 09:35:33 +01:00
Christopher Apple 2670b6e69b first attempt at new commands, removed pipe from pager command to be more readable
Former-commit-id: bd14e559e5
2019-11-25 23:59:45 +01:00
Wenxuan Zhang db376fef25 docs: ✏️ Add badges
Former-commit-id: 1aa0214d40
2019-11-25 20:09:50 +08:00
Wenxuan Zhang 6290dce29a docs: ✏️ Add an example for 'FORGIT_CMD_FZF_OPTS'
Former-commit-id: 8e1c0958bf
2019-11-25 15:02:52 +08:00
Chris Apple 89140fa225 Merge pull request #60 from wfxr/template-refactor
Update issue template & pr template. #59

Former-commit-id: e25a10cf94
2019-11-23 09:12:57 +01: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 c46062a8e5 Merge pull request #58 from wfxr/dev
Fix path related bugs.

Former-commit-id: 176f4c4da5
2019-11-23 12:09:14 +08:00
Wenxuan Zhang fbc1dfdd5c chore: 🤖 Update issue template & pr template. #59
Former-commit-id: 8daff09f3d
2019-11-23 12:03:21 +08:00
Wenxuan Zhang 7dda409ee9 fix: 🐛 Fix bug when path contains blanks
Former-commit-id: 724d507e5d
2019-11-23 12:02:41 +08:00
Wenxuan Zhang b246d34799 fix: 🐛 Fix path error on deleted files
BREAKING CHANGE: 🧨 Paths listed by forgit::diff will use repo's root as start point.


Former-commit-id: 90e9235778
2019-11-23 12:02:41 +08:00
Wenxuan Zhang 263163f53e fix: 🐛 No necessary to check if fzf exists during loading. #57
Former-commit-id: add3a02ebb
2019-11-22 17:52:09 +08:00
Chris Apple 51d25d0829 Merge pull request #56 from benavern/master
🐛 fix typo in warning message

Former-commit-id: 5d55d7d57d
2019-11-21 10:31:12 +00:00
Benjamin Caradeuc b9800cb4d0 🐛 fix typo in warning message
Former-commit-id: 903fba2c2f
2019-11-20 23:46:45 +01:00
Chris Apple ba2991bec9 Merge pull request #55 from cjappl/fix_hash_and_templates
Moved from hash to type -q

Former-commit-id: 4174abe599
2019-11-20 17:08:33 +00:00
Christopher Apple 5e22207ace Moved from hash to type -q
Former-commit-id: 592f8cc10e
2019-11-20 17:05:19 +00:00
Chris Apple 7b5a451a04 Merge pull request #52 from cjappl/pager_impl
Added git pager support

Former-commit-id: 403ce7f599
2019-11-11 08:14:07 -07:00
Christopher Apple 79b3575d87 Added git pager support
Former-commit-id: 28ae99d659
2019-11-11 08:12:17 -07:00
Wenxuan Zhang 0e22f81aa3 docs: ✏️ Add link for 'delta' pager
Former-commit-id: 11bfafbc93
2019-11-11 18:13:49 +08:00
Wenxuan Zhang 47d52e1552 feat: 🎸 Read git's pager configuration. #51
Former-commit-id: 1054326ff6
2019-11-11 18:06:28 +08: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
Chris Apple 366ec900bf Merge pull request #49 from cjappl/fix-multiline-fish
Fixed issue with mutliple inputs to git commands using ctrl+r

Former-commit-id: bd4d7427bf
2019-11-07 08:43:56 -07:00
Christopher Apple 626661f855 Fixed issue with mutliple inputs to git commands using ctrl+r
Former-commit-id: 94a2c9c059
2019-11-07 08:36:45 -07:00
Wenxuan 8564c31eb2 Merge pull request #48 from cjappl/pr_template
Adding a PR template

Former-commit-id: 1aa89aa659
2019-11-07 11:16:36 +08: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
Chris Apple 35d0641327 Merge pull request #47 from laur89/master
fix shell error in forgit.plugin.zsh

Former-commit-id: 1cfc57b11f
2019-11-06 07:43:06 -07:00
Laur Aliste b2e3f6c35c fix shell error in forgit.plugin.zsh
Former-commit-id: 6255d8b405
2019-11-06 13:12:27 +01:00
Wenxuan 3dcafb7ace Merge pull request #46 from cjappl/master
Fixed readme and added fzf check to zsh to be the same as fish version

Former-commit-id: 697a80e413
2019-11-06 11:08:41 +08:00
Christopher Apple ad76f6259c Moved warning for no fzf to forgit::warn
Former-commit-id: 325e98cd03
2019-11-05 20:06:45 -07:00
Christopher Apple db619daa6e Fixed readme and added fzf check to zsh to be the same as fish version
Former-commit-id: 4ab5a2daae
2019-11-05 08:54:29 -07:00
Wenxuan a05a43891b Merge pull request #45 from cjappl/master
Fish shell support #18 

Former-commit-id: 8a43959e55
2019-11-05 12:51:53 +08:00
Christopher Apple 260535a07d oops, left some test code in there
Former-commit-id: 2382cb55b6
2019-11-03 12:33:34 -07:00
Christopher Apple 1535164304 First draft of fish forgit completed :)
Former-commit-id: 10f0af9bb8
2019-11-03 12:32:11 -07:00
Christopher Apple 3eac59e222 stopping for the night
Former-commit-id: 46bfc0b6c6
2019-11-02 21:23:39 -06:00
Christopher Apple 82be622a09 stash working
Former-commit-id: e0dadacdfe
2019-11-02 21:08:34 -06:00
Christopher Apple 7c20f7bd5c restore now working
Former-commit-id: 35cbef1d59
2019-11-02 21:03:34 -06:00
Christopher Apple c47e836b67 starting getting fish added to forgit
Former-commit-id: e8b008c08b
2019-11-02 20:51:25 -06:00
Wenxuan 0399a714bf Merge pull request #41 from wemyss/patch-2
Update README.md

Former-commit-id: 726b74f1b0
2019-10-30 16:03:58 +08:00
Wemyss c07a892b6a Update README.md
Former-commit-id: 63491979b0
2019-10-30 11:50:23 +11:00