user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
blob 9a1551f0bc04acc328f21a3cd075ed57f9cc61ae 119 bytes (raw)
name: t/log-bin/spamc 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
 
#!/bin/sh
# mock spamc which writes its args to LOG_PATH
if test -n "$LOG_PATH"
then
	echo >>"$LOG_PATH" "ARGS: $@"
fi

debug log:

solving 9a1551f ...
found 9a1551f in https://public-inbox.org/meta/20190110090251.18736-1-e@80x24.org/

applying [1/1] https://public-inbox.org/meta/20190110090251.18736-1-e@80x24.org/
diff --git a/t/log-bin/spamc b/t/log-bin/spamc
new file mode 100755
index 0000000..9a1551f

Checking patch t/log-bin/spamc...
Applied patch t/log-bin/spamc cleanly.

index at:
100755 9a1551f0bc04acc328f21a3cd075ed57f9cc61ae	t/log-bin/spamc

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).