We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b204af8 commit 44181edCopy full SHA for 44181ed
src/git_recycle_bin.py
@@ -206,7 +206,7 @@ def emit_commit_msg(d: dict):
206
src-git-commit-time-commit: {d['src_time_commit']}
207
src-git-branch: {d['src_branch'] if d['src_branch'] != "HEAD" else "Detached HEAD"}
208
src-git-repo-name: {d['src_repo']}
209
- src-git-repo-url: {d['src_repo_url']}
+ src-git-repo-url: {url_redact(d['src_repo_url'])}
210
src-git-commits-ahead: {d['src_commits_ahead'] if d['src_commits_ahead'] != "" else "?"}
211
src-git-commits-behind: {d['src_commits_behind'] if d['src_commits_behind'] != "" else "?"}
212
{prefix_lines(prefix="src-git-status: ", lines=trim_all_lines(d['src_status'] if d['src_status'] != "" else "clean"))}
0 commit comments