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/t/t9390
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
..
basic filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago
basic-filename filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago
basic-mailmap filter-repo: add mailmap handling 5 years ago
basic-numbers filter-repo: add more path-related testcases 5 years ago
basic-replace filter-repo: add text removal (or replacement) via file of expressions 5 years ago
basic-ten filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago
basic-twenty filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago
degenerate filter-repo: add testcases dealing with topology changes 5 years ago
degenerate-globme filter-repo: add testcases dealing with topology changes 5 years ago
degenerate-keepme filter-repo: add testcases dealing with topology changes 5 years ago
degenerate-keepme-noff filter-repo: add new --no-ff option 5 years ago
degenerate-moduleA filter-repo: add testcases dealing with topology changes 5 years ago
empty filter-repo: handle implicit parents 5 years ago
empty-keepme filter-repo: add testcases dealing with commit pruning 5 years ago
less-empty-keepme filter-repo: allow users to adjust pruning of empty & degenerate commits 5 years ago
more-empty-keepme filter-repo: allow users to adjust pruning of empty & degenerate commits 5 years ago
sample-mailmap filter-repo: parse mailmap entries with no email address 5 years ago
sample-replace filter-repo: add text removal (or replacement) via file of expressions 5 years ago
unusual filter-repo: parse mailmap entries with no email address 5 years ago
unusual-filtered filter-repo: use new --date-format=raw-permissive fast-import option 4 years ago
unusual-mailmap filter-repo: use new --date-format=raw-permissive fast-import option 4 years ago