-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
find: move helpers from scripts to functions, improve arg handling, i…
…ntroduce $FIND_DRY_RUN env, git: `revert --no-edit` aliases, `dsw="diff --stat -w"`, git rebase log helpers, sql: `sq=sqlite3`, `squ=sqlite-utils`
- Loading branch information
1 parent
5c5e9de
commit 5b03eb2
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule find
updated
14 files
+238 −50 | .find-rc | |
+0 −3 | find-dirs | |
+0 −24 | find-dirs-maxdepth | |
+0 −5 | find-dirs-n | |
+0 −3 | find-files | |
+0 −20 | find-files-maxdepth | |
+0 −5 | find-files-n | |
+0 −5 | find-fullname | |
+0 −20 | find-maxdepth | |
+0 −23 | find-maxdepth-name | |
+0 −6 | find-name | |
+0 −5 | find-prefix | |
+0 −5 | find-suffix | |
+0 −3 | rm-empty |
Submodule git
updated
10 files
+2 −0 | diff/.git-rc | |
+2 −0 | diff/.gitconfig | |
+5 −0 | rebase/.git-rc | |
+5 −0 | rebase/.gitconfig | |
+4 −5 | rebase/git-head-before-last-rebase | |
+16 −0 | rebase/git-pre-rebase-head-log | |
+5 −0 | rebase/git-rebase-preserve-commit-dates | |
+9 −0 | rebase/git-revert-last-rebase | |
+5 −0 | revert/.git-rc | |
+5 −0 | revert/.gitconfig |