tj.git-extras/bin
Pierre Ayoub 8eed5f49ad
feat(git-bulk): add new option to no follow symlinks (#1194)
* feat(git-bulk): add --no-follow-symlinks flag

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

* docs(man): make ronn

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

* fix(git-bulk): use readarray for find command

1. Use `readarray` such that we can handle paths with spaces
2. Remove the unnecessary `eval`
2025-02-27 14:18:16 +08:00
..
git-abort feat: add git-continue (#1176) 2024-11-28 16:50:29 +08:00
git-alias test(git-alias): add its unit test (#1077) 2023-09-27 10:21:35 +08:00
git-archive-file git archive-file: change base ARCHIVE_NAME (#1071) 2023-09-13 13:01:37 +08:00
git-authors test(git-authors): add unit test (#1098) 2023-11-18 10:20:19 +08:00
git-browse chore: Improve Bash variously (#1032) 2023-02-21 10:03:56 +08:00
git-browse-ci chore: Improve Bash variously (#1032) 2023-02-21 10:03:56 +08:00
git-brv feat: add reverse option to git-brv (#1123) 2023-12-16 12:05:52 +08:00
git-bulk feat(git-bulk): add new option to no follow symlinks (#1194) 2025-02-27 14:18:16 +08:00
git-changelog fix: Use -iname and expressions instead of -iregex (#1094) 2023-10-24 21:52:59 +08:00
git-clear Improve warning for git clear (#1168) 2024-09-30 10:07:52 +08:00
git-clear-soft Add typo checker 2023-06-19 21:51:53 +08:00
git-coauthor git-coauthor: quote variable in the comparison 2019-12-20 18:22:06 +08:00
git-commits-since chore: More Bash improvements and removing deprecations (#1016) 2023-01-10 08:59:43 +08:00
git-continue feat: add git-continue (#1176) 2024-11-28 16:50:29 +08:00
git-contrib adding a format for git-contrib 2020-11-08 20:21:32 +08:00
git-count chore: More Bash improvements and removing deprecations (#1016) 2023-01-10 08:59:43 +08:00
git-cp Change git-cp to use cleaner branch approach (#1169) 2024-10-08 11:40:43 +08:00
git-create-branch Fix all ShellCheck errors and add to CI (#1179) 2024-12-20 23:16:39 -08:00
git-delete-branch chore: Fix more Bash inconsistencies (#1021) 2023-01-20 18:17:49 +08:00
git-delete-merged-branches chore: Improve Bash variously (#1032) 2023-02-21 10:03:56 +08:00
git-delete-squashed-branches Add --proceed flag to git-delete-squashed-branches (#1134) (#1135) 2024-02-20 10:47:36 +08:00
git-delete-submodule chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-delete-tag git-delete-tag: should not be quoted 2023-03-07 09:11:37 +08:00
git-delta chore: Fix more Bash inconsistencies (#1021) 2023-01-20 18:17:49 +08:00
git-effort chore: Improve Bash variously (#1032) 2023-02-21 10:03:56 +08:00
git-extras Bump version to 7.4.0-dev (#1175) 2024-10-22 10:07:46 +08:00
git-feature git-feature: add configurable branch separator (#1072) 2023-09-19 11:10:59 +08:00
git-force-clone fix: Move improvements via ShellCheck (#1075) 2023-09-22 11:57:48 +08:00
git-fork Fix all ShellCheck errors and add to CI (#1179) 2024-12-20 23:16:39 -08:00
git-fresh-branch chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-get Fix stripping trailing forward slash for git-get (#1172) 2024-10-18 10:22:05 +08:00
git-gh-pages chore: Fix more Bash inconsistencies (#1021) 2023-01-20 18:17:49 +08:00
git-graft chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-guilt Fix all ShellCheck errors and add to CI (#1179) 2024-12-20 23:16:39 -08:00
git-ignore Improve git-ignore command (#1047) 2023-07-13 14:29:39 +08:00
git-ignore-io chore: Improve Bash variously (#1032) 2023-02-21 10:03:56 +08:00
git-info chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-local-commits chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-lock fix git (un)lock with spaced filenames 2021-08-10 14:17:33 +02:00
git-locked More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-magic chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-merge-into Merge-into: add stash before to checkout 2020-11-16 11:33:59 +01:00
git-merge-repo chore: Fix more Bash inconsistencies (#1021) 2023-01-20 18:17:49 +08:00
git-missing Add pathspec support in git-missing (#1156) 2024-08-26 10:38:15 +08:00
git-mr chore: Fix more Bash inconsistencies (#1021) 2023-01-20 18:17:49 +08:00
git-obliterate Fix all ShellCheck errors and add to CI (#1179) 2024-12-20 23:16:39 -08:00
git-paste git-paste: check pastebinit before running it 2019-12-20 22:08:02 +08:00
git-pr chore: Improve Bash variously (#1032) 2023-02-21 10:03:56 +08:00
git-psykorebase fix: Move improvements via ShellCheck (#1075) 2023-09-22 11:57:48 +08:00
git-pull-request Support GITHUB_TOKEN var for git-fork and git-pull-request (#1177) 2024-11-16 10:33:26 -08:00
git-reauthor Add git reauthor (#548) 2016-08-02 19:41:56 +02:00
git-rebase-patch fix: Improve Bash hygiene (#1056) 2023-08-18 16:15:40 +08:00
git-release chore: Fix more Bash inconsistencies (#1021) 2023-01-20 18:17:49 +08:00
git-rename-branch chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-rename-file feat: add rename-file command (#1149) 2024-08-02 01:19:35 -07:00
git-rename-remote chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-rename-tag chore: Fix more Bash inconsistencies (#1021) 2023-01-20 18:17:49 +08:00
git-repl Fix all ShellCheck errors and add to CI (#1179) 2024-12-20 23:16:39 -08:00
git-reset-file chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-root git root: show '.' when using with -r in the root dir (#995) 2022-10-06 13:56:07 +08:00
git-rscp symlink git-rscp to git-scp 2015-01-19 12:27:56 +08:00
git-scp Fix all ShellCheck errors and add to CI (#1179) 2024-12-20 23:16:39 -08:00
git-sed chore: Remove X-style equality comparisons (#1028) 2023-02-03 09:41:52 +08:00
git-setup Add -m flag to git-setup to set the initial commit message. 2016-03-03 01:12:19 -05:00
git-show-merged-branches chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-show-tree More portable she-bangs. 2014-11-30 17:47:26 +05:30
git-show-unmerged-branches chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-squash change: migrate default branch 2020-09-23 16:19:41 +08:00
git-stamp chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-standup fix: git-standup find error (tj#1106) (#1110) 2023-11-14 12:05:28 +08:00
git-summary fix: git-summary commit count (#1147) 2024-06-18 11:13:07 +08:00
git-sync chore: Various Bash improvements (#1029) 2023-02-03 09:41:36 +08:00
git-touch chore: Fix more Bash inconsistencies (#1021) 2023-01-20 18:17:49 +08:00
git-undo chore: Improve Bash variously (#1032) 2023-02-21 10:03:56 +08:00
git-unlock fix git (un)lock with spaced filenames 2021-08-10 14:17:33 +02:00
git-utimes fix(utimes): change /dev/stdin to - 2023-12-13 07:51:50 -08:00