]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/archive-prefix-with-add-virtual-file'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2024 21:53:07 +0000 (14:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2024 21:53:07 +0000 (14:53 -0700)
"git archive --add-virtual-file=<path>:<contents>" never paid
attention to the --prefix=<prefix> option but the documentation
said it would. The documentation has been corrected.

* jc/archive-prefix-with-add-virtual-file:
  archive: document that --add-virtual-file takes full path


Trivial merge