Skip to content

Commit a55bc48

Browse files
committed
filter-repo: log readme file
Allows control+click inside certain terminals to open the output file very easily Signed-off-by: Diego Mateos <[email protected]>
1 parent 5d63e44 commit a55bc48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-filter-repo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,6 +2919,7 @@ class RepoAnalyze(object):
29192919
sys.stdout.flush()
29202920
RepoAnalyze.write_report(reportdir, stats)
29212921
sys.stdout.write(_("done.\n"))
2922+
sys.stdout.write(_("README: \"%s\"\n") % decode( os.path.join(reportdir, b"README") ))
29222923

29232924
class FileInfoValueHelper:
29242925
def __init__(self, replace_text, insert_blob_func, source_working_dir):

0 commit comments

Comments
 (0)