]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Merge branch 'ta/fast-import-parse-path-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Apr 2024 18:52:37 +0000 (11:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Apr 2024 18:52:37 +0000 (11:52 -0700)
commit050e3349792d182ba1fd1ba25135c99103d15ade
tree737ca660aa53635d79ec84adf9fd72b3bc94edb8
parent33bbc21c922798c9dc882e42162c5f2ad7b77852
parentab4ad1fa8af719443a8b53fa31fcf84392e21be6
Merge branch 'ta/fast-import-parse-path-fix'

The way "git fast-import" handles paths described in its input has
been tightened up and more clearly documented.

* ta/fast-import-parse-path-fix:
  fast-import: make comments more precise
  fast-import: forbid escaped NUL in paths
  fast-import: document C-style escapes for paths
  fast-import: improve documentation for path quoting
  fast-import: remove dead strbuf
  fast-import: allow unquoted empty path for root
  fast-import: directly use strbufs for paths
  fast-import: tighten path unquoting