tj.git-extras/etc
Pierre Ayoub 18d1017325
Some checks failed
ci / lint (push) Has been cancelled
ci / typo (push) Has been cancelled
ci / test (push) Has been cancelled
ci / build (macos-latest) (push) Has been cancelled
ci / build (ubuntu-latest) (push) Has been cancelled
feat(git-bulk): add new option to not follow hidden directories (#1195)
* feat(git-bulk): add --no-follow-hidden flag

* docs(git-bulk): add --no-follow-hidden description

* docs(man): make ronn

* docs(git-bulk): put --no-follow-hidden at right place in usage()

* refactor(git-bulk): logic optimization

Remove unnecessary subshell

Co-authored-by: Edwin Kofler <edwin@kofler.dev>

* fix(git-bulk): bad test operator

With the Bash' regexp matching operator `=~`, we need to use the Bash
conditional expression evaluation command `[[ ]]`.

* docs(completion.zsh): add --no-follow-hidden and --no-follow-symlink

---------

Co-authored-by: Pierre Ayoub <pierre.ayoub@protonmail.com>
Co-authored-by: Edwin Kofler <edwin@kofler.dev>
2025-03-05 10:39:41 +08:00
..
bash_completion.sh feat: add rename-file command (#1149) 2024-08-02 01:19:35 -07:00
git-extras-completion.zsh feat(git-bulk): add new option to not follow hidden directories (#1195) 2025-03-05 10:39:41 +08:00
git-extras.fish feat: add rename-file command (#1149) 2024-08-02 01:19:35 -07:00