Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/joseluisq/gitnow

Speed up your Git workflow. :tropical_fish:
https://github.com/joseluisq/gitnow

2.12.0

91bda1d0ffad2d68b21a1349f9b55a8cb5b54f35 authored about 1 year ago by Jose Quintana <[email protected]>
Merge pull request #54 from joseluisq/fish-autoload-compliant

refactor: fish autoload-compliant

8349d27a86b0c1d56f0d6c93678dfcfa3aca38ce authored about 1 year ago by Jose Quintana <[email protected]>
refactor: ci pipelines

5ac9ff0625795f57c35e60dce65e83ac7abb72c5 authored about 1 year ago by Jose Quintana <[email protected]>
refactor: fish autoload-compliant

- https://fishshell.com/docs/current/tutorial.html#autoloading-functions
- https://fishshell.com...

ce17ab28d66dee670d2c7b9c4bdbf0e2ee1953da authored about 1 year ago by Jose Quintana <[email protected]>
Merge pull request #52 from SirWrexes/patch/wraps

feat: enable fish's `git <command>` completion for Gitnow simple wrapper commands

5dab6587ffcf699a0e1ba591f4b043b07feee1cb authored over 1 year ago by Jose Quintana <[email protected]>
feat: Add -w flag to shorthand commands

This patch aims to bring Fish's awesome completion to everyday git
wrappers that pass `$argv` to...

41e16cde20c08cedd3bf8c9e685af2afbf66b39e authored over 1 year ago by Ludovic Fernandez <[email protected]>
2.11.0

aba9145cd352598b01aa2a41844c55df92bc6b3b authored almost 2 years ago by Jose Quintana <[email protected]>
Merge pull request #50 from joseluisq/move-previous-branch

feat: previous branch switching support for `move` command

4fb84fda95bd7dc74593e636006b257b77199968 authored almost 2 years ago by Jose Quintana <[email protected]>
feat: previous branch shorthand for `move` command

variants:

~> move -p
~> move --prev
~> move -

resolves #35

2e4d147bccc7620b2b681ca35021f64af0d5ea9d authored almost 2 years ago by Jose Quintana <[email protected]>
Merge pull request #49 from bash62/master

refactor: adding `commit-all` to gitnow_commands list

00f242a05089555cb484b41f697f3a4910e2f73c authored almost 2 years ago by Jose Quintana <[email protected]>
refactor: adding commit-all to gitnow_commands

6a2aa4615295c71fc595fcf8bba71b63613a319b authored almost 2 years ago by bash62 <[email protected]>
refactor: remove deprecated git.io

because of https://github.blog/changelog/2022-04-25-git-io-deprecation/

d4dd22e4aaac2ad10391d3d7fc2aba88140b2baa authored over 2 years ago by Jose Quintana <[email protected]>
2.10.0

9a118d90bc0a07fb32fe3714efd30e52aab04d5e authored almost 3 years ago by Jose Quintana <[email protected]>
Merge pull request #44 from LuckyType/master

feat: optional `clipboard` for gitflow keybindings

14eab0c6fed5004d6527dda26b0ade462d12e879 authored almost 3 years ago by Jose Quintana <[email protected]>
feat: optional clipboard for gitflow keybindings

it deactivates and makes optional the clipboard functionality when
gitflow keybindings are used ...

99b7a890a08076e95af4360b29ae92ea3c6a361b authored almost 3 years ago by Jose Quintana <[email protected]>
read user input for branch name

91c7f323c4a3875b40d6e00d52a9b9fdc10e95df authored about 3 years ago by Patrik <[email protected]>
2.9.0

75d235723adf54b9d08ac3bb05a15b4468b93ca9 authored over 3 years ago by Jose Quintana <[email protected]>
Merge pull request #43 from shadear-bakr/master

refactor: remove unnecessary repainting jobs

045747078e9980aa6d7b0f82c32b8c241ce3eca6 authored over 3 years ago by Jose Quintana <[email protected]>
Remove unnecessary repainting jobs

64df37902ec761fa0ba57682bb06bb1ff168e9e6 authored over 3 years ago by shadear-bakr <[email protected]>
feat: add annotated tags support for `tag` command (#42)

a2e5259f5ab5475b74703578bad6b085f81e4b10 authored over 3 years ago by Lukas Gierth <[email protected]>
feat: '--tags' for auto push mode to include --follow-tags (pushes annotated tags) (#40)

* 'push --tags' mode to include --follow-tags in push auto mode

* cleanup: push auto/manual w...

0a87d53135ecc8066309c8c8f39c1796a7a4ab04 authored over 3 years ago by Lukas Gierth <[email protected]>
Merge pull request #39 from lukasgierth/master

feat: '--tags' support for `pull` command in auto mode

79b968163a943aac60e2c3a01961f14ebf05f034 authored over 3 years ago by Jose Quintana <[email protected]>
add '--tags' to pull auto mode xdefaults

e4327b9a557ea1d7b60a8a6d9e0e21825ddbe7a6 authored over 3 years ago by Lukas Gierth <[email protected]>
Merge pull request #37 from shadear-bakr/master

feat: add support for wayland clipboard

2d22edcd510a1f42b935190697093316c3371c47 authored over 3 years ago by Jose Quintana <[email protected]>
Add support for wayland clipboard

- Add wl-clipboard to the list of clip-programs to check.
- Add wl-paste as v_paste

07f43beb946cb157ec9663269411e6d3c76ae662 authored over 3 years ago by Shadear Bakr <[email protected]>
fix: workaround for fisher (resolves #34)

45f24583e8d375eaf84ca204ecdbcd8a0a13ce26 authored almost 4 years ago by Jose Quintana <[email protected]>
fix: fatal 'x' is not a commit and a branch 'x' cannot be created

when `move` command is used to move to remote branches using
-u (--upstream) it now fetches firs...

b5b5f6df33390de9c346f2358809b0c0dfc7ec3e authored almost 4 years ago by Jose Quintana <[email protected]>
2.8.0

0e5b29d0d68ce544eaade34936f7e372f40c414c authored almost 4 years ago by Jose Quintana <[email protected]>
refactor: skip out .gitnow file parsing if doesn't exist

a348045fee11d3ceb4aba1242e0ddf19f4576b16 authored almost 4 years ago by Jose Quintana <[email protected]>
refactor: check if every .gitnow file command is valid

3c608adc6f0490dfcefea22acd1db0c6c61216ae authored almost 4 years ago by Jose Quintana <[email protected]>
Merge pull request #32 from SirWrexes/fish-var

refactor: set fish_config with Fish variable $__fish_config_dir

fbd57c0c1cf334dd42bdc33a9845cf4cee4efcac authored almost 4 years ago by Jose Quintana <[email protected]>
refactor: Set fish_config with __fish_config_dir

6f476bcd6345c9b78e4d4102a1626bf208865ed3 authored almost 4 years ago by Ludovic Fernandez <[email protected]>
Merge pull request #31 from SirWrexes/fundle-install

feat: Fundle install support

5836a0ba535be570556c766f007009e2135f6963 authored almost 4 years ago by Jose Quintana <[email protected]>
feat: Fundle install support

2708c1e15c846bab96222b85a7099e40a0350f7e authored almost 4 years ago by Ludovic Fernandez <[email protected]>
refactor: paket file events definition

d8b42a1a32e348c290a8e97da661de5cf29135c2 authored almost 4 years ago by Jose Quintana <[email protected]>
2.7.0

9494c4f93ca8f849e2f486ccfa2f28f0862909ce authored almost 4 years ago by Jose Quintana <[email protected]>
refactor: improve performance startup of logs command

it limits max number of commits to 80 by default

5f8cc876074e9a42eba52d9e92fd944117c8ca64 authored almost 4 years ago by Jose Quintana <[email protected]>
refactor: config file parsing to increase performance startup 62% avg

Config file parsing (.gitnow) was written completely and as result it
boosts performance startup...

948ce0a71f1ec250147ed014d4cdaa66f43bbb1c authored almost 4 years ago by Jose Quintana <[email protected]>
test: another error string check

26ffc8a1ab248f682046ac0f3fa4cc88d7002c2c authored almost 4 years ago by Jose Quintana <[email protected]>
Merge branch 'master' of github.com:joseluisq/gitnow

064b746dc5d779bc496637c378dda8112ec074f5 authored almost 4 years ago by Jose Quintana <[email protected]>
fix: Use -query when calling type

--quiet is deprecated (https://github.com/fish-shell/fish-shell/commit/bfb5b28d0f69fe499817d21b1...

a3ada06a98990c5531ae2a51cc9bae5fc9060c17 authored almost 4 years ago by Renard <[email protected]>
test: fish files error checks

25f0ef5edf4438797cec69063e09b15f27eb3e60 authored almost 4 years ago by Jose Quintana <[email protected]>
fix: Use -q instead of --query for compatiblity

53e166dc587adeff526b0b63a40d622541a68679 authored almost 4 years ago by Renard <[email protected]>
feat: fatal matched multiple remote tracking branches on move command

72e593a08644720de05fc8d45581ad41f47fcb01 authored almost 4 years ago by Jose Quintana <[email protected]>
refactor: print package manager versions

468b0e8d686a62b7f741258776884d6e859b8b44 authored almost 4 years ago by Jose Quintana <[email protected]>
feat: project sponsor

b1a8b3013f1defe08b4f5fd972f46315122c313c authored almost 4 years ago by Jose Quintana <[email protected]>
feat: github actions

6c8e62e5699ef3560a65934b91a01ee335d6b4d4 authored almost 4 years ago by Jose Quintana <[email protected]>
test: fish files error checks

d1e5977c401c28ac10d1142dd489cd66d4da16bb authored almost 4 years ago by Jose Quintana <[email protected]>
Merge pull request #29 from Wrexes/master

fix: Use -q alias when calling fish type command

e3258c564a0e5a7d751c2457da2833b90b2f5cf0 authored almost 4 years ago by Jose Quintana <[email protected]>
fix: Use -q instead of --query for compatiblity

8eb40cd9af4363c82b2550f9e12181b3bfc58c45 authored almost 4 years ago by Renard <[email protected]>
fix: Use -query when calling type

--quiet is deprecated (https://github.com/fish-shell/fish-shell/commit/bfb5b28d0f69fe499817d21b1...

34b14970b5a75992d612497c6d87fbc96bb4e334 authored almost 4 years ago by Renard <[email protected]>
feat: github actions

4409906e5eee7a92871ffb74c08177e1b1fe1a1b authored almost 4 years ago by Jose Quintana <[email protected]>
feat: project sponsor

b5a1ab88ad4805ccc9768c728e9de3551aafadc5 authored almost 4 years ago by Jose Quintana <[email protected]>
feat: fatal matched multiple remote tracking branches on move command

181c2179764315fd836ac1921958076809d0704d authored almost 4 years ago by Jose Quintana <[email protected]>
2.6.0

8a79c3d9a3e92bccd094fbab24784e94fd599741 authored about 4 years ago by Jose Quintana <[email protected]>
refactor: print package manager versions

284970ee8238a3646b8b336328bc5bf9eb51a297 authored about 4 years ago by Jose Quintana <[email protected]>
2.6.0

c0db021b1195e1dce509d1f0839cee1d4a5a4681 authored about 4 years ago by Jose Quintana <[email protected]>
refactor: paket support on ci

30d74d21d334ef2cf35c9b0749da5f28aaa0b55c authored about 4 years ago by Jose Quintana <[email protected]>
Merge pull request #27 from lukasgierth/master

feat: new merge command

10e064c753ec87ef9b165393b694e7f3b1f7be05 authored about 4 years ago by Jose Quintana <[email protected]>
fix echo message

7f849f3c8b11e5f56643557b01c9e006098fea7d authored about 4 years ago by Lukas Gierth <[email protected]>
add continue as option, capture unsupported --options

979582be0bac1e0e8bc0e9b5e79996acda0e5f51 authored about 4 years ago by Lukas Gierth <[email protected]>
fix naming, merge not move

6cebf85a6f8f2f777fbea56fc917c23b0a388f26 authored about 4 years ago by Lukas Gierth <[email protected]>
Merge pull request #1 from joseluisq/master

track changes from original repository

8fa788eb4308979e9d69363592f8be313b3bd25c authored about 4 years ago by Lukas Gierth <[email protected]>
Merge pull request #28 from joseluisq/bugfix/Invalid_argument_error_for_gitnow_check_if_branch_exist

fix: invalid argument on check using __gitnow_check_if_branch_exist

708a95ae720441b115ac533babba373c62a832fb authored about 4 years ago by Jose Quintana <[email protected]>
fix: invalid argument on check using __gitnow_check_if_branch_exist

d8a6f1347a6b3f5e3b6dafc692d089d4efb172ad authored about 4 years ago by Jose Quintana <[email protected]>
do some checks, add abort option to merge, update README

479fb99b208cca2af1ca974e38d3dfd3b70814ad authored about 4 years ago by Lukas Gierth <[email protected]>
add manual entry (without keyboard shortcut)

11a566b5a45867213bf1e20c6ef7b1d8371a33b6 authored about 4 years ago by Lukas Gierth <[email protected]>
add rudimantary merge command with simple branch completion

f339f07e18aac6b2685a160e2a41806a75bc6acf authored about 4 years ago by Lukas Gierth <[email protected]>
Merge pull request #26 from jorgebucaran/patch-1

refactor: upgrade fisher v4.x instructions

a205ab40362099f492b634510c49042d62386d9b authored about 4 years ago by Jose Quintana <[email protected]>
Fix CI

da04a6d763726afce8f0e5e09995436722533ed0 authored about 4 years ago by Jorge Bucaran <[email protected]>
Upgrade Fisher instructions

c665b7ca6be0bdc8532ddf8c41cdf08c846f92fc authored about 4 years ago by Jorge Bucaran <[email protected]>
docs: minor keybinding descriptions

3f1bbf4956f968bd36f7db1b54e9d4f438519fac authored about 4 years ago by Jose Quintana <[email protected]>
Merge pull request #25 from joseluisq/feature/paket_support

feat: paket support

8950f05f620f7b4466e8498aaee21b9a7794493c authored about 4 years ago by Jose Quintana <[email protected]>
refactor: relocate gitnow config file

b22e3bd33facaf28efe60711b6bd491f42cb9589 authored about 4 years ago by Jose Quintana <[email protected]>
refactor: simplify paket install and uninstall events

43536de253e9248f9833bd4c99c628fe17d3d290 authored about 4 years ago by Jose Quintana <[email protected]>
feat: paket support

5a1941c69a0c6eef431c8adb4d7e5100d0c0f440 authored about 4 years ago by Jose Quintana <[email protected]>
2.5.1

3e6a3139537f5b2309ae34154cc29d5a57c9767f authored about 4 years ago by Jose Quintana <[email protected]>
refactor: improve performance of all regex-based system commands

this commit also speeds up gitnow commands like:
tag, logs, move, gitflow, github and bitbucket

45ba900c091b1e21ed63008637ad218be5968623 authored about 4 years ago by Jose Quintana <[email protected]>
Merge pull request #24 from joseluisq/optimizations

Speed up .gitnow config file processing

61edbe0997b7183e6d96a7a413b951015cc5cbb5 authored about 4 years ago by Jose Quintana <[email protected]>
refactor: make awk commands compatible on mac

62d7a5e15120991d474ae3e3ce605b2800f29583 authored about 4 years ago by Jose Quintana <[email protected]>
refactor: speed up config file processing (resolves #23)

40454f96bbe378a46f0ac1c7fbdb8549e22d367d authored about 4 years ago by Jose Quintana <[email protected]>
docs: minor description fixes

835035f2e356a93b419e839c1d54fbcc47179f97 authored about 4 years ago by Jose Quintana <[email protected]>
docs: concise keybindings description

2d2c296889fd7ea64cfcc6930390654539a316c2 authored over 4 years ago by Jose Quintana <[email protected]>
2.5.0

907b8b37778bd9868dd5b76cdf4f6c41e649e4fc authored over 4 years ago by Jose Quintana <[email protected]>
docs: tag command documentation

751030a16ee357437f9478c23223cdb41ce35cb2 authored over 4 years ago by Jose Quintana <[email protected]>
refactor: release version format support only

this commit adds support for semver release format only but not for suffixed
version ones or ano...

ca66720ce4d2d8289c8ed86aedfeb0489bdec87a authored over 4 years ago by Jose Quintana <[email protected]>
Merge pull request #20 from joseluisq/feature/logs_command_gpg_signed_commits

GPG signed commits support on logs command

e3831859c1e6e056edaa9ec1f44a08412e2d6bee authored over 4 years ago by Jose Quintana <[email protected]>
feat: gpg signed commits support on logs command

3b08ad8dc6169d518bb4b0fbec1836ff73607ee2 authored over 4 years ago by Jose Quintana <[email protected]>
Merge pull request #19 from joseluisq/feature/tag_command_with_semver_support

Tag command with Semver support 1/2

361e3f9dbf9216298aedbddf721415e8415224e6 authored over 4 years ago by Jose Quintana <[email protected]>
feat: tag command with semver support (patch version tag)

tag --patch

739b064923a2792d08c24d40052323038bceef4d authored over 4 years ago by Jose Quintana <[email protected]>
feat: tag command with semver support (minor version tag)

tag --minor

07ef5a18f3889300a682e3c67a3b4f643849a570 authored over 4 years ago by Jose Quintana <[email protected]>
feat: tag command with semver support (major version tag)

tag --major

e5bcb289e27a9b8261ed28d2c464cd503b397a43 authored over 4 years ago by Jose Quintana <[email protected]>
feat: --help option fag for move command

fbbd3e9850f070e0687ba33cf9561ab06d71deca authored over 4 years ago by Jose Quintana <[email protected]>
chore: minor syntax updates

36fb72a90d2c4a5ef6bc5aa0e0df24ac6ac1bd73 authored over 4 years ago by Jose Quintana <[email protected]>
feat: include upstream and no-apply-stash completions for move cmd

refer to #18

00f75c050d2102344fe078befc9c9dcf77497059 authored over 4 years ago by Jose Quintana <[email protected]>
Merge pull request #18 from ivaaaan/fish-completions

feat: add fish completions for move command

1376b896fffd7ae1cc7d04fe63e37cd264d5c9fe authored over 4 years ago by Jose Quintana <[email protected]>
Fix fix completions path

db572a3852200f12bf3217b0fecf3500545fa410 authored over 4 years ago by Ivan Klymenchenko <[email protected]>
Add completions for move command

f34696393333b48ab4b361e49064cf07a624bc48 authored over 4 years ago by Ivan Klymenchenko <[email protected]>
feat: add diff patch to `show` command (resolves #15)

f45e39694e119180d685191c882187c5355b4c3f authored over 4 years ago by Jose Quintana <[email protected]>
docs: clarify installation from the master branch

7d7c9a704ea315be071c8dc8d964c1cf5383707f authored over 4 years ago by Jose Quintana <[email protected]>