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>
2020-07-07 09:38:34 -06:00
..
Contributing.md Contributing.md: add a small clarification about line coverage 2020-06-08 08:25:53 -07:00
converting-from-bfg-repo-cleaner.md converting-from-bfg-repo-cleaner.md: add a small clarification 2020-06-06 10:02:31 -07:00
converting-from-filter-branch.md contrib, docs: make discovery of code formatting and linting easier 2020-06-06 11:54:28 -07:00
git-filter-repo.txt filter-repo: use new --date-format=raw-permissive fast-import option 2020-07-07 09:38:34 -06:00