Commit graph

229 commits

Author SHA1 Message Date
Wenxuan Zhang e69def2cbe ci: add shellcheck
Former-commit-id: 5698137887
2020-08-11 17:53:40 +08:00
Wenxuan Zhang b37ebeda9c doc: add ci badge
Former-commit-id: a3736afb3c
2020-08-11 17:42:56 +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 26162132ca refactor: predefine pagers. #103
Former-commit-id: 352cc996c8
2020-08-08 15:36:07 +08:00
Wenxuan c8629a3cd5 Merge pull request #103 from vedang/feature/handle-pager-attribute
handle git pager attribute.

Former-commit-id: 7de25d9fc1
2020-08-08 15:28:55 +08:00
Vedang Manerikar e4d35c31ab Handle .gitconfig pager attribute.
The existing script handles the `core.pager` attribute, but does not
account for the `pager` attribute in git-config. Tools like
`diff-highlight` which ship with git recommend using the `pager`
attribute, and provide beautiful diffs.

I've made minor changes in the script to use these configuration
parameters if they are defined.

Ref: https://github.com/git/git/tree/master/contrib/diff-highlight

Former-commit-id: d41375abdd
2020-08-08 12:08:42 +05:30
Wenxuan Zhang cac5976435 docs: misc
Former-commit-id: 57224696a9
2020-08-05 11:45:55 +08:00
Wenxuan Zhang 6dfd086244 docs: add descriptions. close #102
Former-commit-id: 64c93ae585
2020-08-05 11:12:27 +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
Chris Apple 3d22a09e8a Merge pull request #99 from cjappl/add-btab-to-readme
added toggle mark move down to README

Former-commit-id: 3eee947171
2020-07-02 08:41:16 -07:00
Christopher Apple 5d01219302 added toggle mark move down to README
Former-commit-id: 74f10f3eed
2020-07-02 08:39:23 -07:00
Wenxuan Zhang 77315d8dfc docs: shorten url
Former-commit-id: d0506a0f1c
2020-06-15 16:19:43 +08:00
Wenxuan 665daece45 Merge pull request #95 from cjappl/fix-gcf-fish
fixed gcf, and a bunch of other things. Added git status before returns

Former-commit-id: 3f62f39bbe
2020-06-15 10:05:47 +08:00
Christopher Apple 8ad950db00 fixed gcf, and a bunch of other things. Added git status before most returns
Former-commit-id: 896a960a03
2020-06-13 10:59:47 -07:00
Chris Apple 463258d80d Merge pull request #93 from OakNinja/patch-1
The bug in fish <3.1 is resolved

Former-commit-id: 0a817455d9
2020-06-06 17:57:33 -07:00
Esse Woods 26e43e9778 The bug in fish <3.1 is resolved
The bug in 3.1 was solved by https://github.com/fish-shell/fish-shell/issues/6955

Resolves #87

Former-commit-id: 2782b0f2e6
2020-06-06 23:06:01 +02:00
Wenxuan 440b69f4cc docs: add badge.
Former-commit-id: 9faef0c523
2020-05-12 19:47:49 +08:00
Wenxuan Zhang 2ee4b30ad6 docs: improve README
Former-commit-id: e346cb1980
2020-05-11 14:40:06 +08:00
Wenxuan Zhang 2170e5b3b9 feat: try to suppress global '-1' option for fzf
Use '+1' to suppress '-1' option set by `FZF_DEFAULT_OPTS`.
This is a undocumented option for `fzf`. There is no guarantee that it
will always work. It's better to not set such options in
`FZF_DEFAULT_OPTS` which are not globally applicable. #80


Former-commit-id: 1f1e135b9f
2020-05-07 19:38:54 +08:00
Chris Apple 1d15d10493 Merge pull request #88 from cjappl/glo-slice
added glo slice to fish, warning about fish 3.1

Former-commit-id: 35c61e6873
2020-04-20 15:45:43 -07:00
Christopher Apple 62ae7cde14 added glo slice to fish, warning about fish 3.1
Former-commit-id: b4f0efdeca
2020-04-20 15:44:02 -07:00
Wenxuan Zhang e1f8ef8459 docs: add comment
Former-commit-id: 801e137d71
2020-04-17 12:35:43 +08:00
Wenxuan Zhang 9f0c261680 feat: support commit ref parameters for glo. #85
Former-commit-id: bd67dcbddd
2020-04-17 12:29:39 +08:00
Chris Apple 2288ecb46d Merge pull request #83 from cjappl/preview_error
Fixed git diff and git stash show preview errors

Former-commit-id: 590e77ca07
2020-04-09 09:24:52 -07:00
Christopher Apple 566b6470d0 fixed git stash show
Former-commit-id: 5b839bc34c
2020-04-09 09:22:16 -07:00
Christopher Apple 095327b47d fixed git diff preview fish
Former-commit-id: 2f2122bd59
2020-04-09 09:18:27 -07:00
Wenxuan Zhang ccfded75fd fix: fix preview error on gss. #74
Former-commit-id: a5da0127c7
2020-04-09 11:02:58 +08:00
Chris Apple f0635a7808 Merge pull request #82 from pepijno/fix/fish_stash_syntax_error
Fix syntax error in git stash viewer for fish

Former-commit-id: 7e54bffad2
2020-04-08 14:45:15 -07:00
Pepijn Overbeeke 2021e30e16 Fix syntax error in git stash viewer for fish
Former-commit-id: 6beeb2a96e
2020-04-08 10:00:03 +02:00
Wenxuan Zhang c96b426f2b fix: fix preview error on gd. #74
Former-commit-id: d0f09565e0
2020-04-08 10:45:18 +08:00
Chris Apple 938baf81f5 Merge pull request #81 from cjappl/fix_path_fish
Feature toggle log graph, fish

Former-commit-id: 5e13b10180
2020-03-30 09:08:55 -07:00
Christopher Apple 14bf521b51 Feature toggle log graph, fish
Former-commit-id: f1f5fcc9f5
2020-03-30 09:06:55 -07:00
Wenxuan Zhang d8ef14ba3d docs: add description for FORGIT_LOG_GRAPH_ENABLE
Former-commit-id: 4cc211bd34
2020-03-29 16:28:24 +08:00
Wenxuan Zhang 3c82bcf7ac feat: add an option to turn off the log graph.
Former-commit-id: 168d9c1d19
2020-03-29 16:28:24 +08:00
Wenxuan Zhang 6b63174ca0 fix: fix preview error for fish part. closes #76
Former-commit-id: 5426e7c19c
2020-03-22 22:25:08 +08:00
nothingelsematters efb93423b7 fzf preview bug fixed x2
Former-commit-id: 9cdb037551
2020-03-22 22:10:59 +08:00
nothingelsematters de07813e07 fzf preview bug fixed
Former-commit-id: ee52d21952
2020-03-22 22:10:59 +08:00
Wenxuan Zhang 7505b82a1d fix: 🐛 Fix issue on ga when path contains blanks
Former-commit-id: 4eb0832e53
2020-01-15 15:30:52 +08:00
Wenxuan Zhang b5ef8632e2 Refactor
Former-commit-id: fa3303b432
2020-01-14 22:36:52 +08:00
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