]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/fast-import-looser-date'
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Jun 2020 20:35:05 +0000 (13:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Jun 2020 20:35:05 +0000 (13:35 -0700)
commit54041832d7d2a20c26bdf8eeb8aeb475024ef8d5
tree1dda599db11cbf7dd4b1623bb14a7290cb71bf15
parenta0ba2bbbdd9c5b44ae49910bc774aced87f89771
parentd42a2fb72f8cbe6efd60a4f90c8e9ec1c888c3a7
Merge branch 'en/fast-import-looser-date'

Some repositories in the wild have commits that record nonsense
committer timezone (e.g. rails.git); "git fast-import" learned an
option to pass these nonsense timestamps intact to allow recreating
existing repositories as-is.

* en/fast-import-looser-date:
  fast-import: add new --date-format=raw-permissive format
Documentation/git-fast-import.txt
fast-import.c
t/t9300-fast-import.sh