Skip to content

Conversation

newfadel
Copy link

Added an inline comment to git_filter_repo.py to improve code clarity.

Added an inline comment to git_filter_repo.py to clarify its purpose, improving readability. 😊

Copy link
Owner

@newren newren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git_filter_repo.py should remain a symlink; any changes should be made to git_filter_repo.

date_format_permissive = True

# This program filters git repositories similar to git filter-branch, BFG repo cleaner, and others, by using a fast-export | filter | fast-import pipeline. It can also be used as a library for more complex filtering.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the wrong place to add such a comment; it appears to be a comment on the gettext_poison function, when it is intended as a comment on the script itself. Such a comment belongs at the top of the file, although, if you'll notice, the top of this file already has such a comment, so I don't see why you'd think another is necessary. Why'd you add this?

@dognybulur

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants