|
d344673f66
|
Split checkout across multiple lines
|
2024-07-19 14:22:37 -03:00 |
|
|
fb4629fda5
|
Replace 'git' function with '${git}' variable
This change adds clarity by removing the 'git'
function, which could be easily confused with
the 'git' exectuable
|
2024-07-19 14:19:09 -03:00 |
|
|
cd1e504643
|
Fix a few bugs
sourcezap / shellcheck (push) Waiting to run
|
2024-07-19 03:44:16 -03:00 |
|
|
f65748c533
|
Inline utils/printerr, utils/printok
|
2024-07-19 03:32:46 -03:00 |
|
|
19c465d6be
|
Add functions.sh
Replace repetitive code
|
2024-07-19 03:32:46 -03:00 |
|
|
d5770bc731
|
Update sourcezap-{clone,pull}
sourcezap / shellcheck (push) Waiting to run
Reduce the visual noise generated by set -x
|
2024-07-19 03:08:12 -03:00 |
|
|
d33cd6628f
|
Add utils/git directory
Group git-related utilities under one directory.
The utils/git/run script runs git as the '_sourcezap'
user, and it is how we talk to git.
|
2024-07-19 03:08:02 -03:00 |
|
|
d4a18461ca
|
Fix utils/git
sourcezap / shellcheck (push) Waiting to run
In this context, we want to use ${*} rather than ${@}
|
2024-07-19 01:59:13 -03:00 |
|
|
3ea402048f
|
Update docs
|
2024-07-16 18:13:59 -03:00 |
|
|
b960cbb494
|
Drop trailing period from URL
sourcezap / shellcheck (push) Has been cancelled
|
2024-07-08 18:57:15 -03:00 |
|
|
5210ac4af4
|
Add linebreak
sourcezap / shellcheck (push) Waiting to run
|
2024-07-08 18:53:36 -03:00 |
|
|
34d2e1befe
|
Update install instructions
sourcezap / shellcheck (push) Waiting to run
|
2024-07-08 18:51:28 -03:00 |
|
|
3527da9dd6
|
Update sources
sourcezap / shellcheck (push) Waiting to run
|
2024-07-08 14:12:25 -03:00 |
|
|
ebdcf33035
|
Fix utils/git
sourcezap / shellcheck (push) Waiting to run
|
2024-07-08 11:05:59 -03:00 |
|
|
a610b976ba
|
Add source
sourcezap / shellcheck (push) Waiting to run
|
2024-07-08 11:04:06 -03:00 |
|
|
aaecf00394
|
Replace sourcezap/utils/gitexec with sourcezap/utils/git
sourcezap / shellcheck (push) Waiting to run
|
2024-07-02 09:14:33 -03:00 |
|
|
1c344e0c60
|
Add gitdiff
|
2024-07-02 08:39:59 -03:00 |
|
|
d54f37d3b6
|
Drop set -x for chown -Rv
|
2024-07-02 06:06:40 -03:00 |
|
|
03c858a73f
|
Fix typo in man page
|
2024-06-22 20:21:54 -03:00 |
|
|
137afd371d
|
v0.1.1
|
2024-06-22 19:43:38 -03:00 |
|
|
6092eff441
|
set +x before we call perform_(update|install)
|
2024-06-22 19:40:13 -03:00 |
|
|
a9f8daac78
|
Update git-* utils
Default to a localbase path that is relative to the current
file, and call git via utils/gitexec
|
2024-06-07 13:07:11 -03:00 |
|
|
1218164c9a
|
Fix typo (in sourcezap-clone)
|
2024-06-05 18:34:17 -03:00 |
|
|
436e47f5e2
|
v0.1.0
|
2024-06-05 17:34:44 -03:00 |
|
|
1943b94da4
|
Fix typo
|
2024-06-01 05:34:48 -03:00 |
|
|
4e42e42950
|
Update docs
|
2024-06-01 03:58:10 -03:00 |
|
|
14c8b04e41
|
In sourcezap-pull, set +x before printok
|
2024-06-01 03:27:49 -03:00 |
|
|
ef6411a6fb
|
Update README.md
|
2024-06-01 03:14:32 -03:00 |
|
|
1210a81807
|
Update issourcezap-member
|
2024-06-01 01:17:28 -03:00 |
|
|
46c5110070
|
Update README.md
|
2024-06-01 01:06:14 -03:00 |
|
|
e3d82b207d
|
Adopt remaining major portzap updates
|
2024-06-01 01:02:12 -03:00 |
|
|
8b63c53aa9
|
Adopt many recent portzap updates
|
2024-06-01 00:50:47 -03:00 |
|
|
7d90c2ca99
|
Match README.md (sourcezap.8)
|
2024-05-12 00:06:01 -03:00 |
|
|
32a6d7a369
|
sourcezap erase -> sourcezap rm
|
2024-05-12 00:01:04 -03:00 |
|
|
a6d734f065
|
Update sourcezap-checkout
|
2024-05-11 23:34:54 -03:00 |
|
|
7d440fa15c
|
Replace set-branch with checkout
|
2024-05-11 23:33:01 -03:00 |
|
|
270b14ed63
|
${SOURCEZAP_GITURL} -> ${SOURCEZAP_CLONEURL}
|
2024-05-11 23:23:57 -03:00 |
|
|
3f4bcba84e
|
Update log output
|
2024-05-11 23:21:45 -03:00 |
|
|
15096110a5
|
Remove unnecessary 'set +x'
|
2024-05-11 23:11:56 -03:00 |
|
|
25b305a8fd
|
Remove unused var (${remote})
|
2024-05-11 23:08:03 -03:00 |
|
|
e1e9ea0cff
|
Add 'sourcezap set-branch'
The $SOURCEZAP_BRANCH environment variable has been removed. When
you want to change branch 'sourcezap set-branch <branch name>' can
be used instead.
|
2024-05-11 22:56:13 -03:00 |
|
|
6c1aebcbde
|
Simplify control flow
|
2024-05-11 21:36:49 -03:00 |
|
|
d5f998ee8f
|
erase: simplify UI
|
2024-05-11 21:30:47 -03:00 |
|
|
19db805821
|
erase: offer choice of dirs to erase
|
2024-05-11 21:24:51 -03:00 |
|
|
b336b069b0
|
s|SRCZAP|SOURCEZAP|g
|
2024-05-11 20:51:33 -03:00 |
|
|
21ea9cfa44
|
Update .github/
|
2024-05-11 20:29:04 -03:00 |
|
|
2d79805cde
|
s|srczap|sourcezap|g
|
2024-05-11 20:26:54 -03:00 |
|
|
4fe253da0f
|
Rename project (srczap -> sourcezap)
|
2024-05-11 20:19:45 -03:00 |
|
|
fe7ec40fc9
|
Fix README
|
2024-05-11 19:53:59 -03:00 |
|
|
b807372717
|
Update usage
|
2024-05-11 19:51:33 -03:00 |
|