Closed petertriho closed 3 years ago
Not sure what the best triggers for this could be, maybe just alphanumeric characters?
Simplest solution would be to parse something like git log --pretty=oneline
git log --pretty=oneline
e196ce684384096291f2376ff407e25443adc64b (HEAD -> main, origin/main, origin/HEAD) fix: remove print call c034da251a55b78fd8275c4c8950465278bfa3fe fix: `.git` suffix in `remote.origin.url` is optional #15 f5dc8323c429985a31a3811493a6ebbf021e85db feat: add gitlab mentions limit 76b5cd47046bdc4f5f2f0c6ceb607eebb177fb90 doc: add gitlab config 1638051cf3f179df4558c6c074be6174dbc4bdd3 feat: add ability to disable individual features e0331747f5ca85d802d237a68b0b9af978b4283e fix: remove note about json 11e2f17782e81ff530de40237f3ddd883b5f6b13 fix: incorrect glab mentions api url 1c6e2e804a4532da87d8350f1e8f7c993627ffc7 feat: add glab mentions #2 37ea583c41c7eb918d8264fb520e7485e0af9965 docs: add gitlab 56250fe425af384d284d8a530d5cc41b947539d5 Merge pull request #13 from ner0-m/main 39292001286385b1a0793904adec0642e2e469c7 docs: fix setup #14 893a1a851e48a969b538d5b4616e9193a8673dea Use glab api to retrieve more information and easier handling b4ba5422c0e1ed24f2da6ac7f23bb68a70219d33 feat: Add support for gitlab issues af3b9fac89254c8d3f1e9f1a00c8cda4f223436d docs: add `plenary.nvim` as a dependency 59ac720796fbff302657445122d3f1530ec93d81 docs: add git as a dependency 2ae17069c8c6232b0f6751e445174a80d895bd11 docs: add section about triggers e142b2697b71f5f408f771dd24d080256bd06a3a docs: add link to tjdevries's github profile 7974ea63ef43e158acb3c6f1b85011c2f6a10733 feat: add initial code 2e1c4a17209f25e90c444869b324c62e22edc969 Initial commit
Not sure what the best triggers for this could be, maybe just alphanumeric characters?
Simplest solution would be to parse something like
git log --pretty=oneline