Skip to content

Commit

Permalink
Fixes #26269: Rudder-dev blame truncate the bugtracker ticket numbers (
Browse files Browse the repository at this point in the history
…#823)

Co-authored-by: Fdall <[email protected]>
  • Loading branch information
Fdall and Fdall authored Jan 28, 2025
1 parent c8668d4 commit cae2608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rudder-dev/rudder-dev-src
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ def blame(filename, long_format, before_commit, changed_from):
logline = m.group(1) + " " + logtype + " #" + m.group(3)
else:
logline = commit_id
output += "%-18.18s %s\n" % (logline, match.group(2))
output += "%-20.20s %s\n" % (logline, match.group(2))
print(output)


Expand Down

0 comments on commit cae2608

Please sign in to comment.