Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Add --prefix argument to archive-source command"
This reverts commit 22e6846.
  • Loading branch information
mattt committed Sep 15, 2021
commit d2b78f7a4a9d7ae8bc8af690ab73a5ecc07d00b1
1 change: 0 additions & 1 deletion Sources/SourceControl/GitRepository.swift
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ public final class GitRepository: Repository, WorkingCheckout {
try self.lock.withLock {
try callGit("archive",
"--format", "zip",
"--prefix", path.basenameWithoutExt,
"--output", path.pathString,
"HEAD",
failureMessage: "Couldn’t create an archive")
Expand Down