Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/pulsar-edit/language-git
:lock: Git editing package for Atom
https://github.com/pulsar-edit/language-git
add archival notice
15f94db5dc1f2c326299929662043308c0f408e9 authored almost 2 years ago09e42fc49ca55de0e6a1e6ea71d186f7192d94f5 authored about 2 years ago
Migrate to Github Actions
8881d249938ef8457e372bcbd6d86586ab12c2d5 authored over 3 years agodfe36dd9aa8f14d89c287ba44757290b6b36ac12 authored over 3 years ago
π€ Configure probot/no-response to allow 28 days when requesting more info on an issue
97bd640423026b67848825aeb6e814287d55197d authored over 6 years ago0c66be72810cbfeb6d852cafa3f3afd6258a2a3d authored over 6 years ago
Add Probot no-response configuration
eddf698201a66f376af5f4cfb76b50be5a2b38ca authored over 6 years ago038300b4f06610fdb409f5b743d72abb105dfeb3 authored over 6 years ago
738a900314211d9f5bbcf0c3f35a34474844a81c authored almost 8 years ago
Increase maximum subject length to 72
acf4693bd53a52b8d88b09e9aedceb5bfa266a8a authored almost 8 years ago
The maximum subject length is based on GitHub's subject truncation,
which truncates subjects gre...
:memo: Update issue and PR templates
b7abe931aec2f6a22ba78a0d4e396dcb86bf8044 authored about 8 years agoe38c28cffec68bca9e9cd3addbb303ea81048c4f authored about 8 years ago
Update issue and PR templates
f5f1bc58f7b740e9d0b2d8c00a5dac8cb8aabeab authored about 8 years agodf573e730ae004a85b5b179004e9c7f97c41e2ec authored about 8 years ago
f80138044a1158af63a1ed342668cfe74c94ddb0 authored about 8 years ago
Suggest installing language-diff package for better highlighting
720ccb4032a32afd8681e5683d2b8b9d92e6f655 authored about 8 years agoHighlight subject line trailing period
97ba2673ac71d55daf15b42e67a1c85f8b8d2f9e authored about 8 years ago2c2a7795720cc375e9a90e790646a4e24516528e authored about 8 years ago
9093c989261d0df7d4da14f777e49195d0519940 authored about 8 years ago
e6b3502280a7b425c64cfca72f53d573f3f20db0 authored about 8 years ago
Before this change we tested the commit message subject for how it
rendered for the user.
With ...
fcefb577aa2df3894d5f928dc748148fe3d7849a authored about 8 years agob9bf48d8af11b7a36842529561fee55af0de0ba6 authored about 8 years ago
If language-diff is installed that will improve git commit --verbose
message highlighing.
This ...
87c1b292d10058f7e918b77e851e741a63267604 authored about 8 years ago
Because http://chris.beams.io/posts/git-commit/#seven-rules says: "Do
not end the subject line w...
3082d0338bd5bc85093c56ed68943d85debd42f2 authored about 8 years ago
Set Git Commit preferred line length to 72
b2d5a3481295a1ef6c5e16c4f0dba5534d2dd2c0 authored about 8 years ago
The seven rules...
http://chris.beams.io/posts/git-commit/#seven-rules
... say "Wrap the body ...
4eebbc528fa019c1d5aa67b60d75d3a853be844f authored about 8 years ago
Commit message subject should be capitalized
ba827bab21f5a2001f9d6b373feb776c456b31d2 authored about 8 years ago3c3eb30363b0001d823236037b13f51624851856 authored about 8 years ago
9cb69df4f71e33bb4d561df2013575cb11fcaf1b authored about 8 years ago
Because: http://chris.beams.io/posts/git-commit/#capitalize
b19a37cf11fa7956f9728eb95c8b948ac3e1701a authored about 8 years ago4961d704c5af1e725cff7bfbb861a41dd8c36e2a authored about 8 years ago
Highlight overflowing parts of lines only
48e66c39216cbd5ea264aad83c93816ebd9ee3f1 authored about 8 years ago38de36ec93d584723a45f1991ad58b14af0bf737 authored about 8 years ago
The first line will be highlighted in three parts:
* Chars 0-50: No highlight
* Chars 51-69: Hi...
8cd3938d7b26f5ea4d014d5f8d19d0df2b1c8442 authored about 8 years ago
For not-first-lines only in this commit.
7cc57e5618ea15652fa918724bd44cf5f9970fed authored about 8 years agoUpdate README.md
1d892f9a80868f3ba6df5c68a2573a331474b9d3 authored over 8 years agocea0eb73ca5dfd2091d4a3a31ba4fff3185afed0 authored over 8 years ago
643f81fe5f124cc1dc325b79899e8bd0f5cecb65 authored over 8 years ago
Add basic tests for all available rebase commands
be8dc421a082d5fb339b3cb0fe52302dd35c1964 authored over 8 years ago3bb964d4c7c39e6727fc4f66f1ec4442a80caabb authored over 8 years ago
Add support for exec command in rebase mode
4153163bcdeedc8a550a43740738fb5a8d646c8c authored over 8 years ago
Also reorganized the spec file to make it easier to add more specs in
the future
This adds shell script syntax highlighting for the `exec`/`x` option.
See https://git-scm.com/do...
Improve pattern-matching in commit messages
0355eb39ab5a3ca1a9b5dfe860cb7dad418fbf81 authored over 8 years agod7067e5fc5aeb7c8013d02673166c510868bebea authored over 8 years ago
5f2884ed389eedd83a7b0612dfaf2f55df6a9706 authored over 8 years ago
cf108be9bf2d5dabc36ba1ba8dcf9a2e9722b0fe authored over 8 years ago
5298e7f0c7f47857fd66e37b297370bb17aca826 authored over 8 years ago
Add syntax highlighting for drop command of interactive rebase
d052a555eab316e96c411e2fb5a80a25e68d6ccf authored over 8 years ago
`drop` command was added in git v2.6.0 (September 2015).
See https://git.kernel.org/cgit/git/git...
Fixes:
* Comments are now highlighted before the auto-generated "Please enterβ¦"
* Comments will ...
b9abe3488064fbe1f42e9ab5bd6e102663ca82eb authored almost 9 years ago
Recognize gitconfig, gitmodules without leading dot
c7be968676c14a0be393db2a18f4d33d4c573246 authored almost 9 years ago894af8039eb661ad5b8ca0ea7708cdb3944058ca authored almost 9 years ago
b2f7cd5c9a4dc27243fe29e8d56ff56d61ecb0d5 authored about 9 years ago
Revert "Add 'git/config' to fileTypes"
8adf752b6ddf07f196421b25774cd0fa00899bec authored about 9 years agob64d09f67dfcacef5c71f14357b6262180acde30 authored about 9 years ago
db63c279b0f62d84435ae43f128580eabd3a1b65 authored about 9 years ago
Add snippets to the package
b1c49a7fca33f58535c26a446a2b4765d936fa32 authored about 9 years agoI was configuring the language-git package for myself and saw that it was missing a snippets fol...
cec601fad64ec06cfb85f263bd82dd382ad71507 authored about 9 years ago54660c406d7e944d7e5fef12dab94cc8e0a3e96b authored about 9 years ago
Add 'git/config' to fileTypes
08be489af815f073dcee70fb3ad4050738d886c9 authored about 9 years ago8f0a1082043759b52214d4ef99197a69f27354ac authored about 9 years ago
57ed66e830e44d1f643b96adacf616190c9b6a3a authored about 9 years ago
849ae2422d71ce001006a91098eaa88812e6298b authored about 9 years ago
45ef631b925b92f83e6b865a494d68bfb7229315 authored about 9 years ago
Tokenize escaped quotes outside of strings
3dd6b9482b2bc574ef02c88e1b68e021a4a2bfce authored about 9 years agoFixes #4
7ec63a6bc8636913d1d4716ce9b8f51bce0abf5f authored about 9 years agoAdd coffeelint support
0614629d1a04671277ab6b59ea2ae2cc2f0b4fa5 authored over 9 years ago6a0ffd94f279b3b4d5ec7e16c713cff20ce9b95f authored over 9 years ago
f64ea000659da9747fffbb0a0b3294cdd69875f9 authored about 10 years ago
bed43ae928343403617aa4fc240286f79274cf3f authored about 10 years ago
c98be237102988fa1f7cb47a1035ebb8fbcda49d authored over 10 years ago
d698d69d9c842cf115381a2ca38f7dcf0d859d53 authored almost 11 years ago
f0e7423e9ca5a5bbe876ba3d50631cd56147ef57 authored almost 11 years ago
f104a04b83175091c32e86f20437ee05aed36f5e authored almost 11 years ago
60465ca65d3be3e84c91397f210b31752f2afd3f authored almost 11 years ago
1f404ca6ea2edc473cb876c71f1c55d39505b2de authored almost 11 years ago
c80e3c898c868235cef0a2013aff9a543b2a4fe2 authored almost 11 years ago
ddbe14b225739ba70c1babafde16087bff67087e authored almost 11 years ago
f1e0da30d7b1840330534a00953ec1798edddf6c authored almost 11 years ago
c76d33efe421b99b318662acb64129a948e5ba33 authored almost 11 years ago
69f05e1e656b9e4aeae16dd010a2a1751510e340 authored almost 11 years ago
dbb798ea06676194c2e9a01b3bbef7fc58b24076 authored almost 11 years ago
1048e5ec1a78533786a2c41ff2340b290506a841 authored almost 11 years ago
713f5c178eed2c7cca8470f686da67c5530241b3 authored almost 11 years ago
e47b90f39ee97ca2257761cba408b7b6378c13a1 authored almost 11 years ago
This reverts commit 936d22833b541fda5b8f9b53f983e219f635cf78.
It turns out this is unnecessary.
a2fc423576feca67afaec0703d1e3bab6e301a61 authored about 11 years ago5df7a6b2eb7c45a350c4686c256c786aeefd0f3e authored about 11 years ago
936d22833b541fda5b8f9b53f983e219f635cf78 authored about 11 years ago
7eeeb127569f2a3d442b38bf0a5e81594477a21a authored about 11 years ago
33bdc06dd0a77441ca1f86e3dafe7a2cba0aef8c authored about 11 years ago
819823b6ba15d781e3afd5f729e1733ab2f0ae09 authored about 11 years ago
9091cf89488bc30cb1bff19c9d30b8dd208d72ae authored about 11 years ago
f06a360911755f757d9f0e15f13d77c925681f4d authored over 11 years ago