Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display diffs of dirty files to show what's dirty... #14

Closed
rtyley opened this issue Apr 5, 2013 · 0 comments
Closed

Display diffs of dirty files to show what's dirty... #14

rtyley opened this issue Apr 5, 2013 · 0 comments

Comments

@rtyley
Copy link
Owner

rtyley commented Apr 5, 2013

When protected commits are actually dirty, we currely list the dirty files but do not actually diff the contents to show where the dirt is - helpful to the user to identify where they've made a mistake.

@rtyley rtyley closed this as completed in 3021459 Sep 30, 2013
abaga129 pushed a commit to abaga129/glean that referenced this issue Jul 18, 2019
Write CSV files listing all protected dirt to disk- helping users
who have situations where it's not trivial to see where their bad stuff
is.

http://stackoverflow.com/questions/18647400/git-filter-branch-to-remove-strings-but-where-strings-contain-and-other-c/18651069#comment27746976_18651069

These files pretty much fix #14, as they contain line number information
that indicates where the dirty content is (they don't contain the
dirty content, as it might be a password the user would rather we
did not write out)


rtyley/bfg-repo-cleaner#14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant