-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlzc
executable file
·56 lines (54 loc) · 1.11 KB
/
lzc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#!/usr/bin/env bash
set -o nounset
message=$(fzf <<'EOF'
A few small tweaks and additions
Assorted minor changes
Assorted minor changes/updates
Assorted tweaks
Batched changes
Batched tweaks
Batched updates
Batched updates/tweaks/additions
Experimental tweaks
Experiments
Minor things
Minutiae
Multiple additions/changes
New file
Not much
Refinements
Several additions/changes
Simplifications
Simplify
Small tweaks
Small tweaks here and there
Some batched updates/tweaks/additions/experiments
Some small changes
Some small tweaks
Some tweaks and stuff
Some updates/tweaks/experiments
Something
Somewhat self-explanatory stuff
Sort of self-explanatory stuff
Stuff
This commit is better than nothing
This commit message is better than nothing
This is better than nothing
Trivia
Trivial tweaks
Tweaks
Tweaks and experiments
Tweaks and simplifications
Tweaks and stuff
Tweaks/experiments
Updates/tweaks/additions
Updates/tweaks/experiments
Various additions/changes
Various minor changes
Various minor tweaks
Various small tweaks
Various updates/tweaks/additions/experiments
Whatever
Whatever this is
EOF
) && git commit "$@" -qm "$message"