diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-17 01:09:54 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-17 01:09:54 +0200 |
| commit | 33e196b645be18f788f79937bf936eaebb642d65 (patch) | |
| tree | ff0e376f211bfb12a3071b71e951116393eb5b74 /git | |
| parent | 4ad8e6dba9bcb0aa9bf3922bf1f7f63c8b91bddb (diff) | |
add reason why you are being asked for confirmation
Diffstat (limited to 'git')
| -rw-r--r-- | git/git.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -91,7 +91,6 @@ func (g *gitMod) Diff(source *model.Source) (int, int, int, error) { case strings.Contains(s, "deletion"): deletions = num default: - spool.Warn("%v", string(b)) return changes, insertions, deletions, UnknownResponseError } |
