You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-filter-repo/Documentation
Elijah Newren cefeef1c0a filter-repo: use new --date-format=raw-permissive fast-import option
fast-import gained a new raw-permissive date format explictly for
allowing people to import repositories as-is.  Make use of the flag, and
stop rewriting the bogus timezone found in rails.git.

If users do not like these bogus times, they can of course write a
filter to fix them (or even make them bogus in a different way).  For
example:

    git filter-repo ... --commit-callback '
      if commit.author_date.endswith(b"+051800"):
        commit.author_date.replace(b"+051800", b"+0261")
    '

Signed-off-by: Elijah Newren <newren@gmail.com>
4 years ago
..
Contributing.md Contributing.md: add a small clarification about line coverage 4 years ago
converting-from-bfg-repo-cleaner.md converting-from-bfg-repo-cleaner.md: add a small clarification 4 years ago
converting-from-filter-branch.md contrib, docs: make discovery of code formatting and linting easier 4 years ago
git-filter-repo.txt filter-repo: use new --date-format=raw-permissive fast-import option 4 years ago